]> git.pld-linux.org Git - packages/DVDAuthorWizard.git/blame - DVDAuthorWizard.spec
- initial revision
[packages/DVDAuthorWizard.git] / DVDAuthorWizard.spec
CommitLineData
126aa3d7 1Summary: KDE DVD Authoring Wizard
2Name: DVDAuthorWizard
3Version: 1.4.3
4Release: 0.1
5License: GPL
6Group: X11/Applications/Multimedia
7Source0: http://dl.sourceforge.net/dvdauthorwizard/%{name}-%{version}.tar.bz2
8# Source0-md5: 4d7c4920a46fb448c787c38c728e7c8b
9URL: http://dvdauthorwizard.sourceforge.net/
10Requires: ImageMagick >= 6.2
11Requires: dvdauthor >= 0.6.11
12Requires: kdewebdev-kommander
13Requires: mjpegtools
14Requires: sox
15Requires: transcode
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20This wizard will allow you to create a DVD from one or more DVD compatible
21MPEG-2 files. It is designed to be very easy to use. All you need to do is
22add one or multiple files to the playlist and answer the questions that
23follow.
24
25%prep
26%setup -q
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31install -d $RPM_BUILD_ROOT%{_prefix}
32install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
33cp -r bin share $RPM_BUILD_ROOT%{_prefix}
34
35cat > $RPM_BUILD_ROOT%{_desktopdir}/kde/KDVDAuthoringWizard.desktop << EOF
36[Desktop Entry]
37Name=KDE DVDAuthor Wizard
38GenericName=DVD Authoring Application
39Exec=kmdr-executor '%{_prefix}/bin/DVDAuthorWizard.kmdr'
40Type=Application
41icon=dvd_unmount
42Categories=Qt;KDE;AudioVideo;
43EOF
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc Changelog README *.txt
51%attr(755,root,root) %{_bindir}/*.sh
52%{_bindir}/*.kmdr
53%{_desktopdir}/kde/*.desktop
54%dir %{_datadir}/apps/dvdauthorwizard
55%dir %{_datadir}/apps/dvdauthorwizard/Pictures
56%{_datadir}/apps/dvdauthorwizard/Pictures/*.png
This page took 0.071164 seconds and 4 git commands to generate.