SPECS: libspiff.spec - updated to 0.7.3 - added link patch - packa...

qboosh qboosh at pld-linux.org
Sat Sep 15 15:52:40 CEST 2007


Author: qboosh                       Date: Sat Sep 15 13:52:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.7.3
- added link patch
- package soname symlink as ghost

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

---- Diffs:

================================================================
Index: SPECS/libspiff.spec
diff -u SPECS/libspiff.spec:1.7 SPECS/libspiff.spec:1.8
--- SPECS/libspiff.spec:1.7	Thu Aug  9 07:50:32 2007
+++ SPECS/libspiff.spec	Sat Sep 15 15:52:34 2007
@@ -2,16 +2,22 @@
 Summary:	XSPF playlist reading and writing support
 Summary(pl.UTF-8):	Obsługa odczytu i zapisu playlist XSPF
 Name:		libspiff
-Version:	0.7.2
+Version:	0.7.3
 Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libspiff/%{name}-%{version}.tar.gz
-# Source0-md5:	513278b6ecd8d98732def8a351791b2d
+# Source0-md5:	06cb02e8588d28f68a40291464c12fa3
+Patch0:		%{name}-link.patch
 URL:		http://libspiff.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	expat-devel >= 1:1.95.8
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	uriparser-devel >= 0.3.0
+Requires:	expat >= 1:1.95.8
+Requires:	uriparser >= 0.3.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,8 +56,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -69,19 +81,20 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README THANKS
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS COPYING ChangeLog NEWS README THANKS
+%attr(755,root,root) %{_bindir}/spiff_*
+%attr(755,root,root) %{_libdir}/libspiff.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libspiff.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libspiff.so
+%{_libdir}/libspiff.la
 %{_includedir}/spiff
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libspiff.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -89,6 +102,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/09/15 13:52:34  qboosh
+- updated to 0.7.3
+- added link patch
+- package soname symlink as ghost
+
 Revision 1.7  2007/08/09 05:50:32  arekm
 - up to 0.7.2
 
================================================================

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



More information about the pld-cvs-commit mailing list