From: hunter Date: Mon, 20 Jan 2003 00:43:46 +0000 (+0000) Subject: -first time in our cvs, STBRIAKWTDWB X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=512951571bfb29b29de5f24182cc02b0f9f605b4;p=packages%2FExtSub.git -first time in our cvs, STBRIAKWTDWB Changed files: ExtSub.spec -> 1.1 --- 512951571bfb29b29de5f24182cc02b0f9f605b4 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}/*