rpms/lmarbles/devel lmarbles.spec,1.11,1.12

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 22 18:00:40 UTC 2007


Author: thias

Update of /cvs/extras/rpms/lmarbles/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29427

Modified Files:
	lmarbles.spec 
Log Message:
Rebuild for new BuildID feature.



Index: lmarbles.spec
===================================================================
RCS file: /cvs/extras/rpms/lmarbles/devel/lmarbles.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lmarbles.spec	28 Aug 2006 11:24:23 -0000	1.11
+++ lmarbles.spec	22 Aug 2007 18:00:07 -0000	1.12
@@ -1,8 +1,8 @@
 Summary: Atomix clone where you create figures out of marbles
 Name: lmarbles
 Version: 1.0.7
-Release: 6%{?dist}
-License: GPL
+Release: 8
+License: GPLv2+
 Group: Amusements/Games
 URL: http://lgames.sourceforge.net/
 Source: http://dl.sf.net/lgames/lmarbles-%{version}.tar.gz
@@ -21,7 +21,7 @@
 
 
 %prep
-%setup
+%setup -q
 
 
 %build
@@ -44,12 +44,12 @@
 Icon=lmarbles.png
 Terminal=false
 Type=Application
-Categories=Application;Game;
+Categories=Game;
 Encoding=UTF-8
 EOF
 
 %{__mkdir_p} %{buildroot}%{_datadir}/applications
-desktop-file-install --vendor fedora \
+desktop-file-install --vendor "" \
     --dir %{buildroot}%{_datadir}/applications \
     %{name}.desktop
 
@@ -66,17 +66,24 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README TODO
-%attr(2551, root, games) %{_bindir}/lmarbles
-%{_datadir}/applications/fedora-lmarbles.desktop
+%attr(2551,root,games) %{_bindir}/lmarbles
+%{_datadir}/applications/lmarbles.desktop
 %{_datadir}/lmarbles/
 %{_datadir}/pixmaps/lmarbles.png
 %{_mandir}/man6/lmarbles.6*
-%config(noreplace) %attr(664, games, games) %{_var}/lib/games/lmarbles.prfs
+%config(noreplace) %attr(664,games,games) %{_var}/lib/games/lmarbles.prfs
 
 
 %changelog
+* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.0.7-8
+- Rebuild for new BuildID feature.
+
+* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 1.0.7-7
+- Update License field.
+- Remove dist tag, since the package will seldom change.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.0.7-6
 - FC5 rebuild.
 - Add %%{?dist} tag.




More information about the fedora-extras-commits mailing list