packages: sysfsutils/sysfsutils.spec - verbose files in system dirs; ghost ...

glen glen at pld-linux.org
Sun Feb 26 18:21:56 CET 2012


Author: glen                         Date: Sun Feb 26 17:21:56 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- verbose files in system dirs; ghost soname symlink

---- Files affected:
packages/sysfsutils:
   sysfsutils.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/sysfsutils/sysfsutils.spec
diff -u packages/sysfsutils/sysfsutils.spec:1.23 packages/sysfsutils/sysfsutils.spec:1.24
--- packages/sysfsutils/sysfsutils.spec:1.23	Thu Mar 10 13:17:45 2011
+++ packages/sysfsutils/sysfsutils.spec	Sun Feb 26 18:21:50 2012
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
+%define	org_version	2.1.0
 Summary:	System utilities package
 Summary(pl.UTF-8):	Pakiet narzędzi systemowych
 Name:		sysfsutils
-%define	org_version	2.1.0
 Version:	2.2.0
-Release:	2
+Release:	3
 License:	LGPL v2.1/GPL v2
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/linux-diag/%{name}-%{org_version}.tar.gz
+Source0:	http://downloads.sourceforge.net/linux-diag/%{name}-%{org_version}.tar.gz
 # Source0-md5:	14e7dcd0436d2f49aa403f67e1ef7ddc
 Patch0:		%{name}-lsi.patch
 URL:		http://linux-diag.sourceforge.net/Sysfsutils.html
@@ -98,20 +98,25 @@
 %defattr(644,root,root,755)
 # COPYING contains only note, not actual GPL/LGPL texts
 %doc AUTHORS COPYING CREDITS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/dlist_test
+%attr(755,root,root) %{_bindir}/get_device
+%attr(755,root,root) %{_bindir}/get_driver
+%attr(755,root,root) %{_bindir}/get_module
+%attr(755,root,root) %{_bindir}/systool
+%attr(755,root,root) %{_libdir}/libsysfs.so.*.*.*
+%ghost %{_libdir}/libsysfs.so.2
+%{_mandir}/man1/systool.1*
 
 %files devel
 %defattr(644,root,root,755)
 %doc docs/libsysfs.txt
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%{_libdir}/libsysfs.so
+%{_libdir}/libsysfs.la
 %{_includedir}/sysfs
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libsysfs.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -119,6 +124,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2012/02/26 17:21:50  glen
+- verbose files in system dirs; ghost soname symlink
+
 Revision 1.23  2011/03/10 12:17:45  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sysfsutils/sysfsutils.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list