SPECS: enlightenment-module-eloquence.spec (NEW) - NEW: "now playi...

sparky sparky at pld-linux.org
Tue Dec 6 19:19:11 CET 2005


Author: sparky                       Date: Tue Dec  6 18:19:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW: "now playing" E17 module

---- Files affected:
SPECS:
   enlightenment-module-eloquence.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/enlightenment-module-eloquence.spec
diff -u /dev/null SPECS/enlightenment-module-eloquence.spec:1.1
--- /dev/null	Tue Dec  6 19:19:11 2005
+++ SPECS/enlightenment-module-eloquence.spec	Tue Dec  6 19:19:05 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+%define		_module_name	eloquence
+
+Summary:	Enlightenment DR17 module: %{_module_name}
+Name:		enlightenment-module-%{_module_name}
+Version:	0.4.3
+Release:	1
+License:	BSD-like
+Group:		X11/Window Managers/Tools
+Source0:	http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
+# Source0-md5:	5fd9cf8e7b4fb5f9c1b6fef915da0ef7
+URL:		http://www.get-e.org/Resources/Modules/
+BuildRequires:	bmp-devel
+BuildRequires:	edje
+BuildRequires:	enlightenmentDR17-devel
+BuildRequires:	sed >= 4.0
+BuildRequires:	xmms-devel
+Requires:	enlightenmentDR17
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Enlightenment DR17 module: Displays the current playing title on
+screen using XMMS, BMP or Amarok.
+
+%prep
+%setup -q -n %{_module_name}-%{version}
+sed -e 's|datadir=.*|datadir="`enlightenment-config --module-dir`/${PACKAGE}"|' \
+    -e '/PACKAGE_DATA_DIR/s|"[^"]*"|"`enlightenment-config --module-dir`/${PACKAGE}"|' \
+    -e '/PACKAGE_LIB_DIR/s|"[^"]*"|"`enlightenment-config --module-dir`"|' \
+    -e 's/$AMAROK/have amarok/' \
+    -i configure.in
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING INSTALL README TODO
+%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
+%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*
+%attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/module.so
+# violates FHS
+%{_libdir}/enlightenment/modules_extra/%{_module_name}/themes
+%{_libdir}/enlightenment/modules_extra/%{_module_name}/module_icon.png
+
+%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.1  2005/12/06 18:19:05  sparky
+- NEW: "now playing" E17 module
+
================================================================



More information about the pld-cvs-commit mailing list