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