]> git.pld-linux.org Git - packages/expat.git/commitdiff
- release 8, expat-1_95_1-8
authorkloczek <kloczek@pld-linux.org>
Wed, 18 Jul 2001 02:07:23 +0000 (02:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate ac/lt files (spec is now ac 2.50 ready).

Changed files:
    expat.spec -> 1.10

expat.spec

index 65a44e5a550c450f749f3fd2213709fa3b5af032..7882eba06e4b645491765cb80a909ebefc991af8 100644 (file)
@@ -2,14 +2,16 @@ Summary:      XML 1.0 parser
 Summary(pl):   XML 1.0 parser
 Name:          expat
 Version:       1.95.1
-Release:       3
+Release:       8
 License:       Thai Open Source Software Center Ltd (distributable)
 Group:         Applications/Publishing/XML
 Group(de):     Applikationen/Publizieren/XML
 Group(pl):     Aplikacje/Publikowanie/XML
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/expat/%{name}-%{version}.tar.gz
 URL:           http://expat.sourceforge.net/
-##Provides:    xmlmf
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,6 +55,9 @@ Bioblioteka statyczna expat.
 %setup -q
 
 %build
+libtoolize --copy --force
+aclocal
+autoconf
 %configure
 %{__make}
 
This page took 0.046567 seconds and 4 git commands to generate.