]> git.pld-linux.org Git - packages/erss.git/commitdiff
- NEW - cool rss reader
authorsparky <sparky@pld-linux.org>
Sat, 9 Jul 2005 23:41:33 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- status: builds, works stable

Changed files:
    erss.spec -> 1.1

erss.spec [new file with mode: 0644]

diff --git a/erss.spec b/erss.spec
new file mode 100644 (file)
index 0000000..a1d5ad6
--- /dev/null
+++ b/erss.spec
@@ -0,0 +1,47 @@
+Summary:       RSS reader using EFL
+Name:          erss
+Version:       0.0.2
+%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/misc/%{name}-%{_snap}.tar.gz
+# Source0-md5: 629fa11611df863ae9d54d31265c4a64
+URL:           http://enlightenment.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: esmart-devel
+BuildRequires: etox-devel
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+RSS reader using EFL.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__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 COPYING README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
This page took 0.093392 seconds and 4 git commands to generate.