SPECS: galago-daemon.spec, tcl-tls.spec - don't glob whole %%{_lib...

twittner twittner at pld-linux.org
Sun Nov 5 10:18:16 CET 2006


Author: twittner                     Date: Sun Nov  5 09:18:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't glob whole %%{_libdir} - it contains debug subdir.
  which should go into debuginfo subpackage

---- Files affected:
SPECS:
   galago-daemon.spec (1.3 -> 1.4) , tcl-tls.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/galago-daemon.spec
diff -u SPECS/galago-daemon.spec:1.3 SPECS/galago-daemon.spec:1.4
--- SPECS/galago-daemon.spec:1.3	Sun Aug 13 18:08:25 2006
+++ SPECS/galago-daemon.spec	Sun Nov  5 10:18:10 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Demon Galago
 Name:		galago-daemon
 Version:	0.5.0
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.gz
@@ -44,7 +44,6 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libexecdir}/*
 %{_datadir}/dbus-1/services/*.service
 %{_sysconfdir}/dbus-1/system.d/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/galago-daemon.conf
@@ -55,6 +54,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/11/05 09:18:10  twittner
+- don't glob whole %%{_libdir} - it contains debug subdir.
+  which should go into debuginfo subpackage
+
 Revision 1.3  2006/08/13 16:08:25  freetz
 - rel.2 for rebuild with new dbus
 

================================================================
Index: SPECS/tcl-tls.spec
diff -u SPECS/tcl-tls.spec:1.13 SPECS/tcl-tls.spec:1.14
--- SPECS/tcl-tls.spec:1.13	Wed Aug  9 08:56:29 2006
+++ SPECS/tcl-tls.spec	Sun Nov  5 10:18:10 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Rozszerzenie OpenSSL dla Tcl
 Name:		tcl-tls
 Version:	1.5.0
-Release:	2
+Release:	3
 License:	distributable
 Group:		Development/Languages/Tcl
 Source0:	http://dl.sourceforge.net/tls/tls%{version}-src.tar.gz
@@ -48,7 +48,8 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README.txt license.terms
-%{_libdir}/*
+%{_libdir}/lib*.so
+%{_libdir}/tls*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -56,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/11/05 09:18:10  twittner
+- don't glob whole %%{_libdir} - it contains debug subdir.
+  which should go into debuginfo subpackage
+
 Revision 1.13  2006/08/09 06:56:29  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/galago-daemon.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/tcl-tls.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list