rpms/mirage/F-8 .cvsignore, 1.5, 1.6 mirage.spec, 1.10, 1.11 sources, 1.5, 1.6

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Thu Jan 10 14:24:43 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/mirage/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1566/F-8

Modified Files:
	.cvsignore mirage.spec sources 
Log Message:
* Thu Jan 10 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9.1-1
- 0.9.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirage/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	18 Oct 2007 15:57:35 -0000	1.5
+++ .cvsignore	10 Jan 2008 14:24:07 -0000	1.6
@@ -1 +1 @@
-mirage-0.9.tar.bz2
+mirage-0.9.1.tar.bz2


Index: mirage.spec
===================================================================
RCS file: /cvs/extras/rpms/mirage/F-8/mirage.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mirage.spec	18 Oct 2007 15:57:35 -0000	1.10
+++ mirage.spec	10 Jan 2008 14:24:07 -0000	1.11
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		mirage
-Version:	0.9
+Version:	0.9.1
 Release:	1%{?dist}
 Summary:	A fast and simple image viewer
 
@@ -12,6 +12,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gettext
+BuildRequires:	libX11-devel
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
 Requires:	pygtk2
@@ -41,6 +42,8 @@
 %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/[A-Z]*
 
 # install desktop file
+%{__sed} -i -e 's|%{name}.png|%{name}|' \
+	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 desktop-file-install \
 	--delete-original \
 	--remove-category 'Application' \
@@ -66,6 +69,9 @@
 
 %{_bindir}/%{name}
 %{python_sitearch}/%{name}.py*
+%if 0%{?fedora} >= 9
+%{python_sitearch}/*.egg-info
+%endif
 %{python_sitearch}/*.so
 
 %{_datadir}/%{name}/
@@ -74,6 +80,15 @@
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Thu Jan 10 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9.1-1
+- 0.9.1
+
+* Fri Jan  4 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9-3
+- Support python egginfo for F-9+
+
+* Wed Dec  5 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9-2
+- Fix icon path in desktop file for desktop-file-utils 0.14+
+
 * Fri Oct 19 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9-1
 - 0.9
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirage/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 Oct 2007 15:57:35 -0000	1.5
+++ sources	10 Jan 2008 14:24:07 -0000	1.6
@@ -1 +1 @@
-ba2bdc191cf36b839d14239c93bd57eb  mirage-0.9.tar.bz2
+6892f9cc5741860164a1731957b9e08b  mirage-0.9.1.tar.bz2




More information about the fedora-extras-commits mailing list