SPECS: epbb.spec (NEW) - NEW - EFL pbbuttonsd battery checking too...

sparky sparky at pld-linux.org
Sun Jul 10 02:33:03 CEST 2005


Author: sparky                       Date: Sun Jul 10 00:33:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW - EFL pbbuttonsd battery checking tool
- status: builds, it's not working, probably because of changes in edje

---- Files affected:
SPECS:
   epbb.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/epbb.spec
diff -u /dev/null SPECS/epbb.spec:1.1
--- /dev/null	Sun Jul 10 02:33:03 2005
+++ SPECS/epbb.spec	Sun Jul 10 02:32:57 2005
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:	pbbuttonsd client using EFL
+Name:		epbb
+Version:	0.0.5
+%define	_snap	20050701
+Release:	0.%{_snap}.0.3
+License:	BSD
+Group:		X11/Applications
+#Source0:	http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0:	ftp://ftp.sparky.homelinux.org/snaps/enli/misc/%{name}-%{_snap}.tar.gz
+# Source0-md5:	997c060d20720caba7f7d30a24fc5042
+Source1:	%{name}-metalsphere.png
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	edje-devel
+BuildRequires:	ecore-devel
+BuildRequires:	evas-devel
+BuildRequires:	pbbuttonsd-lib
+BuildRequires:	sed >= 4.0
+Requires:	fonts-TTF-bitstream-vera
+ExclusiveArch:	%{ix86} ppc
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pbbuttonsd client using EFL. Only thing it can do is checking
+battery status.
+
+%prep
+%setup -q -n %{name}
+install %{SOURCE1} data/images/metalsphere.png
+sed 's/ipc_init(LIBMODE_CLIENT, 1)/ipc_init("epbb", LIBMODE_CLIENT, 1)/' \
+	-i src/bin/main.c
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+cd $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts
+VERA=$(ls Vera*.ttf)
+for FONT in $VERA; do
+	rm -f $FONT
+	ln -s %{_fontsdir}/TTF/$FONT .
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+
+%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/07/10 00:32:57  sparky
+- NEW - EFL pbbuttonsd battery checking tool
+- status: builds, it's not working, probably because of changes in edje
+
================================================================



More information about the pld-cvs-commit mailing list