rpms/hardlink/devel hardlink.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 23 11:18:32 UTC 2007


Author: jnovy

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

Modified Files:
	hardlink.spec 
Log Message:
- include sources in debuginfo package (#230833)



Index: hardlink.spec
===================================================================
RCS file: /cvs/dist/rpms/hardlink/devel/hardlink.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hardlink.spec	5 Feb 2007 13:44:54 -0000	1.27
+++ hardlink.spec	23 Apr 2007 11:18:30 -0000	1.28
@@ -1,7 +1,7 @@
 Summary:	Create a tree of hardlinks
 Name:		hardlink
 Version:	1.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 URL:		http://cvs.fedora.redhat.com/viewcvs/devel/hardlink/
@@ -18,9 +18,10 @@
 
 %prep
 %setup -q -c -T
+install -pm 644 %{SOURCE0} hardlink.c
 
 %build
-gcc $RPM_OPT_FLAGS %{SOURCE0} -o hardlink
+gcc $RPM_OPT_FLAGS hardlink.c -o hardlink
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,6 +37,9 @@
 %{_mandir}/man1/hardlink.1*
 
 %changelog
+* Mon Apr 23 2007 Jindrich Novy <jnovy at redhat.com> - 1:1.0-4
+- include sources in debuginfo package (#230833)
+
 * Mon Feb  5 2007 Jindrich Novy <jnovy at redhat.com> - 1:1.0-3
 - merge review related spec fixes (#225881)
 




More information about the fedora-cvs-commits mailing list