rpms/hardlink/devel hardlink.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 7 14:16:21 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/hardlink/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21600

Modified Files:
	hardlink.spec 
Log Message:
use hardlink.1 as SOURCE1



Index: hardlink.spec
===================================================================
RCS file: /cvs/dist/rpms/hardlink/devel/hardlink.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hardlink.spec	7 Nov 2005 14:07:33 -0000	1.15
+++ hardlink.spec	7 Nov 2005 14:16:16 -0000	1.16
@@ -6,6 +6,7 @@
 Group:          System Environment/Base
 License:        GPL
 Source0:	hardlink.c
+Source1:	hardlink.1
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 Obsoletes:	kernel-utils
 
@@ -24,7 +25,7 @@
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_mandir}/man1
-install -m444 hardlink.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -m444 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
 install -m555 %{NAME}/hardlink $RPM_BUILD_ROOT%{_sbindir}
 
 %clean




More information about the fedora-cvs-commits mailing list