]> git.pld-linux.org Git - packages/asn1c.git/commitdiff
- pl, unified, files fixes, BR: ac,am
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 Dec 2005 17:44:20 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asn1c.spec -> 1.3

asn1c.spec

index b8bfef0b5a0368b0691bda9afd5cf4a76ebe3fa5..6a11a7b481d5abf8b8e5d2f53186f9258cd70329 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       The ASN.1 to C compiler
+Summary(pl):   Kompilator ASN.1 do C
 Name:          asn1c
 Version:       0.9.19
 Release:       0.1
@@ -7,6 +8,8 @@ Group:          Development/Languages
 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
@@ -14,6 +17,11 @@ The asn1c compiler turns ASN.1 specifications into C language source
 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
 
@@ -27,13 +35,12 @@ given abstract notation.
 
 %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
@@ -41,8 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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/*
This page took 0.093645 seconds and 4 git commands to generate.