]> git.pld-linux.org Git - packages/dvdauthor.git/blob - dvdauthor.spec
16a8b5fe0b99fbcaf04b438e861cfe54801d64a1
[packages/dvdauthor.git] / dvdauthor.spec
1 Summary:        dvdauthor is a program that will generate a DVD movie
2 Name:           dvdauthor
3 Version:        0.6.11
4 Release:        0.1
5 License:        GPL v2
6 Group:          Applications/Multimedia
7 Source0:        http://dl.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz
8 # Source0-md5:  d2c45879e4cfb95d410bf603af891e07
9 URL:            http://dvdauthor.sourceforge.net/
10 BuildRequires:  freetype-devel
11 BuildRequires:  libdvdread-devel
12 BuildRequires:  libpng-devel
13 BuildRequires:  libxml2-devel >= 2.6.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 dvdauthor is a program that will generate a DVD movie from a valid
18 mpeg2 stream that should play when you put it in a DVD player.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc AUTHORS ChangeLog README TODO
38 %attr(755,root,root) %{_bindir}/*
39 %{_datadir}/dvdauthor
40 %{_mandir}/man1/*
This page took 0.047566 seconds and 3 git commands to generate.