]> git.pld-linux.org Git - packages/ExtSub.git/blob - ExtSub.spec
-first time in our cvs, STBRIAKWTDWB
[packages/ExtSub.git] / ExtSub.spec
1 Summary:        Substract subtitles from VOBs.
2 Summary(pl):    Wyodrêbnij napisy z VOBów.
3 Name:           ExtSub
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://sites.inka.de/risctaker/VOBSub/%{name}.tgz
9 URL:            http://sites.inka.de/risctaker/VOBSub/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13
14 %description -l pl
15
16 %prep
17 %setup -q -n %{name}
18 #-%{version}.orig -a 1
19 #%patch0 -p1
20
21 %build
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_bindir}
27
28 install ExtSub $RPM_BUILD_ROOT%{_bindir}
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README CHANGELOG
36
37 %attr(755,root,root) %{_bindir}/*
This page took 0.093649 seconds and 3 git commands to generate.