SPECS: libmpd.spec - changed License to GPL v2+ - more verbose files
megabajt
megabajt at pld-linux.org
Sat Jan 24 16:59:08 CET 2009
Author: megabajt Date: Sat Jan 24 15:59:08 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- changed License to GPL v2+
- more verbose files
---- Files affected:
SPECS:
libmpd.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/libmpd.spec
diff -u SPECS/libmpd.spec:1.14 SPECS/libmpd.spec:1.15
--- SPECS/libmpd.spec:1.14 Sun Dec 28 22:55:28 2008
+++ SPECS/libmpd.spec Sat Jan 24 16:59:03 2009
@@ -4,15 +4,16 @@
Name: libmpd
Version: 0.17.0
Release: 1
-License: GPL
+License: GPL v2+
Group: Libraries
Source0: http://dl.sourceforge.net/musicpd/%{name}-%{version}.tar.gz
# Source0-md5: 6690568e9f9d21d6b7556181ca7d9318
URL: http://sarine.nl/gmpc
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.10
+BuildRequires: glib2-devel >= 1:2.16.0
BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -26,6 +27,7 @@
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki klienckiej MPD
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: glib2-devel >= 1:2.16.0
%description devel
Header files for MPD client library.
@@ -54,7 +56,6 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-
%configure
%{__make}
@@ -72,18 +73,19 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libmpd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmpd.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
-%{_pkgconfigdir}/*
+%attr(755,root,root) %{_libdir}/libmpd.so
+%{_libdir}/libmpd.la
+%{_includedir}/libmpd-1.0
+%{_pkgconfigdir}/libmpd.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libmpd.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -91,6 +93,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2009/01/24 15:59:03 megabajt
+- changed License to GPL v2+
+- more verbose files
+
Revision 1.14 2008/12/28 21:55:28 wiget
- updated to 0.17.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libmpd.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list