extras-buildsys plague.spec,1.27.2.5.2.1.2.2,1.27.2.5.2.1.2.3

Michael Schwendt mschwendt at fedoraproject.org
Wed Sep 3 12:11:46 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26208

Modified Files:
      Tag: Plague-0_4_5
	plague.spec 
Log Message:
a few rpmlint fixes


Index: plague.spec
===================================================================
RCS file: /cvs/fedora/extras-buildsys/plague.spec,v
retrieving revision 1.27.2.5.2.1.2.2
retrieving revision 1.27.2.5.2.1.2.3
diff -u -r1.27.2.5.2.1.2.2 -r1.27.2.5.2.1.2.3
--- plague.spec	14 Jun 2008 10:43:40 -0000	1.27.2.5.2.1.2.2
+++ plague.spec	3 Sep 2008 12:11:45 -0000	1.27.2.5.2.1.2.3
@@ -27,7 +27,8 @@
 Requires: pyOpenSSL
 
 %description common
-This package includes the common Python module that all Plague services require.
+This package includes the common Python module that all Plague services
+require.
 
 
 %package builder
@@ -50,7 +51,8 @@
 Requires: %{name}-common = %{version}-%{release}
 
 %description client
-Client program for enqueueing package builds and interrogating the build system.
+Client program for enqueueing package builds and interrogating the build
+system.
 
 
 %package utils
@@ -73,6 +75,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
+chmod +x $RPM_BUILD_ROOT%{_bindir}/*
 install -p -D -m 0644 etc/plague-builder.config $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}-builder
 install -p -D -m 0755 etc/plague-builder.init $RPM_BUILD_ROOT%{_initrddir}/%{name}-builder
 install -p -D -m 0644 etc/plague-server.config $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}-server
@@ -311,7 +314,7 @@
 
 * Sat Jul 16 2005 Dan Williams <dcbw at redhat.com>
 - Bump version to 0.2
-- Grab python files from /usr/lib, not %{_libdir} until the
+- Grab python files from /usr/lib, not %%{_libdir} until the
     multiarch issues get worked out
 
 * Sun Jun 26 2005 Dan Williams <dcbw at redhat.com>




More information about the fedora-extras-commits mailing list