From 0f25b25d1d26fb9072b2a22d58da669fa84c8498 Mon Sep 17 00:00:00 2001 From: czarny Date: Fri, 21 Apr 2006 13:50:04 +0000 Subject: [PATCH] - init PLD specs - all beside tclock work - need checkups and cleanups - need sparkys work ;p Changed files: enlightenment-module-mem.spec -> 1.1 --- enlightenment-module-mem.spec | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 enlightenment-module-mem.spec diff --git a/enlightenment-module-mem.spec b/enlightenment-module-mem.spec new file mode 100644 index 0000000..3d396a9 --- /dev/null +++ b/enlightenment-module-mem.spec @@ -0,0 +1,70 @@ +# +# TODO: +# - add meaningful descriptions +# - add pl +# - confirm BR and Rs +# - checkout +# - rel 1 +# +%define _module_name cpu +%define _snap 20060420 +Summary: Enlightenment DR17 module: %{_module_name} +Summary(pl): Modu³ Enlightenmenta DR17: %{_module_name} +# - confirm BR and Rs +Name: enlightenment-module-%{_module_name} +Version: 0.0.9 +Release: 0.%{_snap}.0.1 +License: BSD +Group: X11/Window Managers/Tools +#Source0: http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz +Source0: http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2 +# Source0-md5: 57280986c659cdf516b05071105677b0 +URL: http://www.get-e.org/Resources/Modules/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: edje +BuildRequires: enlightenmentDR17-devel +BuildRequires: ewl-devel +BuildRequires: libtool +BuildRequires: sed >= 4.0 +Requires: enlightenmentDR17 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Engage is a rss displayer based on the Enlightenment Foundation +Libraries. It currently works as an app-launcher, taskbar and a system +tray. + +%prep +%setup -q -n %{_module_name} +sed 's/ 16\.999/ 0.16.999/' -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 ChangeLog README +%dir %{_libdir}/enlightenment/modules/%{_module_name} +%dir %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-* +%attr(755,root,root) %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*/module.so +%{_libdir}/enlightenment/modules/%{_module_name}/module_icon.png +%{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edc +%{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edj +%{_datadir}/locale/*/LC_MESSAGES/%{_module_name}.mo -- 2.43.0