rpms/mirage/devel mirage.spec,1.5,1.6

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Fri Jun 15 06:28:29 UTC 2007


Author: mtasaka

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

Modified Files:
	mirage.spec 
Log Message:
0.8.3-2

- Removing "Version=0.8.3" entry.

  The value Version is the version of esktop-entry-spec
  the desktop file used and has no relation with that of
  the software.
  So currently the value of "Version" must be
  0.9.[3-8] and now desktop-file-utils 0.13 does not accept
  the value "0.8.3" as the right version value.
  And in fact the entry "Version" is not needed, so simply
  removing this entry.



Index: mirage.spec
===================================================================
RCS file: /cvs/extras/rpms/mirage/devel/mirage.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mirage.spec	5 May 2007 10:41:09 -0000	1.5
+++ mirage.spec	15 Jun 2007 06:27:55 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:		mirage
 Version:	0.8.3
-Release:	1%{?dist}.1
+Release:	2%{?dist}
 Summary:	A fast and simple image viewer
 
 Group:		Amusements/Graphics
@@ -23,6 +23,10 @@
 
 %prep
 %setup -q
+%if 0%{?fedora} >= 8
+# Remove Version entry from desktop file
+%{__sed} -i.0.13 -e '/^Version=/d' mirage.desktop
+%endif
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -71,6 +75,9 @@
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Fri Jun 15 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.3-2
+- Remove Version entry (on F-8+)
+
 * Fri Jan 19 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.3-1
 - 0.8.3
 




More information about the fedora-extras-commits mailing list