]> git.pld-linux.org Git - packages/k9copy.git/blob - k9copy.spec
- missing character in R: libdvdnav
[packages/k9copy.git] / k9copy.spec
1 Summary:        A vamps frontend
2 Name:           k9copy
3 Version:        1.0.3b
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/Multimedia
7 Source0:        http://k9copy.free.fr/file.php?file=%{name}-%{version}.tar.gz
8 # Source0-md5:  1eef6d87ff3cf91594c1a32615356cd0
9 URL:            http://k9copy.free.fr/
10 BuildRequires:  dvdauthor
11 BuildRequires:  kdelibs-devel
12 BuildRequires:  libdvdcss
13 BuildRequires:  libdvdnav-devel
14 BuildRequires:  libdvdread
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  m4
17 BuildRequires:  vamps
18 Requires:       dvd+rw-tools
19 Requires:       dvdauthor
20 Requires:       libdvdcss
21 Requires:       libdvdnav
22 Requires:       libdvdread
23 Requires:       vamps
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 k9copy is a very easy-to-use GUI for vamps that allows the shrinking
28 of DVDs from DVD 9 to DVD 5 under KDE in Linux
29
30 %package devel
31 Summary:        Header files for k9copy library
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34 Requires:       kdelibs-devel
35
36 %description devel
37 Header files for libk3bcore library.
38
39 %prep
40 %setup -q
41
42 %build
43 %configure
44 %{__make} \
45         CC="%{__cc}" \
46         CXX="%{__cxx}" \
47         CFLAGS="%{rpmcflags}" \
48         CXXFLAGS="%{rpmcflags} -fno-exceptions"
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         prefix=%{_prefix} \
57         manprefix=%{_mandir}
58
59 %find_lang %{name} --all-name --with-kde
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %attr(755,root,root) %{_bindir}/*
67 %attr(755,root,root) %{_libdir}/libk9copy.so.0.0.0
68 #%{_desktopdir}/k9copy.desktop
69 %{_iconsdir}/hicolor/48x48/apps/k9copy.png
70 %{_datadir}/apps/k9copy/k9copyui.rc
71
72 %files devel
73 %defattr(644,root,root,755)
74 %{_libdir}/libk9copy.la
75 %{_includedir}/*.h
This page took 0.061041 seconds and 4 git commands to generate.