rpms/lxpolkit/devel lxpolkit.spec,1.1,1.2

Christoph Wickert cwickert at fedoraproject.org
Thu Apr 8 14:36:50 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/lxpolkit/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9598

Modified Files:
	lxpolkit.spec 
Log Message:
final review fixes


Index: lxpolkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lxpolkit/devel/lxpolkit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lxpolkit.spec	8 Apr 2010 14:31:31 -0000	1.1
+++ lxpolkit.spec	8 Apr 2010 14:36:49 -0000	1.2
@@ -1,3 +1,5 @@
+# Review at https://bugzilla.redhat.com/show_bug.cgi?id=579171
+
 %global gitdate 20100402
 %global gitversion 5087383
 %global alphatag .%{gitdate}git%{gitversion}
@@ -11,8 +13,9 @@ Summary:        Simple PolicyKit authent
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.org/
+#VCS: git:git://lxde.git.sourceforge.net/gitroot/lxde/lxpolkit
 # Tarfile created using git
-# git clone git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm pcmanfm
+# git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxpolkit
 # cd %{name}
 # git archive --format=tar --prefix=%{name}-%{version}/ %{gitversion} | bzip2 > %{name}-%{gitdate}git%{gitversion}.tar.bz2
 Source0:        %{name}-%{gitdate}git%{gitversion}.tar.bz2
@@ -36,7 +39,8 @@ Lightweight X11 Desktop Environment.
 
 
 %build
-./autogen.sh
+export NOCONFIGURE=yes
+sh autogen.sh
 %configure --bindir=%{_libexecdir}
 make %{?_smp_mflags}
 sed -i 's|Exec=lxpolkit|Exec=%{_libexecdir}/lxpolkit|g' data/%{name}.desktop



More information about the scm-commits mailing list