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