rpms/pcmanx-gtk2/F-11 pcmanx-gtk2.spec,1.21,1.22

supercyper supercyper at fedoraproject.org
Mon Feb 22 02:58:56 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/pcmanx-gtk2/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30410

Modified Files:
	pcmanx-gtk2.spec 
Log Message:
fix build error



Index: pcmanx-gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pcmanx-gtk2/F-11/pcmanx-gtk2.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- pcmanx-gtk2.spec	22 Feb 2010 02:47:09 -0000	1.21
+++ pcmanx-gtk2.spec	22 Feb 2010 02:58:56 -0000	1.22
@@ -18,14 +18,14 @@ Group:     Applications/Internet
 # following commands to generate the tarball:
 #  svn export -r %{svnver} http://pcmanx-gtk2.googlecode.com/svn/trunk/ pcmanx-gtk2-%{svndate}
 #  tar -cjvf pcmanx-gtk2-%{svndate}.tar.bz2 pcmanx-gtk2-%{svndate}
-Source0: pcmanx-gtk2-%{svndate}.tar.bz2
+Source0:   %{name}-%{svndate}.tar.bz2
 Source1:   pcmanx.desktop
 # Detect xpidl on Fedora (and set MOZILLA_LIB_ROOT properly)
-Patch0:    pcmanx-gtk2-0.3.8-Fedora-xpidl.patch
+Patch0:    %{name}-0.3.8-Fedora-xpidl.patch
 # The idldir in our libxul already has "stable" in it.
-Patch1:    pcmanx-gtk2-0.3.8-Fedora-idldir.patch
-Patch2:    pcmanx-gtk2-0.3.8-xulrunner.patch
-Patch3:    pcmanx-gtk2-aclocal.patch
+Patch1:    %{name}-0.3.8-Fedora-idldir.patch
+Patch2:    %{name}-0.3.8-xulrunner.patch
+Patch3:    %{name}-aclocal.patch
 URL:       http://code.google.com/p/pcmanx-gtk2/
 BuildRequires:     gtk2-devel desktop-file-utils gettext libnotify-devel
 BuildRequires:     libXft-devel
@@ -58,7 +58,7 @@ Mozilla based browser. The protocol engi
 webpage in the browser window. 
 
 %prep
-%setup -q -n %{name}-20100210
+%setup -q -n %{name}-%{svndate}
 %patch0 -p1 -b .xpidl
 %patch1 -p1 -b .idldir
 %patch2 -p1 -b .xul



More information about the scm-commits mailing list