summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski1999-08-20 17:35:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc3b2ba7496ce3779b86cb0a8f68fa0b16bce0eb7 (patch)
tree59fed89d30d4ec73d16f3fefe1b886fff6c09c6a
parentbcf4be957006931c87bee455a6ae2da4255416b4 (diff)
downloadintimed-c3b2ba7496ce3779b86cb0a8f68fa0b16bce0eb7.zip
intimed-c3b2ba7496ce3779b86cb0a8f68fa0b16bce0eb7.tar.gz
- macros
Changed files: intimed.spec -> 1.2
-rw-r--r--intimed.spec22
1 files changed, 11 insertions, 11 deletions
diff --git a/intimed.spec b/intimed.spec
index eef62de..5238660 100644
--- a/intimed.spec
+++ b/intimed.spec
@@ -1,11 +1,11 @@
-Summary: A time server for synchronizing networked machines' clocks.
-Name: intimed
-Version: 1.10
-Release: 9
-Copyright: freeware
-Group: System Environment/Daemons
-Source: ftp://sunsite.unc.edu/pub/Linux/system/network/sunacm/Other/intimed/intimed-1.10.tar.gz
-BuildRoot: /var/tmp/intimed-root
+Summary: A time server for synchronizing networked machines' clocks.
+Name: intimed
+Version: 1.10
+Release: 10
+Copyright: freeware
+Group: System Environment/Daemons
+Source: ftp://sunsite.unc.edu/pub/Linux/system/network/sunacm/Other/intimed/intimed-1.10.tar.gz
+BuildRoot: /tmp/%{named}-%{version}-root
%description
The intimed package contains a server (in.timed), which keeps networked
@@ -21,13 +21,13 @@ make
%install
rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
+install -d $RPM_BUILD_ROOT%{_sbindir}
-install -s -m 755 in.timed $RPM_BUILD_ROOT/usr/sbin
+install -s in.timed $RPM_BUILD_ROOT%{_sbindir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
-/usr/sbin/in.timed
+%attr(755,root,root) %{_sbindir}/in.timed