SPECS: gmpc.spec - devel package requires libmpd-devel

jajcus jajcus at pld-linux.org
Fri Dec 15 18:30:42 CET 2006


Author: jajcus                       Date: Fri Dec 15 17:30:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- devel package requires libmpd-devel

---- Files affected:
SPECS:
   gmpc.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gmpc.spec
diff -u SPECS/gmpc.spec:1.2 SPECS/gmpc.spec:1.3
--- SPECS/gmpc.spec:1.2	Wed Dec 13 22:46:43 2006
+++ SPECS/gmpc.spec	Fri Dec 15 18:30:36 2006
@@ -3,12 +3,13 @@
 Summary:	Gnome Music Player Client
 Name:		gmpc
 Version:	0.13.0
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications/Sound
 # http://sarine.nl/gmpc-downloads
 Source0:	%{name}-%{version}.tar.gz
 # Source0-md5:	dbbb1880feb8b9c2493ece670520299b
+Patch0:		%{name}-plugins_path.patch
 URL:		http://sarine.nl/gmpc
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -30,12 +31,14 @@
 Summary:	Header files for GMPC plugin developement
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	libmpd-devel
 
 %description devel
 Header files for GMPC plugin developement.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -51,6 +54,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -65,14 +70,13 @@
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*
 %{_datadir}/%{name}
+%{_libdir}/%{name}
 %{_pixmapsdir}/*
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/*
 %{_pkgconfigdir}/*
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -80,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/15 17:30:36  jajcus
+- devel package requires libmpd-devel
+
 Revision 1.2  2006/12/13 21:46:43  jajcus
 - force distfiles dropin checkout
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gmpc.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list