From 512951571bfb29b29de5f24182cc02b0f9f605b4 Mon Sep 17 00:00:00 2001 From: hunter Date: Mon, 20 Jan 2003 00:43:46 +0000 Subject: [PATCH] -first time in our cvs, STBRIAKWTDWB Changed files: ExtSub.spec -> 1.1 --- ExtSub.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ExtSub.spec diff --git a/ExtSub.spec b/ExtSub.spec new file mode 100644 index 0000000..ff88814 --- /dev/null +++ b/ExtSub.spec @@ -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}/* -- 2.44.0