SPECS: subconv.spec (NEW) - initial
arekm
arekm at pld-linux.org
Sat May 10 11:04:57 CEST 2008
Author: arekm Date: Sat May 10 09:04:57 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
subconv.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/subconv.spec
diff -u /dev/null SPECS/subconv.spec:1.1
--- /dev/null Sat May 10 11:04:57 2008
+++ SPECS/subconv.spec Sat May 10 11:04:52 2008
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary: Subtitle formats converter
+Name: subconv
+Version: 0.2.2
+Release: 1
+License: GPL
+Group: Applications/System
+Source0: http://linux.bydg.org/~yogin/%{name}-%{version}.tar.gz
+# Source0-md5: e6c8ad11b6e4c8dd21a823c68b65ef42
+URL: http://linux.bydg.org/~yogin
+Requires: python-modules
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Subtitle formats converter.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D subconv $RPM_BUILD_ROOT%{_bindir}/subconv
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+%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-05-10 09:04:52 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list