Author: sparky Date: Mon Nov 23 23:31:53 2009 GMT Module: packages Tag: HEAD ---- Log message: - rpmldflags - removed url from source0, does not work
---- Files affected: packages/bin2iso: bin2iso.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/bin2iso/bin2iso.spec diff -u packages/bin2iso/bin2iso.spec:1.24 packages/bin2iso/bin2iso.spec:1.25 --- packages/bin2iso/bin2iso.spec:1.24 Mon Jul 28 01:03:34 2008 +++ packages/bin2iso/bin2iso.spec Tue Nov 24 00:31:47 2009 @@ -6,8 +6,8 @@ Release: 8 License: unknown Group: Applications/File -Source0: http://users.andara.com/~doiron/bin2iso/linux/%{name}19b_linux.c -# NoSource0-md5: 01dab72496175a772bcf6e08c854d440 +# http://users.andara.com/~doiron/bin2iso/linux/%{name}19b_linux.c +Source0: %{name}19b_linux.c Source1: http://users.andara.com/~doiron/bin2iso/readme.txt # Source1-md5: 703e50ee80e5c15a742458aab8a93340 Patch0: %{name}-warnings.patch @@ -27,7 +27,7 @@ %patch0 -p0 %build -%{__cc} -Wall %{rpmcflags} %{name}.c -o %{name} +%{__cc} -Wall %{rpmcflags} %{rpmldflags} %{name}.c -o %{name} %install rm -rf $RPM_BUILD_ROOT @@ -49,6 +49,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2009/11/23 23:31:47 sparky +- rpmldflags +- removed url from source0, does not work + Revision 1.24 2008/07/27 23:03:34 arekm - release 8 @@ -98,32 +102,32 @@ - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.9 2002/04/25 15:53:06 arturs -fixed a small typo +- fixed a small typo Revision 1.8 2002/02/22 23:28:43 kloczek - removed all Group fields translations (our rpm now can handle translating Group field using gettext). Revision 1.7 2002/01/18 02:12:30 kloczek -perl -pi -e "s/[email protected]/[email protected]/" +- perl -pi -e "s/[email protected]/[email protected]/" Revision 1.6 2001/05/30 08:39:44 kloczek - relase 2. Revision 1.5 2001/04/30 16:05:15 kloczek -- added using %%{rpmcflags} macro. +- added using %{rpmcflags} macro. Revision 1.4 2001/01/25 20:03:21 misiek -Massive attack. We use -O0 instead -O flags while debug enabled. +- Massive attack. We use -O0 instead -O flags while debug enabled. Revision 1.3 2000/12/23 00:48:43 michuz -- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} +- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...} (now it's more C like) Revision 1.2 2000/11/06 10:39:22 kloczek - spec adapterized, -- now is %%{debug} ready, +- now is %{debug} ready, - few cosmetics. Revision 1.1 2000/11/04 22:07:41 misiek -BIN to ISO image files converter +- BIN to ISO image files converter ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bin2iso/bin2iso.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
