]> git.pld-linux.org Git - packages/ExtSub.git/blame - ExtSub.spec
- tabs in preamle
[packages/ExtSub.git] / ExtSub.spec
CommitLineData
beb5497e 1Summary: Substract subtitles from VOBs
390cba4e 2Summary(pl.UTF-8): Wyodrębnianie napisów z VOBów
51295157 3Name: ExtSub
4Version: 0.1
5Release: 1
6License: GPL
beb5497e 7Group: Applications/Multimedia
51295157 8Source0: http://sites.inka.de/risctaker/VOBSub/%{name}.tgz
827c43cf 9# Source0-md5: 430edb8011e4a921aae8a1769ac98f36
51295157 10URL: http://sites.inka.de/risctaker/VOBSub/
4d230735 11Patch0: %{name}-flags.patch
51295157 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
beb5497e 15Substract subtitles from VOBs.
51295157 16
8f3179d1
JR
17%description -l pl.UTF-8
18Wyodrębnianie napisów z VOBów.
51295157 19
20%prep
21%setup -q -n %{name}
4d230735 22%patch0 -p1
51295157 23
24%build
4d230735 25%{__make} \
26 CC="%{__cc}" \
27 FLAGS="%{rpmcflags}"
51295157 28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{_bindir}
32
33install ExtSub $RPM_BUILD_ROOT%{_bindir}
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc README CHANGELOG
51295157 41%attr(755,root,root) %{_bindir}/*
This page took 0.05686 seconds and 4 git commands to generate.