]> git.pld-linux.org Git - packages/file-roller.git/blame - file-roller.spec
- BR: docbook-dtd412-xml
[packages/file-roller.git] / file-roller.spec
CommitLineData
31c27243 1Summary: An archive manager for GNOME
ae212014
ER
2Summary(pl.UTF-8): Zarządca archiwów dla GNOME
3Summary(pt_BR.UTF-8): Gerenciador de arquivos compactados para o GNOME
31c27243 4Name: file-roller
b660e00b 5Version: 2.28.1
0447262b 6Release: 1
31c27243 7License: GPL v2
bc516785 8Group: X11/Applications
aaf649fc 9Source0: http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.28/%{name}-%{version}.tar.bz2
b660e00b 10# Source0-md5: fcba40a9aa04386dec961a2f776777c5
bc516785 11URL: http://www.gnome.org/
aff3ede5
MB
12BuildRequires: GConf2-devel >= 2.24.0
13BuildRequires: autoconf >= 2.61
31c27243 14BuildRequires: automake
b4483204 15BuildRequires: docbook-dtd412-xml
7c894f94 16BuildRequires: gettext-devel
aff3ede5
MB
17BuildRequires: gnome-common >= 2.24.0
18BuildRequires: gnome-doc-utils >= 0.14.0
bc06eca7 19BuildRequires: gtk+2-devel >= 2:2.16.0
aff3ede5 20BuildRequires: intltool >= 0.40.0
5d6c3424 21BuildRequires: libtool
a3da2866 22BuildRequires: libxml2-progs
bc06eca7 23BuildRequires: nautilus-devel >= 2.26.0
8a61b2ca 24BuildRequires: pkgconfig
65b8f65c 25BuildRequires: rpmbuild(find_lang) >= 1.23
0012084e 26BuildRequires: rpmbuild(macros) >= 1.311
cbc37441 27BuildRequires: scrollkeeper
a3da2866 28# libegg
29BuildRequires: xorg-lib-libSM-devel
00c5670b 30Requires(post,postun): desktop-file-utils
84d723ef 31Requires(post,postun): gtk+2
cd244210 32Requires(post,postun): hicolor-icon-theme
f9bd93bf 33Requires(post,postun): scrollkeeper
cd244210 34Requires(post,preun): GConf2
bc06eca7 35Requires: nautilus-libs >= 2.26.0
9e9f3fb0
PG
36Suggests: bzip2
37Suggests: gzip
38Suggests: p7zip
c2c6cb0d 39%ifarch %{ix86}
9e9f3fb0 40Suggests: rar
c2c6cb0d
JB
41%else
42Suggests: unrar
43%endif
9e9f3fb0
PG
44Suggests: tar
45Suggests: zip
03011694 46# sr@Latn vs. sr@latin
47Conflicts: glibc-misc < 6:2.7
31c27243 48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cec9f965 49
50%description
31c27243 51File Roller is an archive manager for the GNOME environment. With File
b9656a53 52Roller you can: create and modify archives; view the content of an
31c27243 53archive; view a file contained in the archive; extract files from the
54archive. File Roller is only a front-end (a graphical interface) to
b9656a53 55various archiving programs. The supported file types are:
48b730b6 56- Tar archives uncompressed (.tar) or compressed with
84d723ef
MB
57 - gzip (.tar.gz , .tgz)
58 - bzip (.tar.bz , .tbz)
59 - bzip2 (.tar.bz2 , .tbz2)
60 - compress (.tar.Z , .taz)
61 - lzop (.tar.lzo , .tzo)
48b730b6 62- Zip archives (.zip)
63- Jar archives (.jar , .ear , .war)
64- Lha archives (.lzh)
65- Rar archives (.rar)
66- Single files compressed with gzip, bzip, bzip2, compress, lzop.
b9656a53 67
10ce1a3a
JR
68%description -l pl.UTF-8
69File Roller to zarządca archiwów dla środowiska GNOME. Przy jego
70pomocy można: tworzyć i modyfikować archiwa, oglądać ich zawartość,
71oglądać poszczególne pliki zawarte w archiwum oraz rozpakowywać pliki
72z archiwów. File Roller jest tylko interfejsem graficznym do
73właściwych programów archiwizujących. Obsługiwane typy plików to:
b9656a53 74- archiwa tar nieskompresowane (.tar) lub skompresowane programami:
84d723ef
MB
75 - gzip (.tar.gz, .tgz)
76 - bzip (.tar.bz, .tbz)
77 - bzip2 (.tar.bz2, .tbz2)
78 - compress (.tar.Z, .taz)
79 - lzop (.tar.lzo, .tzo)
b9656a53
JB
80- archiwa zip (.zip)
81- archiwa jar (.jar, .ear, .war)
82- archiwa lha (.lzh)
83- archiwa rar (.rar)
84- pojedyncze pliki skompresowane programami gzip, bzip, bzip2,
85 compress, lzop.
cec9f965 86
10ce1a3a
JR
87%description -l pt_BR.UTF-8
88File Roller é um gerenciador de pacotes de arquivos compactados para o
89ambiente GNOME. Com ele é possível criar arquivos, visualizar o
90conteúdo de arquivos existentes, visualizar um arquivo contido em um
aede5ef1 91pacote e extrair os arquivos de um pacote.
92
cec9f965 93%prep
31c27243 94%setup -q
36d56671 95
cec9f965 96%build
0012084e 97%{__gnome_doc_prepare}
d9e1efe9 98%{__intltoolize}
5c218afb 99%{__libtoolize}
bc516785 100%{__aclocal}
049c5ec9 101%{__autoconf}
e3c1cc69 102%{__autoheader}
049c5ec9 103%{__automake}
e9169a43 104%configure \
8c6f0e5d
JB
105 --disable-schemas-install \
106 --disable-static
0b1ce549
MB
107
108# remove autogenerated files (2.26.2 tarball is broken)
109%{__make} clean
31c27243 110%{__make}
cec9f965 111
112%install
113rm -rf $RPM_BUILD_ROOT
31c27243 114
115%{__make} install \
aff3ede5 116 DESTDIR=$RPM_BUILD_ROOT
31c27243 117
e3c1cc69 118rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
f9bd93bf 119
266b1094
MB
120# the same locale as ur
121rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
122
36d56671 123%find_lang %{name} --with-gnome --with-omf
cec9f965 124
125%clean
126rm -rf $RPM_BUILD_ROOT
127
bc516785 128%post
f52ca67d 129%gconf_schema_install file-roller.schemas
130%scrollkeeper_update_post
131%update_desktop_database_post
0012084e 132%update_icon_cache hicolor
00c5670b 133
134%preun
f52ca67d 135%gconf_schema_uninstall file-roller.schemas
bc516785 136
f9bd93bf 137%postun
f52ca67d 138%scrollkeeper_update_postun
139%update_desktop_database_postun
0012084e 140%update_icon_cache hicolor
bc516785 141
31c27243 142%files -f %{name}.lang
143%defattr(644,root,root,755)
aaf649fc 144%doc AUTHORS NEWS README TODO
31c27243 145%attr(755,root,root) %{_bindir}/file-roller
e3c1cc69 146%attr(755,root,root) %{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
cd244210 147%dir %{_libdir}/file-roller
e3c1cc69 148%attr(755,root,root) %{_libdir}/file-roller/isoinfo.sh
aaf649fc 149%attr(755,root,root) %{_libdir}/file-roller/rpm2cpio
31c27243 150%{_datadir}/file-roller
e3c1cc69 151%{_desktopdir}/file-roller.desktop
cd244210 152%{_iconsdir}/hicolor/*/apps/file-roller.*
cbc37441 153%{_sysconfdir}/gconf/schemas/file-roller.schemas
This page took 0.054736 seconds and 4 git commands to generate.