]> git.pld-linux.org Git - packages/Xarchiver.git/blob - Xarchiver.spec
- fixed build by adding %{__intltoolize}
[packages/Xarchiver.git] / Xarchiver.spec
1 #
2 %define         xfce_version    4.4.0
3 #
4 Summary:        Xarchiver - a GTK+2 frontend to popular compression formats
5 Summary(pl.UTF-8):      Xarchiver - nakładka GTK+2 na popularne formaty kompresji
6 Name:           Xarchiver
7 Version:        0.4.6
8 Release:        2
9 License:        GPL
10 Group:          X11/Applications
11 Source0:        http://dl.sourceforge.net/xarchiver/xarchiver-%{version}.tar.bz2
12 # Source0-md5:  9700305deef4e2b6878697bd18bd2dd9
13 URL:            http://xarchiver.xfce.org/
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake
16 BuildRequires:  gtk+2-devel >= 2:2.8.20
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.311
20 BuildRequires:  xfce4-dev-tools >= %{xfce_version}
21 Requires(post,postun):  desktop-file-utils
22 Requires(post,postun):  gtk+2
23 Requires(post,postun):  hicolor-icon-theme
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Xarchiver is a GTK+2 frontend to 7z, zip, rar, tar, bzip2, gzip, arj
28 and rpm (open and extract only). Xarchiver allows to create, add,
29 extract and delete files in the above formats. 7z, zip, rar and arj
30 password protected archives are supported.
31
32 %description -l pl.UTF-8
33 Xarchiver to nakładka GTK+2 na 7z, zip, rar, tar, bzip2, gzip, arj i
34 rpm (tylko otwieranie i rozpakowywanie). Xarchiver umożliwia
35 tworzenie, dodawanie, rozpakowywanie oraz usuwanie plików w powyższych
36 formatach. Obsługuje również archiwa 7z, zip, rar i arj zabezpieczone
37 hasłem.
38
39 %prep
40 %setup -q -n xarchiver-%{version}
41
42 %build
43 %{__intltoolize}
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_docdir}/xarchiver/{AUTHORS,ChangeLog,COPYING,NEWS,README,TODO}
59
60 %find_lang xarchiver
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post
66 %update_desktop_database_post
67 %update_icon_cache hicolor
68
69 %postun
70 %update_desktop_database_postun
71 %update_icon_cache hicolor
72
73 %files -f xarchiver.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog README TODO
76 %attr(755,root,root) %{_bindir}/xarchiver
77 %attr(755,root,root) %{_libdir}/thunar-archive-plugin/*.tap
78 %dir %{_docdir}/xarchiver
79 %docdir %{_docdir}/xarchiver
80 %{_docdir}/xarchiver/html
81 %{_iconsdir}/hicolor/*/apps/*.png
82 %{_pixmapsdir}/xarchiver
83 %{_desktopdir}/*.desktop
This page took 0.069242 seconds and 4 git commands to generate.