SPECS: enlightenment-module-bling.spec (NEW) - initial pld version

pablo pablo at pld-linux.org
Sat Aug 16 21:46:17 CEST 2008


Author: pablo                        Date: Sat Aug 16 19:46:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial pld version

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

---- Diffs:

================================================================
Index: SPECS/enlightenment-module-bling.spec
diff -u /dev/null SPECS/enlightenment-module-bling.spec:1.1
--- /dev/null	Sat Aug 16 21:46:17 2008
+++ SPECS/enlightenment-module-bling.spec	Sat Aug 16 21:46:12 2008
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+%define		_snap		20080814
+%define		_module_name	bling
+Summary:	Enlightenment DR17 module: %{_module_name}
+Summary(pl.UTF-8):	Moduł Enlightenmenta DR17: {_module_name}
+Name:		enlightenment-module-%{_module_name}
+Version:	0.0.1
+Release:	0.%{_snap}.1
+License:	BSD
+Group:		X11/Window Managers/Tools
+Source0:	%{_module_name}-%{version}-%{_snap}.tar.bz2
+# Source0-md5:	6d024eb2e6a3e369346e2bb9a7793e7a
+URL:		http://code.google.com/p/itask-module/wiki/ItaskNG
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	enlightenment-devel
+BuildRequires:	gettext-autopoint
+BuildRequires:	libtool
+Requires:	enlightenment
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bling module is an xcompmgr derived, EFLized composite manager for E17.
+
+%description -l pl.UTF-8
+Moduł Bling jest pochodnym xcompmgr, menadżerem kompozycji dla E17.
+
+%prep
+%setup -q -n %{_module_name}-%{version}-%{_snap}
+
+%build
+%{__autopoint}
+%{__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 ChangeLog README TODO
+%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.desktop
+%{_libdir}/enlightenment/modules/%{_module_name}/*.edj
+
+%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  2008/08/16 19:46:12  pablo
+- initial pld version
+
================================================================


More information about the pld-cvs-commit mailing list