]> git.pld-linux.org Git - packages/dvdauthor.git/blob - dvdauthor.spec
- up to 0.6.12
[packages/dvdauthor.git] / dvdauthor.spec
1 Summary:        dvdauthor - a program that will generate a DVD movie
2 Summary(pl):    dvdauthor - program generuj±cy filmy DVD
3 Name:           dvdauthor
4 Version:        0.6.12
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz
9 # Source0-md5:  be29593967eb26aa3237bc772b6e1946
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
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/*
This page took 0.055624 seconds and 3 git commands to generate.