Author: qboosh Date: Mon Jun 2 17:30:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.7.1
---- Files affected: SPECS: uriparser.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/uriparser.spec diff -u SPECS/uriparser.spec:1.13 SPECS/uriparser.spec:1.14 --- SPECS/uriparser.spec:1.13 Sat Apr 5 10:34:39 2008 +++ SPECS/uriparser.spec Mon Jun 2 19:30:20 2008 @@ -2,16 +2,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 @@ -47,13 +48,15 @@ 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} @@ -91,6 +94,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-06-02 17:30:20 qboosh +- updated to 0.7.1 + Revision 1.13 2008-04-05 08:34:39 arekm - up to 0.7.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uriparser.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
