rpms/pigment/devel pigment-0.3.17-install.patch, NONE, 1.1 pigment.spec, 1.23, 1.24

Matthias Saou thias at fedoraproject.org
Sun May 31 11:08:04 UTC 2009


Author: thias

Update of /cvs/extras/rpms/pigment/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15868

Modified Files:
	pigment.spec 
Added Files:
	pigment-0.3.17-install.patch 
Log Message:
Include install patch to avoid install stopping on duplicate source.


pigment-0.3.17-install.patch:

--- NEW FILE pigment-0.3.17-install.patch ---
diff -Naupr pigment-0.3.17.orig/pgm/Makefile.am pigment-0.3.17/pgm/Makefile.am
--- pigment-0.3.17.orig/pgm/Makefile.am	2009-05-20 19:08:30.000000000 +0200
+++ pigment-0.3.17/pgm/Makefile.am	2009-05-31 13:03:21.745556855 +0200
@@ -128,7 +128,6 @@ libpigment_ at PGM_MAJORMINOR@_includedir =
 libpigment_ at PGM_MAJORMINOR@_include_HEADERS = \
 	$(source_h) \
 	pgmmarshal.h \
-	pgmenumtypes.h \
 	pgmversion.h
 
 EXTRA_DIST = \


Index: pigment.spec
===================================================================
RCS file: /cvs/extras/rpms/pigment/devel/pigment.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- pigment.spec	31 May 2009 10:52:38 -0000	1.23
+++ pigment.spec	31 May 2009 11:08:04 -0000	1.24
@@ -1,11 +1,12 @@
 Summary: Media Center Toolkit
 Name: pigment
 Version: 0.3.17
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Applications/Multimedia
 URL: https://code.fluendo.com/pigment/trac/
 Source: http://www.moovida.com/static/download/pigment/pigment-%{version}.tar.bz2
+Patch0: pigment-0.3.17-install.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
@@ -44,6 +45,7 @@ applications and plugins using Pigment.
 
 %prep
 %setup -q
+%patch0 -p1 -b .install
 # Get our version of libtool back into place...
 %{__rm} -f common/m4/{libtool.m4,lt*.m4}
 %{__cp} -a /usr/share/aclocal/{libtool.m4,ltdl.m4} common/m4/
@@ -101,8 +103,9 @@ find %{buildroot} -name '*.la' -exec rm 
 
 
 %changelog
-* Sun May 31 2009 Matthias Saou <http://freshrpms.net/> 0.3.17-1
+* Sun May 31 2009 Matthias Saou <http://freshrpms.net/> 0.3.17-2
 - Update to 0.3.17.
+- Include install patch to avoid install stopping on duplicate source.
 
 * Mon Apr  6 2009 Matthias Saou <http://freshrpms.net/> 0.3.16-1
 - Update to 0.3.16.




More information about the fedora-extras-commits mailing list