]> git.pld-linux.org Git - packages/file-roller.git/blame - file-roller.spec
- raw version from dist tar ball.
[packages/file-roller.git] / file-roller.spec
CommitLineData
cec9f965 1%define release 3
2%define prefix /usr
3%define name file-roller
4%define version 1.0
5
6Summary: An archive manager for GNOME.
7Name: %{name}
8Version: %{version}
9Release: %{release}
10Copyright: GPL
11Vendor: GNOME
12URL: http://fileroller.sourceforge.net
13Group: Applications/Archiving
14Source0: %{name}-%{version}.tar.gz
15Packager: Paolo Bacchilega <paolo.bacch@tin.it>
16BuildRoot: %{_builddir}/%{name}-%{version}-root
17Requires: glib >= 1.2.9
18Requires: gtk+ >= 1.2.9
19Requires: gnome-libs >= 1.2.0
20Requires: gdk-pixbuf >= 0.9.0
21Requires: libglade >= 0.14
22Requires: oaf >= 0.6.5
23Requires: bonobo >= 1.0.0
24BuildRequires: glib-devel >= 1.2.9
25BuildRequires: gtk+-devel >= 1.2.9
26BuildRequires: gnome-libs-devel >= 1.2.0
27BuildRequires: gdk-pixbuf-devel >= 0.9.0
28BuildRequires: libglade-devel >= 0.14
29BuildRequires: oaf-devel >= 0.6.5
30BuildRequires: bonobo-devel >= 1.0.0
31Docdir: %{prefix}/share/doc
32
33%description
34File Roller is an archive manager for the GNOME environment. With File Roller
35you can : create and modify archives; view the content of an archive; view a
36file contained in the archive; extract files from the archive.
37File Roller is only a front-end (a graphical interface) to various archiving
38programs. The supported file types are :
39 * Tar archives uncompressed (.tar) or compressed with
40 * gzip (.tar.gz , .tgz)
41 * bzip (.tar.bz , .tbz)
42 * bzip2 (.tar.bz2 , .tbz2)
43 * compress (.tar.Z , .taz)
44 * lzop (.tar.lzo , .tzo)
45 * Zip archives (.zip)
46 * Jar archives (.jar , .ear , .war)
47 * Lha archives (.lzh)
48 * Rar archives (.rar)
49 * Single files compressed with gzip, bzip, bzip2, compress, lzop
50
51%prep
52%setup
53
54%build
55%configure
56make
57
58%install
59rm -rf $RPM_BUILD_ROOT
60make DESTDIR=$RPM_BUILD_ROOT install
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(-,root,root)
67%{_bindir}/file-roller
68%{_bindir}/fr-document-viewer
69%{_datadir}/gnome/apps/Utilities/file-roller.desktop
70%{_datadir}/file-roller/glade/*.glade
71%{_datadir}/file-roller/icons/*.xpm
72%{_datadir}/file-roller/scripts/Add_to_archive
73%{_datadir}/file-roller/scripts/Extract_to
74%{_datadir}/file-roller/scripts/Extract_here
75%doc %{_datadir}/file-roller/scripts/README
76%{_datadir}/locale/*/LC_MESSAGES/file-roller.mo
77%{_datadir}/appliation-registry/file-roller.applications
78%{_datadir}/mime-info/file-roller.*
79%{_datadir}/pixmaps/file-roller.png
80%doc AUTHORS NEWS README COPYING
This page took 0.047644 seconds and 4 git commands to generate.