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