SPECS: elation.spec (NEW) - NEW - status: builds, works but totall...

sparky sparky at pld-linux.org
Sun Jul 10 01:37:20 CEST 2005


Author: sparky                       Date: Sat Jul  9 23:37:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW
- status: builds, works but totally unstable, and sigfaults

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

---- Diffs:

================================================================
Index: SPECS/elation.spec
diff -u /dev/null SPECS/elation.spec:1.1
--- /dev/null	Sun Jul 10 01:37:20 2005
+++ SPECS/elation.spec	Sun Jul 10 01:37:15 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	DVR-like media player
+Name:		elation
+Version:	0.0.1.001
+%define	_snap	20050701
+Release:	0.%{_snap}.0.1
+License:	BSD
+Group:		X11/Applications
+#Source0:	http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0:	ftp://ftp.sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
+# Source0-md5:	f24d1a01e2ca6d258abc04e198f07aab
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	ecore-devel
+BuildRequires:	embryo-devel
+BuildRequires:	emotion-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Elation is a DVR-like media player.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__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 COPYING README
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+%{_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/09 23:37:15  sparky
+- NEW
+- status: builds, works but totally unstable, and sigfaults
+
================================================================



More information about the pld-cvs-commit mailing list