packages: libcddb/libcddb.spec - updated to 1.3.2
megabajt
megabajt at pld-linux.org
Thu Jan 21 20:40:38 CET 2010
Author: megabajt Date: Thu Jan 21 19:40:38 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.3.2
---- Files affected:
packages/libcddb:
libcddb.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: packages/libcddb/libcddb.spec
diff -u packages/libcddb/libcddb.spec:1.25 packages/libcddb/libcddb.spec:1.26
--- packages/libcddb/libcddb.spec:1.25 Thu Dec 31 17:43:35 2009
+++ packages/libcddb/libcddb.spec Thu Jan 21 20:40:33 2010
@@ -6,12 +6,12 @@
Summary: Library to access data on a CDDB server
Summary(pl.UTF-8): Biblioteka dostępu do danych na serwerze CDDB
Name: libcddb
-Version: 1.3.0
-Release: 4
+Version: 1.3.2
+Release: 1
License: LGPL
Group: Libraries
Source0: http://dl.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
-# Source0-md5: e4a7f9579956c32b7f300eb12e9ea6df
+# Source0-md5: 8bb4a6f542197e8e9648ae597cd6bc8a
URL: http://libcddb.sourceforge.net/
BuildRequires: autoconf >= 2.55
BuildRequires: automake
@@ -70,10 +70,14 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# install examples
+install examples/*.{c,h} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -83,20 +87,22 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_bindir}/cddb_query
+%attr(755,root,root) %{_libdir}/libcddb.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcddb.so.2
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libcddb.so
+%{_libdir}/libcddb.la
%{_includedir}/cddb
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/libcddb.pc
+%{_examplesdir}/%{name}-%{version}
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libcddb.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -105,6 +111,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2010/01/21 19:40:33 megabajt
+- updated to 1.3.2
+
Revision 1.25 2009/12/31 16:43:35 megabajt
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcddb/libcddb.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list