Author: qboosh Date: Sun Jan 13 18:38:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.0.0 (note: libsmbios soname changed, libsmbiosxml gone) - removed obsolete link patch
---- Files affected: SPECS: libsmbios.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/libsmbios.spec diff -u SPECS/libsmbios.spec:1.7 SPECS/libsmbios.spec:1.8 --- SPECS/libsmbios.spec:1.7 Sun Dec 16 18:03:24 2007 +++ SPECS/libsmbios.spec Sun Jan 13 19:38:46 2008 @@ -2,13 +2,12 @@ Summary: Open BIOS parsing library Summary(pl.UTF-8): Biblioteka analizująca Open BIOS Name: libsmbios -Version: 0.13.13 +Version: 2.0.0 Release: 1 License: OSL v2.1 or GPL v2+ Group: Libraries Source0: http://linux.dell.com/libsmbios/download/libsmbios/%{name}-%{version}/%{name}-%{version}.tar.gz -# Source0-md5: a6901017eebef17abcec59f2e30a27b6 -Patch0: %{name}-link.patch +# Source0-md5: 1e7a28f9afd07bd692a126947d2735bb URL: http://linux.dell.com/libsmbios/main/index.html BuildRequires: autoconf >= 2.61 BuildRequires: automake >= 1.6 @@ -16,6 +15,7 @@ BuildRequires: doxygen BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 +# configure leftover BuildRequires: libxml2-devel ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,8 +50,6 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel -# for libsmbiosxml only -#Requires: libxml2-devel %description devel Header files and development documentation for libsmbios. @@ -88,7 +86,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -119,9 +116,7 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING COPYING-OSL ChangeLog NEWS README TODO %attr(755,root,root) %{_libdir}/libsmbios.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libsmbios.so.1 -%attr(755,root,root) %{_libdir}/libsmbiosxml.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libsmbiosxml.so.1 +%attr(755,root,root) %ghost %{_libdir}/libsmbios.so.2 %files progs %defattr(644,root,root,755) @@ -131,15 +126,12 @@ %defattr(644,root,root,755) %doc doc/interface/html %attr(755,root,root) %{_libdir}/libsmbios.so -%attr(755,root,root) %{_libdir}/libsmbiosxml.so %{_libdir}/libsmbios.la -%{_libdir}/libsmbiosxml.la %{_includedir}/smbios %files static %defattr(644,root,root,755) %{_libdir}/libsmbios.a -%{_libdir}/libsmbiosxml.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -147,6 +139,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008-01-13 18:38:46 qboosh +- updated to 2.0.0 (note: libsmbios soname changed, libsmbiosxml gone) +- removed obsolete link patch + Revision 1.7 2007-12-16 17:03:24 qboosh - updated to 0.13.13 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsmbios.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
