rpms/gpart/devel gpart.spec,1.16,1.17

David Cantrell dcantrel at fedoraproject.org
Sat May 22 01:35:55 UTC 2010


Author: dcantrel

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

Modified Files:
	gpart.spec 
Log Message:
* Fri May 21 2010 David Cantrell <dcantrell at redhat.com> - 0.1h-13
- Spec file cleanups to comply with current packaging policies



Index: gpart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpart/devel/gpart.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- gpart.spec	25 Jul 2009 01:06:03 -0000	1.16
+++ gpart.spec	22 May 2010 01:35:54 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: A program for recovering corrupt partition tables
 Name:    gpart
 Version: 0.1h
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://www.stud.uni-hannover.de/user/76201/gpart/
@@ -17,7 +17,7 @@ Patch5: %{name}-0.1h-makefile.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-kernheaders
 
-ExclusiveArch:  %{ix86}
+ExclusiveArch: %{ix86}
 
 %description
 Gpart is a small tool which tries to guess what partitions are on a PC
@@ -33,25 +33,28 @@ type harddisk in case the primary partit
 %patch5 -p1 -b .makefile
 
 %build
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__mkdir} -p %{buildroot}%{_bindir}
-%{__mkdir} -p %{buildroot}%{_mandir}/man8
-%{__install} -m 0755 src/%{name} %{buildroot}%{_bindir}/%{name}
-%{__install} -m 0644 man/%{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man8
+install -m 0755 src/%{name} %{buildroot}%{_bindir}/%{name}
+install -m 0644 man/%{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING Changes LSM README
 %{_bindir}/%{name}
-%{_mandir}/man8/%{name}.8.gz
+%{_mandir}/man8/%{name}.8*
 
 %changelog
+* Fri May 21 2010 David Cantrell <dcantrell at redhat.com> - 0.1h-13
+- Spec file cleanups to comply with current packaging policies
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1h-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list