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