packages: bullet/bullet.spec, hal-cups-utils/hal-cups-utils.spec, postaci/p...
sparky
sparky at pld-linux.org
Mon Feb 7 00:45:31 CET 2011
Author: sparky Date: Sun Feb 6 23:45:31 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fix misused %defattr
---- Files affected:
packages/bullet:
bullet.spec (1.4 -> 1.5)
packages/hal-cups-utils:
hal-cups-utils.spec (1.6 -> 1.7)
packages/postaci:
postaci.spec (1.22 -> 1.23)
packages/python-4Suite:
python-4Suite.spec (1.37 -> 1.38)
packages/tree-firewall:
tree-firewall.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: packages/bullet/bullet.spec
diff -u packages/bullet/bullet.spec:1.4 packages/bullet/bullet.spec:1.5
--- packages/bullet/bullet.spec:1.4 Wed Mar 25 10:17:51 2009
+++ packages/bullet/bullet.spec Mon Feb 7 00:45:25 2011
@@ -74,7 +74,7 @@
%attr (755,root,root) %{_libdir}/lib%{name}*.so.*.*
%files devel
-%defattr(644,root,root)
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/lib%{name}*.so
%attr(755,root,root) %{_libdir}/lib%{name}*.so.*
%attr(644,root,root) %{_libdir}/lib%{name}*.la
@@ -90,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2011/02/06 23:45:25 sparky
+- fix misused %defattr
+
Revision 1.4 2009/03/25 09:17:51 cieciwa
- updated License, description and URL.
@@ -110,4 +113,3 @@
Revision 1.70 2008/10/02 11:04:51 glen
- user/group fragments
-
================================================================
Index: packages/hal-cups-utils/hal-cups-utils.spec
diff -u packages/hal-cups-utils/hal-cups-utils.spec:1.6 packages/hal-cups-utils/hal-cups-utils.spec:1.7
--- packages/hal-cups-utils/hal-cups-utils.spec:1.6 Wed Oct 24 01:05:50 2007
+++ packages/hal-cups-utils/hal-cups-utils.spec Mon Feb 7 00:45:26 2011
@@ -51,7 +51,7 @@
rm -rf $RPM_BUILD_ROOT
%files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README
%{_libexecdir}/hal_lpadmin
%{_prefix}/lib/cups/backend/hal
@@ -63,6 +63,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2011/02/06 23:45:26 sparky
+- fix misused %defattr
+
Revision 1.6 2007/10/23 23:05:50 patrys
- our postmaster prevents me from using refetchsrc, forcing update
================================================================
Index: packages/postaci/postaci.spec
diff -u packages/postaci/postaci.spec:1.22 packages/postaci/postaci.spec:1.23
--- packages/postaci/postaci.spec:1.22 Tue Feb 13 09:06:41 2007
+++ packages/postaci/postaci.spec Mon Feb 7 00:45:26 2011
@@ -99,7 +99,7 @@
fi
%files
-%defattr(644,root,http,755)
+%defattr(644,root,root,755)
%doc doc/{FAQ/FAQ,TODO,WHATSNEW,THANKS,INSTALL,UPGRADE}
%doc INSTALL-PLD
%defattr(640,root,http,750)
@@ -127,6 +127,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2011/02/06 23:45:26 sparky
+- fix misused %defattr
+
Revision 1.22 2007/02/13 08:06:41 glen
- tabs in preamble
================================================================
Index: packages/python-4Suite/python-4Suite.spec
diff -u packages/python-4Suite/python-4Suite.spec:1.37 packages/python-4Suite/python-4Suite.spec:1.38
--- packages/python-4Suite/python-4Suite.spec:1.37 Sat Feb 5 01:59:42 2011
+++ packages/python-4Suite/python-4Suite.spec Mon Feb 7 00:45:26 2011
@@ -113,8 +113,8 @@
%{_examplesdir}/%{name}-%{version}
%files -n %{short_name}-tools
-%defattr(755,root,root,755)
-%{_bindir}/*
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -122,6 +122,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2011/02/06 23:45:26 sparky
+- fix misused %defattr
+
Revision 1.37 2011/02/05 00:59:42 sparky
- corrected lang tag in Summary
================================================================
Index: packages/tree-firewall/tree-firewall.spec
diff -u packages/tree-firewall/tree-firewall.spec:1.24 packages/tree-firewall/tree-firewall.spec:1.25
--- packages/tree-firewall/tree-firewall.spec:1.24 Mon Feb 12 23:09:18 2007
+++ packages/tree-firewall/tree-firewall.spec Mon Feb 7 00:45:26 2011
@@ -73,8 +73,9 @@
fi
%files
-%defattr(644,root,root,750)
+%defattr(644,root,root,755)
%doc README ChangeLog
+%defattr(644,root,root,750)
%dir %{_sysconfdir}/firewall
# huh? will be removed by rc.sysinit
%dir /tmp/tree-firewall
@@ -90,6 +91,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2011/02/06 23:45:26 sparky
+- fix misused %defattr
+
Revision 1.24 2007/02/12 22:09:18 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bullet/bullet.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hal-cups-utils/hal-cups-utils.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postaci/postaci.spec?r1=1.22&r2=1.23&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-4Suite/python-4Suite.spec?r1=1.37&r2=1.38&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tree-firewall/tree-firewall.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list