Author: qboosh Date: Sat Oct 22 21:54:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.1 - updated info patch, added pl.po-update patch - added -runtime package
---- Files affected: SPECS: bison.spec (1.75 -> 1.76) ---- Diffs: ================================================================ Index: SPECS/bison.spec diff -u SPECS/bison.spec:1.75 SPECS/bison.spec:1.76 --- SPECS/bison.spec:1.75 Sat Jan 8 02:44:17 2005 +++ SPECS/bison.spec Sat Oct 22 23:54:33 2005 @@ -9,18 +9,22 @@ Summary(tr): GNU ayrýţtýrýcý üreticisi Summary(uk): Bison - ÇĹÎĹŇÁÔĎŇ ĐÁŇÓĹŇŚ× GNU Name: bison -Version: 2.0 +Version: 2.1 Release: 1 License: GPL Group: Development/Tools -Source0: ftp://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.gz -# Source0-md5: c17f964fd5504b88b07a183420de25e3 +Source0: ftp://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.bz2 +# Source0-md5: ef3110077462b1140b2ae612626e8486 Source1: %{name}.1.pl Patch0: %{name}-info.patch +Patch1: %{name}-pl.po-update.patch BuildRequires: automake -BuildRequires: m4 >= 1.4 -BuildRequires: texinfo -Requires: m4 >= 1.4 +BuildRequires: flex +BuildRequires: gettext-devel >= 0.12 +BuildRequires: m4 >= 1.4.3 +BuildRequires: texinfo >= 4.0 +Requires: %{name}-runtime = %{version}-%{release} +Requires: m4 >= 1.4.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define pkgdatadir %{_datadir}/bison @@ -81,9 +85,23 @@ ×ÉËĎŇÉÓÔĎ×ŐŔÔŘ ĘĎÇĎ × ĐŇĎĂĹÓŚ ËĎÍĐŚĚŃĂŚ§. Bison ĐĎÔŇŚÂĹÎ ÔŚĚŘËÉ × ÓÉÓÔĹÍÁČ, ŃËŚ ×ÉËĎŇÉÓÔĎ×ŐŔÔŘÓŃ ÄĚŃ ŇĎÚŇĎÂËÉ ĐŇĎÇŇÁÍ. +%package runtime +Summary: Runtime library for programs containing bison-generated parsers +Summary(pl): Biblioteka uruchomieniowa dla programów zawierajacych parsery bisonowe +Group: Libraries + +%description runtime +Runtime library for internationalized programs containing +bison-generated parsers. + +%description runtime -l pl +Biblioteka uruchomieniowa dla umiędzynarodowionych programów +zawierajacych parsery wygenerowane przez bisona. + %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.sub config @@ -102,6 +120,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/bison.1 %find_lang %{name} +%find_lang %{name}-runtime %clean rm -rf $RPM_BUILD_ROOT @@ -114,21 +133,31 @@ %files -f %{name}.lang %defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/bison # would conflict with byacc (but is not 100% compatible) #%attr(755,root,root) %{_bindir}/yacc %{pkgdatadir} %{_libdir}/lib*.a +%{_aclocaldir}/bison-i18n.m4 %{_mandir}/man1/* %lang(pl) %{_mandir}/pl/man1/* %{_infodir}/*.info* +%files runtime -f %{name}-runtime.lang +%defattr(644,root,root,755) + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.76 2005/10/22 21:54:33 qboosh +- updated to 2.1 +- updated info patch, added pl.po-update patch +- added -runtime package + Revision 1.75 2005/01/08 01:44:17 qboosh - updated to 2.0, removed obsolete unused,code_start-segv patches ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bison.spec?r1=1.75&r2=1.76&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
