SPECS: rage.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Sep 9 18:20:32 CEST 2007


Author: qboosh                       Date: Sun Sep  9 16:20:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/rage.spec
diff -u /dev/null SPECS/rage.spec:1.1
--- /dev/null	Sun Sep  9 18:20:32 2007
+++ SPECS/rage.spec	Sun Sep  9 18:20:27 2007
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary:	Rage - media center based on EFL
+Summary(pl.UTF-8):	Rage - centrum multimedialne oparte na EFL
+Name:		rage
+Version:	0.2.0.002
+Release:	1
+License:	BSD
+Group:		X11/Applications/Multimedia
+Source0:	http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
+# Source0-md5:	2b2f0f85e5a8bbe4dded9c561a59a9a8
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake >= 1.4
+# ecore-con ecore-evas ecore-file ecore-ipc ecore-job ecore-txt
+BuildRequires:	ecore-devel
+BuildRequires:	edje
+BuildRequires:	edje-devel
+BuildRequires:	eet-devel
+BuildRequires:	emotion-devel
+BuildRequires:	evas-devel
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rage is a media center designed mostly for use on a television hooked
+up to your PC via a remote control.
+
+%description -l pl.UTF-8
+Rage to centrum multimedialne zaprojektowane głównie do używania na
+telewizorze podłączonym do komputera przy użyciu pilota.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	%{!?with_static_libs:--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 COPYING COPYING-PLAIN README TODO
+%attr(755,root,root) %{_bindir}/rage
+%attr(755,root,root) %{_bindir}/raged
+%attr(755,root,root) %{_bindir}/rage_thumb
+%{_datadir}/rage
+
+%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  2007/09/09 16:20:27  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list