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