rpms/rdate/devel rdate.spec,1.20,1.21

Phil Knirsch (pknirsch) fedora-extras-commits at redhat.com
Tue May 29 13:26:33 UTC 2007


Author: pknirsch

Update of /cvs/pkgs/rpms/rdate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32586

Modified Files:
	rdate.spec 
Log Message:
- Ceanups related to package review. (#226357)



Index: rdate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rdate/devel/rdate.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- rdate.spec	25 Aug 2006 12:54:14 -0000	1.20
+++ rdate.spec	29 May 2007 13:25:57 -0000	1.21
@@ -1,11 +1,12 @@
-Summary: Tool for getting the date/time from a remote machine.
+Summary: Tool for getting the date/time from a remote machine
 Name: rdate
 Version: 1.4
-Release: 6
+Release: 7%{?dist}
 License: GPL
 Group: Applications/System
 Source: ftp://people.redhat.com/sopwith/rdate-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-root
+URL: ftp://people.redhat.com/sopwith/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 The rdate utility retrieves the date and time from another machine on
@@ -17,23 +18,26 @@
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS -DINET6"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DINET6"
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
 
 mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
-%makeinstall
+make prefix=$RPM_BUILD_ROOT/usr install
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 %files
-%defattr(-,root,root)
-%{_bindir}/rdate
+%defattr(-,root,root,-)
+%attr(0755,root,root) %{_bindir}/rdate
 %{_mandir}/man1/rdate.1*
 
 %changelog
+* Tue May 29 2007 Phil Knirsch <pknirsch at redhat.com> - 1.4-7
+- Ceanups related to package review. (#226357)
+
 * Fri Aug 25 2006 Phil Knirsch <pknirsch at redhat.com> - 1.4-6
 - Enabled IPv6 support (#197509)
 




More information about the fedora-extras-commits mailing list