]> git.pld-linux.org Git - packages/uriparser.git/commitdiff
- updated to 0.7.1 auto/th/uriparser-0_7_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Jun 2008 17:30:20 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uriparser.spec -> 1.14

uriparser.spec

index 178b3ba6f071d0e9b86c81b95ee81b7ba105dfed..57727892e431adc6a481ac4132164905ed1bc51d 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       A strictly RFC 3986 compliant URI parsing library
 Summary(pl.UTF-8):     Biblioteka analizująca URI ściśle zgodne z RFC 3986
 Name:          uriparser
-Version:       0.7.0
+Version:       0.7.1
 Release:       1
 License:       BSD
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/uriparser/%{name}-%{version}.tar.bz2
-# Source0-md5: 88207bec21d8c9ee38e89fefb056cd5f
+Source0:       http://dl.sourceforge.net/uriparser/%{name}-%{version}.tar.lzma
+# Source0-md5: 1c30504fc79b3b275e13fbd8ac2825f4
 URL:           http://uriparser.sourceforge.net/
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1:1.9
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.10.1
 BuildRequires: libtool
+BuildRequires: lzma >= 1:4.42
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,13 +47,15 @@ Static uriparser library.
 Statyczna biblioteka uriparser.
 
 %prep
-%setup -q
+%setup -q -c -T
+lzma -dc %{SOURCE0} | tar xf - -C ..
 
 %build
-#%{__libtoolize}
-#%{__aclocal}
-#%{__automake}
-#%{__autoconf}
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoheader}
+%{__autoconf}
 %configure
 %{__make}
 
This page took 0.608433 seconds and 4 git commands to generate.