]> git.pld-linux.org Git - packages/kde4-ark.git/blame - kde4-ark.spec
- updated to 4.9.4
[packages/kde4-ark.git] / kde4-ark.spec
CommitLineData
e6fa90dc
AM
1#
2%define _state stable
3%define orgname ark
9b7166be 4%define qtver 4.8.1
e6fa90dc
AM
5
6Summary: K Desktop Environment - archive manager
7Name: kde4-ark
b514cfb3 8Version: 4.9.4
c28c590a 9Release: 1
e6fa90dc
AM
10License: GPL
11Group: X11/Applications
e612fb73 12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
b514cfb3 13# Source0-md5: f8d078e8e924e8e577c31805be4bc650
e6fa90dc 14URL: http://www.kde.org/
c28c590a 15BuildRequires: bzip2-devel
e6fa90dc 16BuildRequires: kde4-kdebase-devel >= %{version}
c28c590a
PS
17BuildRequires: libarchive-devel
18BuildRequires: xz-devel
19BuildRequires: zlib-devel
e6fa90dc 20Requires: kde4-kdebase-workspace >= %{version}
e6fa90dc
AM
21Requires: libzip
22Obsoletes: kde4-kdeutils-ark
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Ark is a program for managing and quickly extracting archives. It
27supports arj, rar, zip, tar, zoo, lha and other formats.
28
29%description -l pl.UTF-8
30Ark jest programem służącym do zarządzania i szybkiego rozpakowywania
31archiwów. Obsługuje archiwa arj, rar, zip, tar, zoo, lha oraz inne
32formaty.
33
34%prep
35%setup -q -n %{orgname}-%{version}
36
37%build
38install -d build
39cd build
40%cmake \
41 ..
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} -C build/ install \
48 DESTDIR=$RPM_BUILD_ROOT \
49 kde_htmldir=%{_kdedocdir}
50
51%find_lang %{orgname} --with-kde
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files -f %{orgname}.lang
57%defattr(644,root,root,755)
58%attr(755,root,root) %{_bindir}/ark
59%attr(755,root,root) %{_libdir}/kde4/arkpart.so
60%attr(755,root,root) %{_libdir}/kde4/kerfuffle_clilha.so
61%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libarchive.so
62%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libgz.so
c28c590a 63%attr(755,root,root) %{_libdir}/libkerfuffle.so
e6fa90dc
AM
64%attr(755,root,root) %ghost %{_libdir}/libkerfuffle.so.?
65%attr(755,root,root) %{_libdir}/libkerfuffle.so.*.*.*
66%attr(755,root,root) %{_libdir}/kde4/kerfuffle_cli7z.so
67%attr(755,root,root) %{_libdir}/kde4/kerfuffle_clirar.so
68%attr(755,root,root) %{_libdir}/kde4/kerfuffle_clizip.so
69%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libbz2.so
70%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libxz.so
71%attr(755,root,root) %{_libdir}/kde4/libextracthere.so
72%{_datadir}/apps/ark
73%{_datadir}/kde4/servicetypes/kerfufflePlugin.desktop
74%{_datadir}/kde4/services/ark_part.desktop
75%{_datadir}/kde4/services/kerfuffle_libarchive.desktop
76%{_datadir}/kde4/services/kerfuffle_libgz.desktop
77%{_datadir}/kde4/services/ark_dndextract.desktop
78%{_datadir}/kde4/services/kerfuffle_cli7z.desktop
79%{_datadir}/kde4/services/kerfuffle_clilha.desktop
80%{_datadir}/kde4/services/kerfuffle_clirar.desktop
81%{_datadir}/kde4/services/kerfuffle_clizip.desktop
82%{_datadir}/kde4/services/kerfuffle_libarchive_readonly.desktop
83%{_datadir}/kde4/services/kerfuffle_libbz2.desktop
84%{_datadir}/kde4/services/kerfuffle_libxz.desktop
85%{_datadir}/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop
86%{_datadir}/kde4/services/ServiceMenus/ark_servicemenu.desktop
87%{_datadir}/config.kcfg/ark.kcfg
88%{_desktopdir}/kde4/ark.desktop
c28c590a 89%{_iconsdir}/hicolor/*/apps/ark.*
e6fa90dc 90%{_mandir}/man1/ark.1.*
This page took 0.164928 seconds and 4 git commands to generate.