]> git.pld-linux.org Git - packages/file-roller.git/blob - file-roller.spec
7485c5aa11ced9e5cc2fd650e34cbd57c4b10db9
[packages/file-roller.git] / file-roller.spec
1 Summary:        An archive manager for GNOME
2 Name:           file-roller
3 Version:        1.0
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/Archiving
7 Source0:        http://prdownloads.sourceforge.net/fileroller/%{name}-%{version}.tar.gz
8 URL:            http://fileroller.sourceforge.net
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 BuildRequires:  bonobo-devel >= 1.0.0
12 BuildRequires:  gdk-pixbuf-devel >= 0.9.0
13 BuildRequires:  gnome-libs-devel >= 1.2.0
14 BuildRequires:  libglade-devel >= 0.14
15 BuildRequires:  oaf-devel >= 0.6.5
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 File Roller is an archive manager for the GNOME environment. With File
20 Roller you can : create and modify archives; view the content of an
21 archive; view a file contained in the archive; extract files from the
22 archive. File Roller is only a front-end (a graphical interface) to
23 various archiving programs. The supported file types are :
24     - Tar archives uncompressed (.tar) or compressed with
25           - gzip (.tar.gz , .tgz)
26           - bzip (.tar.bz , .tbz)
27           - bzip2 (.tar.bz2 , .tbz2)
28           - compress (.tar.Z , .taz)
29           - lzop (.tar.lzo , .tzo)
30     - Zip archives (.zip)
31     - Jar archives (.jar , .ear , .war)
32     - Lha archives (.lzh)
33     - Rar archives (.rar)
34     - Single files compressed with gzip, bzip, bzip2, compress, lzop
35
36 %prep
37 %setup -q
38
39 %build
40 rm -f missing
41 aclocal
42 autoconf
43 automake -a -c -f
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         desktopdir=%{_applnkdir}/Utilities
53
54 gzip -9nf AUTHORS NEWS README
55
56 %_find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc *.gz
64 %attr(755,root,root) %{_bindir}/file-roller
65 %attr(755,root,root) %{_bindir}/fr-document-viewer
66 %{_applnkdir}/Utilities/file-roller.desktop
67 %{_datadir}/file-roller
68 %{_datadir}/appliation-registry/file-roller.applications
69 %{_datadir}/mime-info/file-roller.*
70 %{_pixmapsdir}/file-roller.png
This page took 0.07046 seconds and 2 git commands to generate.