rpms/bin2iso/devel bin2iso.spec,1.10,1.11

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Feb 19 14:03:40 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/bin2iso/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29392

Modified Files:
	bin2iso.spec 
Log Message:
* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.9-5.b
- Install the single c-file our sources consist of before compiling them, so
  that they end up in -debuginfo even when building under mock



Index: bin2iso.spec
===================================================================
RCS file: /cvs/extras/rpms/bin2iso/devel/bin2iso.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bin2iso.spec	28 Aug 2006 05:11:49 -0000	1.10
+++ bin2iso.spec	19 Feb 2007 14:03:08 -0000	1.11
@@ -1,7 +1,7 @@
 Summary:	Convert ".bin" files into ISO or WAV
 Name:		bin2iso
 Version:	1.9
-Release:	4.b%{?dist}
+Release:	5.b%{?dist}
 License:	Distributable (Unknown)
 Group:		Applications/File
 URL:		http://users.andara.com/~doiron/bin2iso/
@@ -14,10 +14,11 @@
 
 %prep
 %setup -c -T
+install -p -m 644 %{SOURCE0} bin2iso19b_linux.c
 
 
 %build
-gcc $RPM_OPT_FLAGS -o %{name} %{SOURCE0}
+gcc $RPM_OPT_FLAGS -o %{name} bin2iso19b_linux.c
 
 
 %install
@@ -36,6 +37,10 @@
 
 
 %changelog
+* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.9-5.b
+- Install the single c-file our sources consist of before compiling them, so
+  that they end up in -debuginfo even when building under mock
+
 * Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.9-4.b
 - Taking over as maintainer since Anvil has other priorities
 - FE6 Rebuild




More information about the fedora-extras-commits mailing list