Hello community, here is the log from the commit of package libtasn1 for openSUSE:Factory checked in at 2015-02-20 13:50:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old) and /work/SRC/openSUSE:Factory/.libtasn1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtasn1" Changes: -------- --- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes 2014-10-18 09:08:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes 2015-02-20 13:50:38.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Feb 14 08:12:10 UTC 2015 - [email protected] + +- Put C API documentation into -devel package. + Use modern %make_install. Description fix. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtasn1.spec ++++++ --- /var/tmp/diff_new_pack.9sU8If/_old 2015-02-20 13:50:38.000000000 +0100 +++ /var/tmp/diff_new_pack.9sU8If/_new 2015-02-20 13:50:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libtasn1 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,27 +37,27 @@ PreReq: %install_info_prereq %description -This is the ASN.1 library used in GNUTLS. More up to date information +This is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org %package -n libtasn1-%{somajor} Summary: ASN.1 parsing library -Group: Productivity/Networking/Security +Group: System/Libraries Requires: %{name} >= %{version} %description -n libtasn1-%{somajor} -This is the ASN.1 library used in GNUTLS. More up to date information +This is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org %package devel -Requires: libtasn1-%{somajor} = %{version} -Summary: ASN.1 parsing library +Summary: Development files for the ASN.1 parsing library Group: Development/Libraries/C and C++ +Requires: libtasn1-%{somajor} = %{version} %description devel -This is the ASN.1 library used in GNUTLS. More up to date information +This is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org @@ -66,10 +66,10 @@ %build %configure --disable-static -%__make %{?_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install -%makeinstall +%make_install rm $RPM_BUILD_ROOT/%{_libdir}/*.la %check @@ -90,7 +90,6 @@ %doc ChangeLog NEWS README THANKS %{_bindir}/* %{_mandir}/man1/*.1.gz -%{_mandir}/man3/*.3.gz %{_infodir}/*.info.gz %files -n libtasn1-%{somajor} @@ -102,5 +101,6 @@ %{_includedir}/*.h %{_libdir}/*.so %{_libdir}/pkgconfig/libtasn1.pc +%{_mandir}/man3/*.3.gz %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
