Author: qboosh Date: Thu Dec 8 15:44:13 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 7.16.00
---- Files affected: packages/icmake: icmake.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: packages/icmake/icmake.spec diff -u packages/icmake/icmake.spec:1.22 packages/icmake/icmake.spec:1.23 --- packages/icmake/icmake.spec:1.22 Sun Apr 10 18:18:29 2011 +++ packages/icmake/icmake.spec Thu Dec 8 16:44:07 2011 @@ -2,25 +2,26 @@ Summary: Icmake - an Intelligent C-like Maker Summary(pl.UTF-8): Icmake - inteligentny C-podobny "maker" Name: icmake -Version: 7.15.00 +Version: 7.16.00 Release: 1 -License: GPL +License: GPL v3 Group: Development/Building Source0: http://downloads.sourceforge.net/icmake/%{name}_%{version}.orig.tar.gz -# Source0-md5: 3f23dcd960b03fd5b808f29372980dbc +# Source0-md5: 174cf585d9133a42797d49e280345f03 URL: http://icmake.sourceforge.net/ BuildRequires: bash +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Icmake is yet another maker -- but this time, one that uses a C-like +Icmake is yet another maker - but this time, one that uses a C-like syntaxis. The Icmake scripts should feel `natural' to all C programmers. Icmake is furthermore a powerful shell script language: it can be used for program maintenance as well as for system administrative tasks. %description -l pl.UTF-8 -Icmake jest kolejnym programem typu "make" -- ale takim, który używa +Icmake jest kolejnym programem typu "make" - ale takim, który używa składni podobnej do C. Skrypty Icmake powinny być dość 'naturalne' dla programistów C. Icmake jest ponadto potężnym narzędziem skryptowym: może być używany równie dobrze do tworzenia programów z równym @@ -28,11 +29,12 @@ %prep %setup -q -sed -i -e 's#gcc#%{__cc}#g' icm_* -sed -i -e 's#-O2 -g#%{rpmcflags} %{rpmcppflags}#g' icm_* -sed -i -e 's#/lib/#/%{_lib}/#g' INSTALL.im +%{__sed} -i -e 's#gcc#%{__cc}#g' icm_bootstrap +%{__sed} -i -e 's#/lib/#/%{_lib}/#g' INSTALL.im %build +CFLAGS="%{rpmcflags} %{rpmcppflags}" \ +LDFLAGS="%{rpmldflags}" \ ./icm_bootstrap / %install @@ -65,11 +67,14 @@ %dir %{_datadir}/%{name}/parser %{_datadir}/%{name}/parser/grammar %dir %{_datadir}/%{name}/parser/gramspec -%dir %{_datadir}/%{name}/parser/gramspec/*.* %attr(755,root,root) %{_datadir}/%{name}/parser/gramspec/grambuild -%{_datadir}/%{name}/[^p]* -%{_mandir}/man1/ic*.1* -%{_mandir}/man7/ic*.7* +%{_datadir}/%{name}/parser/gramspec/*.gr0 +%{_datadir}/%{name}/[!p]* +%{_mandir}/man1/icmake.1* +%{_mandir}/man1/icmbuild.1* +%{_mandir}/man1/icmstart.1* +%{_mandir}/man7/icmconf.7* +%{_mandir}/man7/icmstart.rc.7* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -77,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2011/12/08 15:44:07 qboosh +- updated to 7.16.00 + Revision 1.22 2011/04/10 16:18:29 arekm - up to 7.15.00 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icmake/icmake.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
