rpms/shotwell/devel .cvsignore, 1.3, 1.4 shotwell.spec, 1.8, 1.9 sources, 1.3, 1.4 desktopfile.patch, 1.1, NONE gconftool.patch, 1.1, NONE

Matthias Clasen mclasen at fedoraproject.org
Thu Nov 12 14:40:15 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/shotwell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29350

Modified Files:
	.cvsignore shotwell.spec sources 
Removed Files:
	desktopfile.patch gconftool.patch 
Log Message:
0.3.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/shotwell/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	3 Nov 2009 21:33:45 -0000	1.3
+++ .cvsignore	12 Nov 2009 14:40:15 -0000	1.4
@@ -1 +1 @@
-shotwell-0.3.0.tar.bz2
+shotwell-0.3.2.tar.bz2


Index: shotwell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/shotwell/devel/shotwell.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- shotwell.spec	3 Nov 2009 22:26:22 -0000	1.8
+++ shotwell.spec	12 Nov 2009 14:40:15 -0000	1.9
@@ -1,5 +1,5 @@
 Name:           shotwell
-Version:        0.3.0
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        A photo organizer for the GNOME desktop
 
@@ -10,9 +10,6 @@ License:        LGPLv2+ and CC-BY-SA
 URL:            http://www.yorba.org/shotwell/
 Source0:        http://www.yorba.org/download/shotwell/0.3/shotwell-0.3.0.tar.bz2
 
-Patch0:		gconftool.patch
-Patch1:		desktopfile.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -36,8 +33,6 @@ them, and share them with others.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gconftool
-%patch1 -p1 -b .desktopfile
 
 %build
 ./configure --prefix=/usr
@@ -48,10 +43,9 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/share/applications
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+export XDG_DISABLE_MAKEFILE_UPDATES=1
 make install DESTDIR=$RPM_BUILD_ROOT
-install -D misc/shotwell.schemas $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/shotwell.schemas
 
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/shotwell.desktop
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/shotwell-viewer.desktop
@@ -101,6 +95,9 @@ gtk-update-icon-cache --quiet %{_datadir
 
 
 %changelog
+* Thu Nov 12 2009 Matthias Clasen <mclasen at redhat.com> - 0.3.2-1
+- Update to 0.3.2
+
 * Tue Nov  3 2009 Matthias Clasen <mclasen at redhat.com> - 0.3.0-1
 - Version 0.3.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/shotwell/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	3 Nov 2009 21:33:45 -0000	1.3
+++ sources	12 Nov 2009 14:40:15 -0000	1.4
@@ -1 +1 @@
-6da3d40d4a57a581238f86284bbaae75  shotwell-0.3.0.tar.bz2
+9415fcceb9663de6815dd805f45c0905  shotwell-0.3.2.tar.bz2


--- desktopfile.patch DELETED ---


--- gconftool.patch DELETED ---




More information about the scm-commits mailing list