rpms/prctl/devel prctl.spec,1.18,1.19

Karsten Hopp karsten at fedoraproject.org
Wed Jan 28 17:06:18 UTC 2009


Author: karsten

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

Modified Files:
	prctl.spec 
Log Message:
- review fixes


Index: prctl.spec
===================================================================
RCS file: /cvs/extras/rpms/prctl/devel/prctl.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- prctl.spec	28 Jan 2009 11:22:58 -0000	1.18
+++ prctl.spec	28 Jan 2009 17:05:47 -0000	1.19
@@ -1,11 +1,11 @@
 Summary: Utility to perform process operations
 Name: prctl
 Version: 1.5
-Release: 4
+Release: 4%{?dist}
 License: GPLv2
 Group: Applications/System
 URL:	http://sourceforge.net/projects/prctl
-Source: http://prdownloads.sourceforge.net/prctl/prctl-%{version}.tar.gz
+Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0: prctl-1.5-destdir.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # The only parameters of prctl that do anything other than printing help are
@@ -19,7 +19,7 @@
 runtime environment. This utility works on Linux 2.4 and higher kernels only.
 
 %prep
-%setup
+%setup -q
 %patch0 -p1
 
 %build
@@ -37,8 +37,8 @@
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog
-%{_bindir}/prctl
-%{_mandir}/man1/prctl.*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.*
 
 %changelog
 * Wed Jan 28 2009 Karsten Hopp <karsten at redhat.com> 1.5-4




More information about the fedora-extras-commits mailing list