new upstream release
- SONAME bumped
This commit is contained in:
parent
608d40c28e
commit
f5c24364f3
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@ libtasn1-2.7.tar.gz
|
|||||||
/libtasn1-2.12.tar.gz
|
/libtasn1-2.12.tar.gz
|
||||||
/libtasn1-2.13.tar.gz
|
/libtasn1-2.13.tar.gz
|
||||||
/libtasn1-2.14.tar.gz
|
/libtasn1-2.14.tar.gz
|
||||||
|
/libtasn1-3.2.tar.gz
|
||||||
|
/libtasn1-3.2.tar.gz.sig
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: The ASN.1 library used in GNUTLS
|
Summary: The ASN.1 library used in GNUTLS
|
||||||
Name: libtasn1
|
Name: libtasn1
|
||||||
Version: 2.14
|
Version: 3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
||||||
@ -59,14 +59,12 @@ This package contains tools using the libtasn library.
|
|||||||
%patch1 -p1 -b .rpath
|
%patch1 -p1 -b .rpath
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static --disable-silent-rules
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
|
||||||
|
|
||||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
|
rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
|
||||||
@ -76,10 +74,6 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -95,8 +89,8 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/TODO doc/*.pdf
|
%doc doc/TODO doc/*.pdf
|
||||||
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS
|
%doc AUTHORS COPYING* NEWS README THANKS
|
||||||
%_libdir/*.so.*
|
%_libdir/*.so.6*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -113,6 +107,10 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 5 2013 Tomas Mraz <tmraz@redhat.com> - 3.2-1
|
||||||
|
- new upstream release
|
||||||
|
- SONAME bumped
|
||||||
|
|
||||||
* Fri Nov 9 2012 Tomas Mraz <tmraz@redhat.com> - 2.14-1
|
* Fri Nov 9 2012 Tomas Mraz <tmraz@redhat.com> - 2.14-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user