]> git.pld-linux.org Git - packages/dvdauthor.git/blame - dvdauthor.spec
- converted to UTF-8
[packages/dvdauthor.git] / dvdauthor.spec
CommitLineData
2dc2c66b 1Summary: dvdauthor - a program that will generate a DVD movie
6e242715 2Summary(pl.UTF-8): dvdauthor - program generujący filmy DVD
cf2db450 3Name: dvdauthor
ea5778cc 4Version: 0.6.13
139803a1 5Release: 1
cf2db450
KK
6License: GPL v2
7Group: Applications/Multimedia
8Source0: http://dl.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz
ea5778cc 9# Source0-md5: b6ad16b4cf283f5f36ebcb865eea78f1
cf2db450
KK
10URL: http://dvdauthor.sourceforge.net/
11BuildRequires: freetype-devel
12BuildRequires: libdvdread-devel
13BuildRequires: libpng-devel
14BuildRequires: libxml2-devel >= 2.6.0
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18dvdauthor is a program that will generate a DVD movie from a valid
2dc2c66b
JB
19MPEG-2 stream that should play when you put it in a DVD player.
20
6e242715
JR
21%description -l pl.UTF-8
22dvdauthor to program generujący z poprawnych strumieni MPEG-2 filmy
23DVD, które powinny odtwarzać się po włożeniu do odtwarzacza DVD.
cf2db450
KK
24
25%prep
26%setup -q
27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
2dc2c66b 34
cf2db450
KK
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc AUTHORS ChangeLog README TODO
44%attr(755,root,root) %{_bindir}/*
8dfa2af1 45%{_datadir}/dvdauthor
cf2db450 46%{_mandir}/man1/*
This page took 1.219323 seconds and 4 git commands to generate.