SPECS: enlightenment-module-moon.spec (NEW) - NEW: Enlightenment D...

sparky sparky at pld-linux.org
Tue Dec 6 17:22:53 CET 2005


Author: sparky                       Date: Tue Dec  6 16:22:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW: Enlightenment DR17 module showing actual phase of the moon.

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

---- Diffs:

================================================================
Index: SPECS/enlightenment-module-moon.spec
diff -u /dev/null SPECS/enlightenment-module-moon.spec:1.1
--- /dev/null	Tue Dec  6 17:22:53 2005
+++ SPECS/enlightenment-module-moon.spec	Tue Dec  6 17:22:37 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+%define		_module_name	moon
+
+Summary:	Enlightenment DR17 module: %{_module_name}
+Name:		enlightenment-module-%{_module_name}
+Version:	0.0.2
+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:	1df53fb8da941049acb800445f4ad13f
+URL:		http://www.get-e.org/Resources/Modules/
+BuildRequires:	edje
+BuildRequires:	enlightenmentDR17-devel
+Requires:	enlightenmentDR17
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Enlightenment DR17 module showing actual phase of the moon.
+
+%prep
+%setup -q -n %{_module_name}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static \
+	--prefix=`enlightenment-config --module-dir`
+%{__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}/%{_module_name}.*
+#%{_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 16:22:37  sparky
+- NEW: Enlightenment DR17 module showing actual phase of the moon.
+
================================================================



More information about the pld-cvs-commit mailing list