SPECS: haps.spec - cleanups, /lib files fix
qboosh
qboosh at pld-linux.org
Tue Dec 13 21:06:00 CET 2005
Author: qboosh Date: Tue Dec 13 20:06:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cleanups, /lib files fix
---- Files affected:
SPECS:
haps.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/haps.spec
diff -u SPECS/haps.spec:1.5 SPECS/haps.spec:1.6
--- SPECS/haps.spec:1.5 Mon Dec 12 17:24:19 2005
+++ SPECS/haps.spec Tue Dec 13 21:05:54 2005
@@ -22,7 +22,6 @@
%setup -q -n %{name}
%build
-rm -f missing
%{__make}
%install
@@ -53,16 +52,17 @@
%files
%defattr(644,root,root,755)
-#%doc ChangeLog README
+%doc AUTHORS README TODO ChangeLog README
%attr(755,root,root) /sbin/*
-%attr(644,root,root) /lib/*
+%dir /lib/haps
+%attr(755,root,root) /lib/haps/*.so
%attr(754,root,root) /etc/rc.d/init.d/*
-#%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
+#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
%dir %{_sysconfdir}/haps
#%dir /etc/haps/bus
-#%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/haps/bus/*
+#%config(noreplace) %verify(not md5 mtime size) /etc/haps/bus/*
%dir %{_sysconfdir}/haps/filters
-%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/haps/filters/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/haps/filters/*
%attr(755,root,root) %{_sysconfdir}/haps/adddevice
%attr(755,root,root) %{_sysconfdir}/haps/removedevice
%attr(755,root,root) %{_sysconfdir}/haps/cut_haps
@@ -70,8 +70,8 @@
%{_sysconfdir}/haps/config
%{_sysconfdir}/haps/current
%{_sysconfdir}/haps/templates
-%attr(644,root,root) %{_sysconfdir}/haps/bioses
-%attr(644,root,root) %{_sysconfdir}/haps/pcitable
+%{_sysconfdir}/haps/bioses
+%{_sysconfdir}/haps/pcitable
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -79,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/12/13 20:05:54 qboosh
+- cleanups, /lib files fix
+
Revision 1.5 2005/12/12 16:24:19 glen
- adapterized (sorted %verify attrs)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/haps.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list