~ubuntu-branches/ubuntu/vivid/asn1c/vivid

« back to all changes in this revision

Viewing changes to asn1c.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2006-09-23 13:50:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060923135005-rmay0d69e5vhunai
* New build, forgot to separate sources/diff.
* New release (closes: #327621).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: asn1c.spec.in,v 1.4 2005/03/02 03:04:25 vlm Exp $
 
2
# $Id: asn1c.spec.in,v 1.5 2006/09/19 01:07:24 vlm Exp $
3
3
#
4
4
 
5
5
Name: @PACKAGE@
6
6
Version: @VERSION@
7
 
Release: 1
 
7
Release: 2
8
8
Copyright: Lev Walkin <vlm@lionet.info>
9
9
Source: %{name}-%{version}.tar.gz
10
10
Url: http://asn1c.sourceforge.net/
16
16
 
17
17
%description
18
18
The asn1c compiler turns ASN.1 specifications into C language
19
 
source files containing the BER/CER/DER/XER encoders and decoders
 
19
source files containing the BER/CER/DER/PER/XER encoders and decoders
20
20
for the given abstract notation.
21
21
 
22
22
%prep
45
45
 
46
46
%changelog
47
47
 
 
48
* Sun Sep 18 2006 Lev Walkin <vlm@lionet.info>
 
49
- Mentioned PER support
 
50
 
48
51
* Sun Sep 26 2004 Lev Walkin <vlm@lionet.info>
49
52
- All manuals are now getting installed, including new ones: unber.1 and enber.1
50
53