]> git.pld-linux.org Git - packages/kde4-ark.git/commitdiff
- initial auto/th/kde4-ark-4_8_0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Jan 2012 08:37:59 +0000 (08:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-ark.spec -> 1.1

kde4-ark.spec [new file with mode: 0644]

diff --git a/kde4-ark.spec b/kde4-ark.spec
new file mode 100644 (file)
index 0000000..ad8175d
--- /dev/null
@@ -0,0 +1,86 @@
+#
+%define                _state          stable
+%define                orgname         ark
+%define                qtver           4.8.0
+
+Summary:       K Desktop Environment - archive manager
+Name:          kde4-ark
+Version:       4.8.0
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5: b5d1f9105fa2196c3a755b9f12267ac2
+URL:           http://www.kde.org/
+BuildRequires: kde4-kdebase-devel >= %{version}
+Requires:      kde4-kdebase-workspace >= %{version}
+Requires:      kde4-kdebase-workspace >= %{version}
+Requires:      libarchive
+Requires:      libzip
+Obsoletes:     kde4-kdeutils-ark
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ark is a program for managing and quickly extracting archives. It
+supports arj, rar, zip, tar, zoo, lha and other formats.
+
+%description -l pl.UTF-8
+Ark jest programem służącym do zarządzania i szybkiego rozpakowywania
+archiwów. Obsługuje archiwa arj, rar, zip, tar, zoo, lha oraz inne
+formaty.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+       ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir}
+
+%find_lang %{orgname} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{orgname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/ark
+%attr(755,root,root) %{_libdir}/kde4/arkpart.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_clilha.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libarchive.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libgz.so
+%attr(755,root,root) %ghost %{_libdir}/libkerfuffle.so.?
+%attr(755,root,root) %{_libdir}/libkerfuffle.so.*.*.*
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_cli7z.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_clirar.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_clizip.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libbz2.so
+%attr(755,root,root) %{_libdir}/kde4/kerfuffle_libxz.so
+%attr(755,root,root) %{_libdir}/kde4/libextracthere.so
+%{_datadir}/apps/ark
+%{_datadir}/kde4/servicetypes/kerfufflePlugin.desktop
+%{_datadir}/kde4/services/ark_part.desktop
+%{_datadir}/kde4/services/kerfuffle_libarchive.desktop
+%{_datadir}/kde4/services/kerfuffle_libgz.desktop
+%{_datadir}/kde4/services/ark_dndextract.desktop
+%{_datadir}/kde4/services/kerfuffle_cli7z.desktop
+%{_datadir}/kde4/services/kerfuffle_clilha.desktop
+%{_datadir}/kde4/services/kerfuffle_clirar.desktop
+%{_datadir}/kde4/services/kerfuffle_clizip.desktop
+%{_datadir}/kde4/services/kerfuffle_libarchive_readonly.desktop
+%{_datadir}/kde4/services/kerfuffle_libbz2.desktop
+%{_datadir}/kde4/services/kerfuffle_libxz.desktop
+%{_datadir}/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop
+%{_datadir}/kde4/services/ServiceMenus/ark_servicemenu.desktop
+%{_datadir}/config.kcfg/ark.kcfg
+%{_desktopdir}/kde4/ark.desktop
+%{_mandir}/man1/ark.1.*
This page took 0.10245 seconds and 4 git commands to generate.