rpms/mirage/devel .cvsignore, 1.4, 1.5 mirage.spec, 1.9, 1.10 sources, 1.4, 1.5

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Thu Oct 18 15:58:08 UTC 2007


Author: mtasaka

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

Modified Files:
	.cvsignore mirage.spec sources 
Log Message:
* Fri Oct 19 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9-1
- 0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirage/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	19 Jan 2007 05:37:07 -0000	1.4
+++ .cvsignore	18 Oct 2007 15:57:35 -0000	1.5
@@ -1 +1 @@
-mirage-0.8.3.tar.bz2
+mirage-0.9.tar.bz2


Index: mirage.spec
===================================================================
RCS file: /cvs/extras/rpms/mirage/devel/mirage.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mirage.spec	21 Aug 2007 18:35:28 -0000	1.9
+++ mirage.spec	18 Oct 2007 15:57:35 -0000	1.10
@@ -1,16 +1,17 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		mirage
-Version:	0.8.3
-Release:	2%{?dist}.2
+Version:	0.9
+Release:	1%{?dist}
 Summary:	A fast and simple image viewer
 
 Group:		Amusements/Graphics
-License:	GPLv2+
+License:	GPLv3+
 URL:		http://mirageiv.berlios.de/
 Source0:	http://download.berlios.de/mirageiv/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:	gettext
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
 Requires:	pygtk2
@@ -23,10 +24,8 @@
 
 %prep
 %setup -q
-%if 0%{?fedora} >= 8
-# Remove Version entry from desktop file
-%{__sed} -i.0.13 -e '/^Version=/d' mirage.desktop
-%endif
+# Don't remove rebuilt files!
+%{__sed} -i.build -e '/Cleanup/,$d' setup.py
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -36,7 +35,7 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %{__mkdir_p} $RPM_BUILD_ROOT
-%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --prefix $RPM_BUILD_ROOT%{_prefix}
 
 # remove document files
 %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/[A-Z]*
@@ -75,6 +74,9 @@
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Fri Oct 19 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9-1
+- 0.9
+
 * Wed Aug 22 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.3-2.dist.2
 - Mass rebuild (buildID or binutils issue)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirage/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Jan 2007 05:37:07 -0000	1.4
+++ sources	18 Oct 2007 15:57:35 -0000	1.5
@@ -1 +1 @@
-a72f26fb2a60101816a50679729802e7  mirage-0.8.3.tar.bz2
+ba2bdc191cf36b839d14239c93bd57eb  mirage-0.9.tar.bz2




More information about the fedora-extras-commits mailing list