asn1c/asn1c.spec.in

57 lines
1.2 KiB
RPMSpec
Raw Normal View History

2004-09-19 00:11:23 +00:00
#
# $Id$
#
Name: @PACKAGE@
Version: @VERSION@
2006-09-19 01:07:24 +00:00
Release: 2
2004-09-19 00:11:23 +00:00
Copyright: Lev Walkin <vlm@lionet.info>
Source: %{name}-%{version}.tar.gz
Url: http://asn1c.sourceforge.net/
BuildRoot: /var/tmp/%{name}-root
Group: Development/Languages
Summary: The ASN.1 to C compiler
%description
2005-03-02 03:04:25 +00:00
The asn1c compiler turns ASN.1 specifications into C language
2006-09-19 01:07:24 +00:00
source files containing the BER/CER/DER/PER/XER encoders and decoders
2005-03-02 03:04:25 +00:00
for the given abstract notation.
2004-09-19 00:11:23 +00:00
%prep
%setup -q
%build
./configure
%{_make} DESTDIR=$RPM_BUILD_ROOT
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install-exec DESTDIR=$RPM_BUILD_ROOT
(cd skeletons && %{__make} install-data DESTDIR=$RPM_BUILD_ROOT)
(cd asn1c && %{__make} install-man DESTDIR=$RPM_BUILD_ROOT)
%clean
rm -rf $RPM_BUILD_ROOT
%files
%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
2004-09-27 20:54:27 +00:00
%{_mandir}/man1
2004-09-19 00:11:23 +00:00
%changelog
2006-09-19 01:07:24 +00:00
* Sun Sep 18 2006 Lev Walkin <vlm@lionet.info>
2007-06-23 20:07:04 +00:00
- Added PER support into description
2006-09-19 01:07:24 +00:00
2004-09-28 11:37:37 +00:00
* Sun Sep 26 2004 Lev Walkin <vlm@lionet.info>
- All manuals are now getting installed, including new ones: unber.1 and enber.1
2004-09-19 00:11:23 +00:00
* Tue Sep 18 2004 Lev Walkin <vlm@lionet.info>
- First version of asn1c.spec