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