Author: qboosh Date: Fri Sep 23 17:27:30 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.1.3
---- Files affected: packages/libvpd: libvpd.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/libvpd/libvpd.spec diff -u packages/libvpd/libvpd.spec:1.4 packages/libvpd/libvpd.spec:1.5 --- packages/libvpd/libvpd.spec:1.4 Tue May 3 10:51:14 2011 +++ packages/libvpd/libvpd.spec Fri Sep 23 19:27:25 2011 @@ -2,16 +2,19 @@ Summary: Library for access to VPD database Summary(pl.UTF-8): Biblioteka dostępu do bazy danych VPD Name: libvpd -Version: 2.1.2 +Version: 2.1.3 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz -# Source0-md5: d4e66ec416eac3a87c790cbdc1c628f4 +# Source0-md5: e73fcf739dd0275f4793fc52394fe6cb Patch0: %{name}-pc.patch Patch1: %{name}-nolink.patch URL: http://linux-diag.sourceforge.net/Lsvpd.html +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: sqlite3-devel >= 3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -93,6 +96,11 @@ %patch1 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} @@ -118,7 +126,7 @@ %defattr(644,root,root,755) %doc AUTHORS NEWS README %attr(755,root,root) %{_libdir}/libvpd-2.1.so.*.*.* -%ghost %{_libdir}/libvpd-2.1.so.0 +%ghost %{_libdir}/libvpd-2.1.so.2 %files devel %defattr(644,root,root,755) @@ -134,7 +142,7 @@ %files cxx %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libvpd_cxx-2.1.so.*.*.* -%ghost %{_libdir}/libvpd_cxx-2.1.so.0 +%ghost %{_libdir}/libvpd_cxx-2.1.so.2 %files cxx-devel %defattr(644,root,root,755) @@ -152,6 +160,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/09/23 17:27:25 qboosh +- updated to 2.1.3 + Revision 1.4 2011/05/03 08:51:14 qboosh - added nolink patch (avoid SEGV when trying to readlink non-existing symlink) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvpd/libvpd.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
