diff --git a/asn1c.spec b/asn1c.spec index 2e84402..5af19c6 100644 --- a/asn1c.spec +++ b/asn1c.spec @@ -1,12 +1,14 @@ Name: asn1c Version: 0.9.28 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An ASN.1 Compiler License: BSD URL: http://lionet.info/asn1c Source0: http://lionet.info/soft/%{name}-%{version}.tar.gz +BuildRequires: git +BuildRequires: gcc BuildRequires: perl-interpreter %description @@ -15,7 +17,7 @@ simply marshalled to/unmarshalled from: BER, DER, CER, BASIC-XER, CXER, EXTENDED-XER, PER. %prep -%setup -q +%autosetup -S git %build %configure --docdir=%{_pkgdocdir} @@ -32,6 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/%{name} %changelog +* Wed Mar 07 2018 Robbie Harwood - 0.9.28-5 +- Add gcc and git to build-deps + * Wed Feb 07 2018 Fedora Release Engineering - 0.9.28-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild