]> git.pld-linux.org Git - packages/ExtSub.git/commitdiff
-first time in our cvs, STBRIAKWTDWB
authorhunter <hunter@pld-linux.org>
Mon, 20 Jan 2003 00:43:46 +0000 (00:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ExtSub.spec -> 1.1

ExtSub.spec [new file with mode: 0644]

diff --git a/ExtSub.spec b/ExtSub.spec
new file mode 100644 (file)
index 0000000..ff88814
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Substract subtitles from VOBs.
+Summary(pl):   Wyodrêbnij napisy z VOBów.
+Name:          ExtSub
+Version:       0.1
+Release:       1
+License:       GPL
+Group:         Applications/Console
+Source0:       http://sites.inka.de/risctaker/VOBSub/%{name}.tgz
+URL:           http://sites.inka.de/risctaker/VOBSub/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}
+#-%{version}.orig -a 1
+#%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install ExtSub $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README CHANGELOG
+
+%attr(755,root,root) %{_bindir}/*
This page took 0.061348 seconds and 4 git commands to generate.