Author: czarny Date: Wed Nov 1 10:41:42 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added 2_13 suffix to apropriate files - tweaked %files for 2_13 suffix support - rel 0.9
---- Files affected: SPECS: autoconf2_13.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/autoconf2_13.spec diff -u SPECS/autoconf2_13.spec:1.1 SPECS/autoconf2_13.spec:1.2 --- SPECS/autoconf2_13.spec:1.1 Wed Nov 1 10:52:10 2006 +++ SPECS/autoconf2_13.spec Wed Nov 1 11:41:36 2006 @@ -12,7 +12,7 @@ Summary(uk): GNU autoconf - Á×ÔĎËĎÎĆŚÇŐŇÁÔĎŇ ×ÉČŚÄÎÉČ ÔĹËÓÔŚ× Name: autoconf2_13 Version: 2.13 -Release: 0.1 +Release: 0.9 License: GPL Group: Development/Building Source0: ftp://ftp.gnu.org/gnu/autoconf/%{_realname}-%{version}.tar.gz @@ -180,6 +180,17 @@ install {autoconf,autoheader,autoreconf,autoscan,autoupdate,ifnames}.1 \ $RPM_BUILD_ROOT%{_mandir}/man1 +# renaming for both autoconfs in one system +cd $RPM_BUILD_ROOT +mv .%{_libdir}/autoconf .%{_libdir}/autoconf2_13 +for i in `find usr/bin -type f`; do + mv "$i" `echo "$i" | sed 's/$/2_13/'` +done +for i in `find usr/{share/info,share/man/man1} -type f`; do + mv "$i" `echo "$i" | sed 's/\./2_13\./'` +done + + %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 @@ -192,12 +203,11 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* - -%{_infodir}/autoconf.info* -%{_infodir}/standards.info* +%{_infodir}/autoconf2_13.info* +%{_infodir}/standards2_13.info* +%{_libdir}/autoconf2_13 %{_mandir}/man1/* -%{_libdir}/autoconf %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -205,6 +215,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/11/01 10:41:36 czarny +- added 2_13 suffix to apropriate files +- tweaked %files for 2_13 suffix support +- rel 0.9 + Revision 1.1 2006/11/01 09:52:10 czarny - brought back to life for shitty project, taht don't want to port their big software to new autoconf (like mozilla, php) - adapted to new times ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/autoconf2_13.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
