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