SPECS: enlightenment-module-cpu.spec (NEW), enlightenment-module-r...

czarny czarny at pld-linux.org
Fri Apr 21 15:50:10 CEST 2006


Author: czarny                       Date: Fri Apr 21 13:50:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD specs
- all beside tclock work
- need checkups and cleanups
- need sparkys work ;p

---- Files affected:
SPECS:
   enlightenment-module-cpu.spec (NONE -> 1.1)  (NEW), enlightenment-module-rain.spec (NONE -> 1.1)  (NEW), enlightenment-module-emu.spec (NONE -> 1.1)  (NEW), enlightenment-module-screenshot.spec (NONE -> 1.1)  (NEW), enlightenment-module-flame.spec (NONE -> 1.1)  (NEW), enlightenment-module-snow.spec (NONE -> 1.1)  (NEW), enlightenment-module-mem.spec (NONE -> 1.1)  (NEW), enlightenment-module-tclock.spec (NONE -> 1.1)  (NEW), enlightenment-module-uptime.spec (NONE -> 1.1)  (NEW), enlightenment-module-weather.spec (NONE -> 1.1)  (NEW), enlightenment-module-net.spec (NONE -> 1.1)  (NEW), enlightenment-module-wlan.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/enlightenment-module-cpu.spec
diff -u /dev/null SPECS/enlightenment-module-cpu.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-cpu.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,82 @@
+# $Revision$, $Date$
+#
+# 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}
+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
+
+%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/04/21 13:50:04  czarny
+- init PLD specs
+- all beside tclock work
+- need checkups and cleanups
+- need sparkys work ;p
+

================================================================
Index: SPECS/enlightenment-module-rain.spec
diff -u /dev/null SPECS/enlightenment-module-rain.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-rain.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - add meaningful descriptions
+# - add pl
+# - confirm BR and Rs
+# - checkout
+# - rel 1
+#
+%define		_module_name	rain
+%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:	51fc9466caa1cac3dcacf8e7f26a292e
+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
+
+%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/04/21 13:50:04  czarny
+- init PLD specs
+- all beside tclock work
+- need checkups and cleanups
+- need sparkys work ;p
+

================================================================
Index: SPECS/enlightenment-module-emu.spec
diff -u /dev/null SPECS/enlightenment-module-emu.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-emu.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - add meaningful descriptions
+# - add pl
+# - confirm BR and Rs
+# - consider breaking the bin file into subpackage
+# - checkout
+# - rel 1
+#
+%define		_module_name	emu
+%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:	e14627bf404bb1503781bc374affe3ef
+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}/*.edc
+%{_libdir}/enlightenment/modules/%{_module_name}/module_edje.edj
+%{_datadir}/locale/*/LC_MESSAGES/%{_module_name}.mo
+
+%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/04/21 13:50:04  czarny
+- init PLD specs
+- all beside tclock work
+- need checkups and cleanups
+- need sparkys work ;p
+

================================================================
Index: SPECS/enlightenment-module-screenshot.spec
diff -u /dev/null SPECS/enlightenment-module-screenshot.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-screenshot.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - add meaningful descriptions
+# - add pl
+# - confirm BR and Rs
+# - checkout
+# - rel 1
+#
+%define		_module_name	screenshot
+%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:	6c1ac8876281664d3f7c4055251650b2
+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
+
+%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/04/21 13:50:04  czarny
+- init PLD specs
+- all beside tclock work
+- need checkups and cleanups
+- need sparkys work ;p
+

================================================================
Index: SPECS/enlightenment-module-flame.spec
diff -u /dev/null SPECS/enlightenment-module-flame.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-flame.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - add meaningful descriptions
+# - add pl
+# - confirm BR and Rs
+# - checkout
+# - rel 1
+#
+%define		_module_name	flame
+%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}.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:	fb04fb864039b4059b3378e0e96b88f4
+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
+
+%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/04/21 13:50:04  czarny
+- init PLD specs
+- all beside tclock work
+- need checkups and cleanups
+- need sparkys work ;p
+

================================================================
Index: SPECS/enlightenment-module-snow.spec
diff -u /dev/null SPECS/enlightenment-module-snow.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-snow.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - add meaningful descriptions
+# - add pl
+# - confirm BR and Rs
+# - checkout
+# - rel 1
+#
+%define		_module_name	snow
+%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:	021019f4ba63a19a49f43e1c67e58502
+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
+
+%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/04/21 13:50:04  czarny
+- init PLD specs
+- all beside tclock work
+- need checkups and cleanups
+- need sparkys work ;p
+

================================================================
Index: SPECS/enlightenment-module-mem.spec
diff -u /dev/null SPECS/enlightenment-module-mem.spec:1.1
--- /dev/null	Fri Apr 21 15:50:10 2006
+++ SPECS/enlightenment-module-mem.spec	Fri Apr 21 15:50:04 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+#
+# 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}
+
<<Diff was trimmed, longer than 597 lines>>


More information about the pld-cvs-commit mailing list