]> git.pld-linux.org Git - packages/Thunar-archive-plugin.git/blob - Thunar-archive-plugin.spec
- new, thanks to Piotr Grymkowski
[packages/Thunar-archive-plugin.git] / Thunar-archive-plugin.spec
1 #
2 %define         srcname thunar-archive-plugin
3 #
4 Summary:        Archive plugin for the Thunar file manager
5 Summary(pl):    Wtyczka archiwum dla menad¿era plików Thunar
6 Name:           Thunar-archive-plugin
7 Version:        0.2.0
8 Release:        1
9 License:        GPL v2
10 Group:          X11/Applications
11 Source0:        http://download.berlios.de/xfce-goodies/%{srcname}-%{version}.tar.bz2
12 # Source0-md5:  64bc391a30920ddaf314b176c81f05da
13 URL:            http://foo-projects.org/~benny/projects/thunar-archive-plugin/
14 BuildRequires:  Thunar-devel >= 0.2.2
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.311
20 Requires:       Thunar >= 0.2.2
21 Requires(post,postun):  hicolor-icon-theme
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This plugin allows to create and extract archive files using the file
26 context menus in the Thunar file manager. It provides a generic
27 scripting interface for archive managers.
28
29 %description -l pl
30 Ta wtyczka umo¿liwia tworzenie i rozpakowywanie archiwów u¿ywaj±c menu
31 podrêcznego pliku w menad¿erze plików Thunar. Dostarcza ogólny
32 interfejs dla zarz±dców archiwów.
33
34 %prep
35 %setup -q -n %{srcname}-%{version}
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoheader}
41 %{__automake}
42 %{__autoconf}
43 %configure \
44         --disable-static
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.la
54
55 %find_lang %{srcname}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post
61 %update_icon_cache hicolor
62
63 %postun
64 %update_icon_cache hicolor
65
66 %files -f %{srcname}.lang
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_libdir}/thunarx-1/*
69 %dir %{_libdir}/thunar-archive-plugin
70 %attr(755,root,root) %{_libdir}/thunar-archive-plugin/*.tap
71 %{_iconsdir}/hicolor/*/*/*
This page took 0.096198 seconds and 4 git commands to generate.