]> git.pld-linux.org Git - packages/ExtSub.git/blob - ExtSub.spec
- added -flags patch (pass CC and FLAGS)
[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 Patch0:         %{name}-flags.patch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Substract subtitles from VOBs.
16
17 %description -l pl
18 Wyodrêbnianie napisów z VOBów.
19
20 %prep
21 %setup -q -n %{name}
22 %patch0 -p1
23
24 %build
25 %{__make} \
26         CC="%{__cc}" \
27         FLAGS="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install ExtSub $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README CHANGELOG
41 %attr(755,root,root) %{_bindir}/*
This page took 0.058258 seconds and 3 git commands to generate.