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