Author: qboosh Date: Tue Dec 6 17:44:25 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, unified, files fixes, BR: ac,am
---- Files affected: SPECS: asn1c.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/asn1c.spec diff -u SPECS/asn1c.spec:1.2 SPECS/asn1c.spec:1.3 --- SPECS/asn1c.spec:1.2 Sun Dec 4 18:40:30 2005 +++ SPECS/asn1c.spec Tue Dec 6 18:44:20 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ Summary: The ASN.1 to C compiler +Summary(pl): Kompilator ASN.1 do C Name: asn1c Version: 0.9.19 Release: 0.1 @@ -8,6 +9,8 @@ Source0: http://lionet.info/soft/%{name}-%{version}.tar.gz # Source0-md5: 6c555d806fa0fa465d1838076f27c385 URL: http://asn1c.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -15,6 +18,11 @@ files containing the BER/CER/DER/XER encoders and decoders for the given abstract notation. +%description -l pl +Kompilator asn1c zamienia specyfikacje ASN.1 na pliki źródłowe w +języku C zawierające funkcje kodujące i dekodujące BER/CER/DER/XER dla +podanej notacji abstrakcyjnej. + %prep %setup -q @@ -28,13 +36,12 @@ %install rm -rf $RPM_BUILD_ROOT + %{__make} install-exec \ DESTDIR=$RPM_BUILD_ROOT -%{__make} install-data \ - -C skeletons \ +%{__make} -C skeletons install-data \ DESTDIR=$RPM_BUILD_ROOT -%{__make} install-man \ - -C asn1c \ +%{__make} -C asn1c install-man \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -42,11 +49,10 @@ %files %defattr(644,root,root,755) -%doc README FAQ COPYING ChangeLog BUGS TODO -%doc doc/asn1c-usage.pdf doc/asn1c-usage.html -%attr(755,root,root) %{_bindir} -%attr(644,root,root) %{_datadir}/asn1c -%{_mandir}/man1 +%doc README FAQ COPYING ChangeLog BUGS TODO doc/asn1c-usage.pdf doc/asn1c-usage.html +%attr(755,root,root) %{_bindir}/* +%{_datadir}/asn1c +%{_mandir}/man1/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -54,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/12/06 17:44:20 qboosh +- pl, unified, files fixes, BR: ac,am + Revision 1.2 2005/12/04 17:40:30 glen - unify ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/asn1c.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
