[adjtimex] remove obsolete macros

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Mar 25 16:26:20 UTC 2013


commit fb4cb93391e3bfb7a1ca471c033111069b763edd
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Mar 25 17:10:48 2013 +0100

    remove obsolete macros

 adjtimex.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/adjtimex.spec b/adjtimex.spec
index 53d7be6..0918526 100644
--- a/adjtimex.spec
+++ b/adjtimex.spec
@@ -2,11 +2,9 @@ Summary: A utility for adjusting kernel time variables
 Name: adjtimex
 Version: 1.29
 Release: 5%{?dist}
-ExclusiveOS: Linux
 License: GPLv2+
 Group: System Environment/Base
 Source: http://ftp.debian.org/debian/pool/main/a/adjtimex/%{name}_%{version}.orig.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Adjtimex provides raw access to kernel time variables. On standalone
@@ -24,17 +22,12 @@ adjtimex to view kernel time variables.
 make %{?_smp_mflags} VERSION=%{version}
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
 mkdir -p ${RPM_BUILD_ROOT}/sbin
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
 install -m755 adjtimex ${RPM_BUILD_ROOT}/sbin/adjtimex
 install -m644 adjtimex.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/adjtimex.8
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
 %files
-%defattr(-,root,root)
 %doc README COPYING COPYRIGHT ChangeLog
 /sbin/adjtimex
 %{_mandir}/man8/adjtimex.8*


More information about the scm-commits mailing list