SPECS: pynapi.spec (NEW) - initial
arekm
arekm at pld-linux.org
Sat Jan 17 18:27:31 CET 2009
Author: arekm Date: Sat Jan 17 17:27:31 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
pynapi.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/pynapi.spec
diff -u /dev/null SPECS/pynapi.spec:1.1
--- /dev/null Sat Jan 17 18:27:31 2009
+++ SPECS/pynapi.spec Sat Jan 17 18:27:25 2009
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary: pynapi - Movie Subtitle Downloader
+Name: pynapi
+Version: 0.2
+Release: 1
+License: GPL
+Group: Applications/Multimedia
+Source0: pynapi.py
+# Source0-md5: 558c3620ec8730b1476e7ebe2d9f6802
+BuildRequires: python-modules
+Requires: p7zip
+%pyrequires_eq python-modules
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Command line NAPI-PROJEKT subtitles downloader.
+
+%prep
+%setup -q -c -T
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/pynapi
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pynapi
+
+%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 2009/01/17 17:27:25 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list