]> git.pld-linux.org Git - packages/file-roller.git/blob - file-roller.spec
- 2.8.2
[packages/file-roller.git] / file-roller.spec
1 Summary:        An archive manager for GNOME
2 Summary(pl):    Zarz±dca archiwów dla GNOME
3 Summary(pt_BR): Gerenciador de arquivos compactados para o GNOME
4 Name:           file-roller
5 Version:        2.8.2
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
10 # Source0-md5:  809cb54896fe70a907ece23a3792e49b
11 Patch0:         %{name}-gzip-mime.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.8.0.1
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-vfs2-devel >= 2.8.1
17 BuildRequires:  gtk+2-devel >= 2:2.4.4
18 BuildRequires:  libglade2-devel >= 1:2.4.0
19 BuildRequires:  libgnomeui-devel >= 2.8.0
20 BuildRequires:  libtool
21 BuildRequires:  rpm-build >= 4.1-10
22 Requires(post): GConf2
23 Requires(post,postun):  scrollkeeper
24 Requires:       gnome-vfs2 >= 2.8.1
25 Requires:       unzip
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 File Roller is an archive manager for the GNOME environment. With File
30 Roller you can: create and modify archives; view the content of an
31 archive; view a file contained in the archive; extract files from the
32 archive. File Roller is only a front-end (a graphical interface) to
33 various archiving programs. The supported file types are:
34     - Tar archives uncompressed (.tar) or compressed with
35           - gzip (.tar.gz , .tgz)
36           - bzip (.tar.bz , .tbz)
37           - bzip2 (.tar.bz2 , .tbz2)
38           - compress (.tar.Z , .taz)
39           - lzop (.tar.lzo , .tzo)
40     - Zip archives (.zip)
41     - Jar archives (.jar , .ear , .war)
42     - Lha archives (.lzh)
43     - Rar archives (.rar)
44     - Single files compressed with gzip, bzip, bzip2, compress, lzop.
45
46 %description -l pl
47 File Roller to zarz±dca archiwów dla ¶rodowiska GNOME. Przy jego
48 pomocy mo¿na: tworzyæ i modyfikowaæ archiwa, ogl±daæ ich zawarto¶æ,
49 ogl±daæ poszczególne pliki zawarte w archiwum oraz rozpakowywaæ pliki
50 z archiwów. File Roller jest tylko interfejsem graficznym do
51 w³a¶ciwych programów archiwizuj±cych. Obs³ugiwane typy plików to:
52 - archiwa tar nieskompresowane (.tar) lub skompresowane programami:
53   - gzip (.tar.gz, .tgz)
54   - bzip (.tar.bz, .tbz)
55   - bzip2 (.tar.bz2, .tbz2)
56   - compress (.tar.Z, .taz)
57   - lzop (.tar.lzo, .tzo)
58 - archiwa zip (.zip)
59 - archiwa jar (.jar, .ear, .war)
60 - archiwa lha (.lzh)
61 - archiwa rar (.rar)
62 - pojedyncze pliki skompresowane programami gzip, bzip, bzip2,
63   compress, lzop.
64
65 %description -l pt_BR
66 File Roller é um gerenciador de pacotes de arquivos compactados para o
67 ambiente GNOME. Com ele é possível criar arquivos, visualizar o
68 conteúdo de arquivos existentes, visualizar um arquivo contido em um
69 pacote e extrair os arquivos de um pacote.
70
71 %prep
72 %setup -q
73 %patch0 -p1
74
75 %build
76 rm -f missing
77 %{__libtoolize}
78 %{__aclocal}
79 %{__autoconf}
80 %{__automake}
81 %configure \
82         --disable-schemas-install \
83         --disable-static
84
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT \
92         omf_dest_dir=%{_omf_dest_dir}/%{name} \
93         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
94
95 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
96
97 %find_lang %{name} --with-gnome
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %post
103 umask 022
104 /usr/bin/scrollkeeper-update
105 %gconf_schema_install
106 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
107
108 %postun
109 umask 022
110 /usr/bin/scrollkeeper-update
111 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
112
113 %files -f %{name}.lang
114 %defattr(644,root,root,755)
115 %doc AUTHORS NEWS README
116 %attr(755,root,root) %{_bindir}/file-roller
117 %attr(755,root,root) %{_libdir}/bonobo/*.so
118 %{_libdir}/bonobo/*.la
119 %{_libdir}/bonobo/servers/*.server
120 %{_datadir}/file-roller
121 %{_datadir}/application-registry/file-roller.applications
122 %{_datadir}/mime-info/file-roller.*
123 %{_desktopdir}/*
124 %{_pixmapsdir}/file-roller.png
125 %{_omf_dest_dir}/%{name}
126 %{_sysconfdir}/gconf/schemas/*
This page took 0.058259 seconds and 4 git commands to generate.