asn1c.spec.in

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1221 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2006-09-19 01:07:24 +00:00
parent b8473ee199
commit 2e6ba2d1db
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: @PACKAGE@
Version: @VERSION@
Release: 1
Release: 2
Copyright: Lev Walkin <vlm@lionet.info>
Source: %{name}-%{version}.tar.gz
Url: http://asn1c.sourceforge.net/
@ -16,7 +16,7 @@ Summary: The ASN.1 to C compiler
%description
The asn1c compiler turns ASN.1 specifications into C language
source files containing the BER/CER/DER/XER encoders and decoders
source files containing the BER/CER/DER/PER/XER encoders and decoders
for the given abstract notation.
%prep
@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Sep 18 2006 Lev Walkin <vlm@lionet.info>
- Mentioned PER support
* Sun Sep 26 2004 Lev Walkin <vlm@lionet.info>
- All manuals are now getting installed, including new ones: unber.1 and enber.1