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