SPECS: spandsp.spec - more verbose files, ghost soname symlink - -devel dep

qboosh qboosh at pld-linux.org
Fri Apr 10 20:28:23 CEST 2009


Author: qboosh                       Date: Fri Apr 10 18:28:23 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more verbose files, ghost soname symlink
- -devel dep

---- Files affected:
SPECS:
   spandsp.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/spandsp.spec
diff -u SPECS/spandsp.spec:1.29 SPECS/spandsp.spec:1.30
--- SPECS/spandsp.spec:1.29	Sun Mar  8 15:28:26 2009
+++ SPECS/spandsp.spec	Fri Apr 10 20:28:17 2009
@@ -6,7 +6,7 @@
 Version:	0.0.6
 Release:	0.%{_pre}.1
 Epoch:		1
-License:	LGPL
+License:	LGPL v2.1
 Group:		Libraries
 Source0:	http://www.soft-switch.org/downloads/spandsp/%{name}-%{version}%{_pre}.tgz
 # Source0-md5:	5e7946c452558b4858c9e3ef4e948848
@@ -41,6 +41,7 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe do tworzenia aplikacji używających spandsp
 Group:		Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	libtiff-devel
 
 %description devel
 Header files for the spandsp library.
@@ -90,18 +91,20 @@
 %files
 %defattr(644,root,root,755)
 %doc README NEWS AUTHORS ChangeLog
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libspandsp.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libspandsp.so.2
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/libspandsp.so
+%{_libdir}/libspandsp.la
+%{_includedir}/spandsp
+%{_includedir}/spandsp.h
 %{_pkgconfigdir}/spandsp.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libspandsp.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -109,6 +112,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2009/04/10 18:28:17  qboosh
+- more verbose files, ghost soname symlink
+- -devel dep
+
 Revision 1.29  2009/03/08 14:28:26  duddits
 - up to 0.0.6pre5
 - BR: pkgconfig
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/spandsp.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list