[gphotoframe] 1.4 rc1

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jun 29 15:21:47 UTC 2011


commit ef5d178f5f61f73a37857f09d2837179be5addef
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Jun 30 00:21:36 2011 +0900

    1.4 rc1

 .gitignore       |    1 +
 gphotoframe.spec |   13 +++++++++++--
 sources          |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6398b8..723e5ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ gphotoframe-1.0.tar.gz
 /gphotoframe-1.3-rc2.tar.gz
 /gphotoframe-1.3.tar.gz
 /gphotoframe-1.4-b2.tar.gz
+/gphotoframe-1.4-rc1.tar.gz
diff --git a/gphotoframe.spec b/gphotoframe.spec
index a1f06e8..28e5ea4 100644
--- a/gphotoframe.spec
+++ b/gphotoframe.spec
@@ -9,9 +9,9 @@
 %endif
 
 %global	mainver	1.4
-%global	minorver	-b2
+%global	minorver	-rc1
 
-%global	mainrel	1
+%global	mainrel	2
 
 %global	rpmminorver	%(echo "%minorver" | sed -e 's|^-||' | sed -e 's|\\\.||')
 %global	fedorarel	%{?minorver:0.}%{mainrel}%{?minorver:.%rpmminorver}
@@ -88,8 +88,10 @@ grep -rl 'import clutter' lib/ | \
 	xargs sed -i -e 's|import clutter|import dont_use_clutter|'
 %endif
 
+%if 0
 # Use system-wide EXIF
 ln -sf %{python_sitelib}/EXIF.py lib/utils/EXIF.py
+%endif
 
 %build
 # Do nothing
@@ -105,9 +107,11 @@ mkdir -p %{buildroot}
 %endif
 	--root %{buildroot}
 
+%if 0
 # And again use system-wide EXIF.py
 ln -sf %{python_sitelib}/EXIF.py \
 	%{buildroot}%{python_sitelib}/%{name}/utils/EXIF.py
+%endif
 
 # GConf schemas
 mkdir -p %{buildroot}%{_sysconfdir}/gconf/schemas
@@ -134,6 +138,7 @@ mv %{buildroot}%{_prefix}/lib/gnome-screensaver/gnome-screensaver/gphotoframe-sc
 
 %find_lang %{name}
 
+%if 0
 # Treak brp-python-bytecompile
 %global	__os_install_post_orig		%{__os_install_post}
 %global	__os_install_post \
@@ -143,6 +148,7 @@ mv %{buildroot}%{_prefix}/lib/gnome-screensaver/gnome-screensaver/gphotoframe-sc
 		ln -sf $f %{buildroot}%{python_sitelib}/%{name}/utils/$(basename $f) \
 	done \
 	%{nil}
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -203,6 +209,9 @@ exit 0
 %{_datadir}/applications/screensavers/%{name}-screensaver.desktop
 
 %changelog
+* Thu Jun 30 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.4-0.2.rc1
+- 1.4 rc1
+
 * Sun Jun 12 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.4-0.1.b2
 - 1.4 b2
 
diff --git a/sources b/sources
index c73501c..3e9150f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a416f271ce2affbacb4b2edccc902bc  gphotoframe-1.4-b2.tar.gz
+79d70caa44dfe45b3ba8bc28719a6e54  gphotoframe-1.4-rc1.tar.gz


More information about the scm-commits mailing list