packages: sub2srt/sub2srt.spec (NEW) - new

lisu lisu at pld-linux.org
Tue Oct 12 15:07:03 CEST 2010


Author: lisu                         Date: Tue Oct 12 13:07:03 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/sub2srt:
   sub2srt.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/sub2srt/sub2srt.spec
diff -u /dev/null packages/sub2srt/sub2srt.spec:1.1
--- /dev/null	Tue Oct 12 15:07:03 2010
+++ packages/sub2srt/sub2srt.spec	Tue Oct 12 15:06:58 2010
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Tool for .sub to .srt conversion
+Summary(pl.UTF-8):	Narzędzie do konwersji .sub do .srt
+Name:		sub2srt
+Version:	0.5.3
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://www.robelix.com/sub2srt/download/%{name}-%{version}.tar.gz
+# Source0-md5:	ce2dd86b008ab61b70cd1f2ed6054a4b
+URL:		http://www.robelix.com/sub2srt/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+sub2srt is a simple tool to convert two common subtitle formats
+(microdvd and subrip - both are known as ".sub") to subviewer ".srt"
+format.
+
+%description -l pl.UTF-8
+sub2srt jest prostym narzędziem do konwersji dwóch popularnych
+formatów napisów (microdvd oraz subrip - oba znane jako ".sub") do
+formatu subviewera ".srt".
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+cp -a sub2srt $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/sub2srt
+
+%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  2010/10/12 13:06:58  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list