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