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