SPECS: enlightenment-module-evolume.spec (NEW) - NEW, a works but ...

sparky sparky at pld-linux.org
Sun Jan 15 22:44:01 CET 2006


Author: sparky                       Date: Sun Jan 15 21:44:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, a works but brakes much

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

---- Diffs:

================================================================
Index: SPECS/enlightenment-module-evolume.spec
diff -u /dev/null SPECS/enlightenment-module-evolume.spec:1.1
--- /dev/null	Sun Jan 15 22:44:01 2006
+++ SPECS/enlightenment-module-evolume.spec	Sun Jan 15 22:43:55 2006
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+
+%define		_module_name	evolume
+
+Summary:	Enlightenment DR17 module: %{_module_name}
+Summary(pl):	Moduł Enlightenmenta DR17: kalendarz
+Name:		enlightenment-module-%{_module_name}
+Version:	0.0.19
+Release:	1
+License:	GPL
+Group:		X11/Window Managers/Tools
+Source0:	http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.bz2
+# Source0-md5:	f6aa4a03698e4201d660ce3c0e165e39
+URL:		http://www.get-e.org/Resources/Modules/
+BuildRequires:	alsa-lib-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	edje
+BuildRequires:	enlightenmentDR17-devel
+BuildRequires:	libtool
+BuildRequires:	sed >= 4.0
+Requires:	enlightenmentDR17
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple desktop sound mixer.
+
+%prep
+%setup -q -n %{_module_name}-%{version}
+sed -e '/moduledir=/s@=.*@="`enlightenment-config --module-dir`"@' \
+    -i configure.ac
+
+%build
+CFLAGS="%{rpmcflags} -fPIC"; export CFLAGS
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__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 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
+%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/systems
+%attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/systems/module_alsa.so
+# violates FHS
+%{_libdir}/enlightenment/modules_extra/%{_module_name}/*.edj
+%{_libdir}/enlightenment/modules_extra/%{_module_name}/*.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  2006/01/15 21:43:55  sparky
+- NEW, a works but brakes much
+
================================================================


More information about the pld-cvs-commit mailing list