SPECS: xmms-imms.spec - bmp plugin added - bmp and xmms added as s...

blekot blekot at pld-linux.org
Thu Jul 28 10:22:55 CEST 2005


Author: blekot                       Date: Thu Jul 28 08:22:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bmp plugin added
- bmp and xmms added as subpackages with their names 
- libtoolize needed to proper build
- please mv xmms-imms.spec imms.spec

---- Files affected:
SPECS:
   xmms-imms.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/xmms-imms.spec
diff -u SPECS/xmms-imms.spec:1.20 SPECS/xmms-imms.spec:1.21
--- SPECS/xmms-imms.spec:1.20	Sat Oct 30 12:55:52 2004
+++ SPECS/xmms-imms.spec	Thu Jul 28 10:22:49 2005
@@ -1,64 +1,108 @@
 # $Revision$, $Date$
 
-%define		org_name	imms
-
-Summary:	Intelligent playlist plugin for XMMS
-Summary(pl):	Inteligenta wtyczka listy odtwarzania dla XMMS-a
-Name:		xmms-%{org_name}
-Version:	1.2a
+Summary:        Intelligent playlist plugin for xmms and bmp
+Summary(pl):    Inteligenta wtyczka listy odtwarzania dla xmms i bmp
+Name:		imms
+Version:	2.1.1
 Release:	1
 License:	GPL
 Group:		X11/Applications/Multimedia
-Source0:	http://dl.sourceforge.net/%{org_name}/%{org_name}-%{version}.tar.bz2
-# Source0-md5:	af48ee1c967e26a93c34b423fbaf18b2
+Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5:	e5423b073974daafd051cecf1b6d9472
 URL:		http://www.luminal.org/phpwiki/index.php/IMMS
 BuildRequires:	autoconf
+BuildRequires:	bmp-devel >= 0.7
 BuildRequires:	id3lib-devel >= 3.8.0
+BuildRequires:	libtool
 BuildRequires:	pcre-devel
 BuildRequires:	rpmbuild(macros) >= 1.125
-BuildRequires:	sqlite-devel >= 3.0
+BuildRequires:	sqlite3-devel >= 3.0
 BuildRequires:	xmms-devel >= 1.2.0
 Requires:	xmms
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%description
-IMMS is an intelligent playlist plug-in for XMMS that tracks your
-listening patterns and adapts itself to your taste.
+%description 
+IMMS is an intelligent playlist plug-in for xmms and  BMP that tracks
+your listening patterns and adapts itself to your taste.
 
 %description -l pl
-IMMS to inteligentna wtyczka listy odtwarzania dla XMMS-a, śledząca
+IMMS to inteligentna wtyczka listy odtwarzania dla xmms i BMP,
+śledząca przesłuchiwane pliki, a następnie adaptująca się do gustu
+słuchacza.
+
+%package -n bmp-%{name}
+Summary:        Intelligent playlist plugin for BMP
+Summary(pl):    Inteligenta wtyczka listy odtwarzania dla BMP
+Group:          X11/Applications/Multimedia
+Requires:	bmp
+
+%description -n bmp-%{name}
+IMMS is an intelligent playlist plug-in for BMP that tracks your
+listening patterns and adapts itself to your taste.
+
+%description -n bmp-%{name} -l pl
+IMMS to inteligentna wtyczka listy odtwarzania dla BMP, śledząca
 przesłuchiwane pliki, a następnie adaptująca się do gustu słuchacza.
 
+%package -n xmms-%{name}
+Summary:        Intelligent playlist plugin for xmms
+Summary(pl):    Inteligenta wtyczka listy odtwarzania dla xmms
+Group:          X11/Applications/Multimedia
+Requires:	xmms
+
+%description -n xmms-%{name}
+IMMS is an intelligent playlist plug-in for xmms that tracks your
+listening patterns and adapts itself to your taste.
+
+%description -n xmms-%{name} -l pl
+IMMS to inteligentna wtyczka listy odtwarzania dla xmms, śledząca
+przesłuchiwane pliki, a następnie adaptująca się do gustu słuchacza.
+
+
 %prep
-%setup -q -n %{org_name}-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
-
 %configure
 %{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{xmms_general_plugindir}
+install -d $RPM_BUILD_ROOT%{xmms_general_plugindir} \
+	$RPM_BUILD_ROOT%{_libdir}/bmp/General
 
-install libimms.so $RPM_BUILD_ROOT%{xmms_general_plugindir}
+install build/libxmmsimms.so $RPM_BUILD_ROOT%{xmms_general_plugindir}
+install build/libbmpimms.so $RPM_BUILD_ROOT%{_libdir}/bmp/General
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n xmms-%{name}
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{xmms_general_plugindir}/*.so
 
+%files -n bmp-%{name}
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/bmp/General/*.so
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/07/28 08:22:49  blekot
+- bmp plugin added
+- bmp and xmms added as subpackages with their names
+- libtoolize needed to proper build
+- please mv xmms-imms.spec imms.spec
+
 Revision 1.20  2004/10/30 10:55:52  paladine
 - unification, capitalization, better desc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xmms-imms.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list