tUse of %attr tidied up - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 52c7ebdf38282f4f756d1507d49bcdacb33f65c8
(DIR) parent 8a7c0550d9d9a0684e3006ef50b538dd00a41757
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 4 Feb 2002 14:09:17 +0000
Use of %attr tidied up
Diffstat:
M dopewars.spec | 45 +++++++++++++++++--------------
1 file changed, 25 insertions(+), 20 deletions(-)
---
(DIR) diff --git a/dopewars.spec b/dopewars.spec
t@@ -2,7 +2,8 @@ Summary: Drug dealing game
Name: dopewars
Version: cvs
Release: 1
-Vendor: Ben Webb
+Vendor: Ben Webb <ben@bellatrix.pcl.ox.ac.uk>
+URL: http://dopewars.sourceforge.net/
License: GPL
Group: Amusements/Games
Source0: dopewars-cvs.tar.gz
t@@ -35,27 +36,31 @@ make DESTDIR=${RPM_BUILD_ROOT} install-strip
rm -rf ${RPM_BUILD_ROOT}
%files
-%attr(-,root,root) %doc ChangeLog LICENCE README
-%attr(-,root,root) %doc doc/aiplayer.html doc/clientplay.html
-%attr(-,root,root) %doc doc/configfile.html doc/credits.html doc/developer.html
-%attr(-,root,root) %doc doc/example-cfg doc/i18n.html doc/index.html
-%attr(-,root,root) %doc doc/installation.html doc/metaserver.html
-%attr(-,root,root) %doc doc/server.html doc/servercommands.html
-%attr(-,root,root) %doc doc/protocol.html doc/windows.html
+%defattr(-,root,root)
+%doc ChangeLog LICENCE README doc/aiplayer.html doc/clientplay.html
+%doc doc/configfile.html doc/credits.html doc/developer.html
+%doc doc/example-cfg doc/i18n.html doc/index.html doc/installation.html
+%doc doc/metaserver.html doc/server.html doc/servercommands.html
+%doc doc/protocol.html doc/windows.html
%attr(2755,root,games) /usr/bin/dopewars
%attr(0660,root,games) %config /usr/share/dopewars.sco
-%attr(-,root,root) /usr/man/man6/dopewars.6.gz
-%attr(-,root,root) /usr/share/gnome/apps/Games/dopewars.desktop
-%attr(-,root,root) /usr/share/pixmaps/dopewars-pill.png
-%attr(-,root,root) /usr/share/pixmaps/dopewars-weed.png
-%attr(-,root,root) /usr/share/pixmaps/dopewars-shot.png
-%attr(-,root,root) /usr/share/locale/de/LC_MESSAGES/dopewars.mo
-%attr(-,root,root) /usr/share/locale/pl/LC_MESSAGES/dopewars.mo
-%attr(-,root,root) /usr/share/locale/pt_BR/LC_MESSAGES/dopewars.mo
-%attr(-,root,root) /usr/share/locale/fr/LC_MESSAGES/dopewars.mo
+/usr/man/man6/dopewars.6.gz
+/usr/share/gnome/apps/Games/dopewars.desktop
+/usr/share/pixmaps/dopewars-pill.png
+/usr/share/pixmaps/dopewars-weed.png
+/usr/share/pixmaps/dopewars-shot.png
+/usr/share/locale/de/LC_MESSAGES/dopewars.mo
+/usr/share/locale/pl/LC_MESSAGES/dopewars.mo
+/usr/share/locale/pt_BR/LC_MESSAGES/dopewars.mo
+/usr/share/locale/fr/LC_MESSAGES/dopewars.mo
%changelog
-* Wed Sep 26 2001 Ben Webb <ben@bellatrix.pcl.ox.ac.uk>
- - Added support for a buildroot
+* Sun Feb 03 2002 Ben Webb <ben@bellatrix.pcl.ox.ac.uk>
+- Use of %attr tidied up
+- Rebuild with new version
+
* Wed Oct 17 2001 Ben Webb <ben@bellatrix.pcl.ox.ac.uk>
- - Added in %attrs to allow building by non-root users
+- Added in %attrs to allow building by non-root users
+
+* Wed Sep 26 2001 Ben Webb <ben@bellatrix.pcl.ox.ac.uk>
+- Added support for a buildroot