SPECS: uriparser.spec - updated to 0.6.0 (new soname) - package CO...

qboosh qboosh at pld-linux.org
Sat Nov 3 17:24:50 CET 2007


Author: qboosh                       Date: Sat Nov  3 16:24:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6.0 (new soname)
- package COPYING

---- Files affected:
SPECS:
   uriparser.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/uriparser.spec
diff -u SPECS/uriparser.spec:1.7 SPECS/uriparser.spec:1.8
--- SPECS/uriparser.spec:1.7	Thu Sep 13 08:07:45 2007
+++ SPECS/uriparser.spec	Sat Nov  3 17:24:44 2007
@@ -2,15 +2,15 @@
 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.5.2
+Version:	0.6.0
 Release:	1
 License:	BSD
 Group:		Libraries
-Source0:	http://dl.sourceforge.net/uriparser/%{name}-%{version}.tar.gz
-# Source0-md5:	d2ce7c98001f61708e525e97663aa07a
+Source0:	http://dl.sourceforge.net/uriparser/%{name}-%{version}.tar.bz2
+# Source0-md5:	df649b55dc3808c2561271e55691a89c
 URL:		http://uriparser.sourceforge.net/
-BuildRequires:	autoconf
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -71,18 +71,19 @@
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.{htm,txt} AUTHORS ChangeLog
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS COPYING ChangeLog doc/*.{htm,txt}
+%attr(755,root,root) %{_libdir}/liburiparser.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liburiparser.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/liburiparser.so
+%{_libdir}/liburiparser.la
+%{_includedir}/uriparser
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/liburiparser.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -90,6 +91,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/11/03 16:24:44  qboosh
+- updated to 0.6.0 (new soname)
+- package COPYING
+
 Revision 1.7  2007/09/13 06:07:45  arekm
 - up to 0.5.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uriparser.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list