]> git.pld-linux.org Git - packages/k9copy.git/blob - k9copy.spec
- use metapackage name (isn't it implied by KDE BTW?)
[packages/k9copy.git] / k9copy.spec
1 Summary:        A vamps frontend
2 Summary(pl.UTF-8):      Frontend do programu vamps
3 Name:           k9copy
4 Version:        1.2.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/k9copy/%{name}-%{version}.tar.gz
9 # Source0-md5:  00729b3eba15279142963420cd66d99b
10 Patch0:         %{name}-desktop.patch
11 URL:            http://k9copy.sourceforge.net/
12 BuildRequires:  OpenGL-GLU-devel
13 BuildRequires:  ffmpeg-devel
14 BuildRequires:  hal-devel
15 BuildRequires:  kdelibs-devel >= 9:3.0
16 BuildRequires:  libdvdread-devel
17 Requires:       dvd+rw-tools
18 Requires:       dvdauthor
19 Requires:       vamps
20 Obsoletes:      k9copy-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 k9copy is a very easy-to-use GUI for vamps that allows the shrinking
25 of DVDs from DVD 9 to DVD 5 under KDE in Linux.
26
27 %description -l pl.UTF-8
28 k9copy to bardzo łatwy w użyciu graficzny interfejs do programu vamps,
29 umożliwiający zmniejszanie obrazów płyt DVD z DVD 9 do DVD 5 w
30 środowisku KDE pod Linuksem.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 %configure \
38 %if "%{_lib}" == "lib64"
39         --enable-libsuffix=64 \
40 %endif
41         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
42         --with-qt-libraries=%{_libdir}
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir},%{_desktopdir}/kde}
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         prefix=%{_prefix} \
52         kde_htmldir=%{_kdedocdir} \
53         manprefix=%{_mandir}
54
55 %find_lang %{name} --all-name --with-kde
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post   -p /sbin/ldconfig
61 %postun -p /sbin/ldconfig
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/*
66 %{_datadir}/apps/k9copy
67 %{_datadir}/apps/konqueror/servicemenus/k9copy_open.desktop
68 %{_desktopdir}/kde/k9copy.desktop
69 %{_iconsdir}/*/*x*/*/k9copy.png
This page took 0.075278 seconds and 3 git commands to generate.