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