SPECS: ephoto.spec (NEW) - NEW, simple app for slideshows

sparky sparky at pld-linux.org
Sat Feb 25 00:22:49 CET 2006


Author: sparky                       Date: Fri Feb 24 23:22:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, simple app for slideshows

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

---- Diffs:

================================================================
Index: SPECS/ephoto.spec
diff -u /dev/null SPECS/ephoto.spec:1.1
--- /dev/null	Sat Feb 25 00:22:49 2006
+++ SPECS/ephoto.spec	Sat Feb 25 00:22:42 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%define	_snap	20060223
+Summary:	A professional slideshow creator
+Name:		ephoto
+Version:	0.1
+Release:	0.%{_snap}.1
+License:	BSD
+Group:		Applications/Multimedia
+Source0:	http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
+# Source0-md5:	a340442715e244243842e500f26480ca
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	ewl-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ephoto is a professional slideshow creator with audio support.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__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
+%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  2006/02/24 23:22:42  sparky
+- NEW, simple app for slideshows
+
================================================================


More information about the pld-cvs-commit mailing list