]> git.pld-linux.org Git - packages/DVDAuthorWizard.git/blob - DVDAuthorWizard.spec
- 1.4.6
[packages/DVDAuthorWizard.git] / DVDAuthorWizard.spec
1 Summary:        KDE DVD Authoring Wizard
2 Summary(pl.UTF-8):      Narzędzie KDE do przygotowywania DVD
3 Name:           DVDAuthorWizard
4 Version:        1.4.6
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/dvdauthorwizard/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2998a159c515c6dd67b4da7af2810e52
10 URL:            http://dvdauthorwizard.sourceforge.net/
11 Requires:       ImageMagick >= 6.2
12 Requires:       dvdauthor >= 0.6.11
13 Requires:       kdewebdev-kommander
14 Requires:       mjpegtools
15 Requires:       sox
16 Requires:       transcode
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This wizard will allow you to create a DVD from one or more DVD
22 compatible MPEG-2 files. It is designed to be very easy to use. All
23 you need to do is add one or multiple files to the playlist and answer
24 the questions that follow.
25
26 %description -l pl.UTF-8
27 To narzędzie pozwala utworzyć DVD z jednego lub większej liczby plików
28 MPEG-2 kompatybilnych z DVD. Zostało zaprojektowane z myślą o bardzo
29 łatwym użyciu. Wszystko co trzeba zrobić to dodać jeden lub więcej
30 plików do playlisty i odpowiadać na kolejne pytania.
31
32 %prep
33 %setup -q
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 install -d $RPM_BUILD_ROOT%{_prefix}
39 install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
40 cp -r bin share $RPM_BUILD_ROOT%{_prefix}
41
42 cat > $RPM_BUILD_ROOT%{_desktopdir}/kde/KDVDAuthoringWizard.desktop << EOF
43 [Desktop Entry]
44 Encoding
45 Name=KDE DVDAuthor Wizard
46 Name[pl]=Narzędzie KDE do tworzenia DVD
47 GenericName=DVD Authoring Application
48 GenericName[pl]=Aplikacja do tworzenia DVD
49 Exec=kmdr-executor '%{_prefix}/bin/DVDAuthorWizard.kmdr'
50 Type=Application
51 icon=dvd_unmount
52 Categories=Qt;KDE;AudioVideo;
53 EOF
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc Changelog README *.txt
61 %attr(755,root,root) %{_bindir}/*.sh
62 %{_bindir}/*.kmdr
63 %{_desktopdir}/kde/*.desktop
64 %dir %{_datadir}/apps/dvdauthorwizard
65 %dir %{_datadir}/apps/dvdauthorwizard/Pictures
66 %{_datadir}/apps/dvdauthorwizard/Pictures/*.png
This page took 0.04331 seconds and 3 git commands to generate.