SPECS: nrss.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Mon Aug 18 13:17:11 CEST 2008


Author: uzsolt                       Date: Mon Aug 18 11:17:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/nrss.spec
diff -u /dev/null SPECS/nrss.spec:1.1
--- /dev/null	Mon Aug 18 13:17:11 2008
+++ SPECS/nrss.spec	Mon Aug 18 13:17:05 2008
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	NCurses Feed Reader
+Name:		nrss
+Version:	0.3.9
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Networking
+Source0:	http://ncurses-rss.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	0673d5b18cee1f7229bed45db05f3c3e
+URL:		http://www.codezen.org/nrss
+BuildRequires:	ncurses-ext-devel
+BuildRequires:	wget
+Requires:	wget
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+NCurses Feed Reader
+
+%prep
+%setup -q
+
+%build
+
+%{__make} PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%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  2008/08/18 11:17:05  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list