]> git.pld-linux.org Git - packages/file-roller.git/blame - file-roller.spec
- updated to 3.6.2
[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
0ab551d2 5Version: 3.6.2
10d48041 6Release: 1
31c27243 7License: GPL v2
bc516785 8Group: X11/Applications
51032c45 9Source0: http://ftp.gnome.org/pub/GNOME/sources/file-roller/3.6/%{name}-%{version}.tar.xz
0ab551d2 10# Source0-md5: 381c6efe41b7de424f675397bf057f9c
bc516785 11URL: http://www.gnome.org/
aff3ede5 12BuildRequires: autoconf >= 2.61
d4c65220 13BuildRequires: automake >= 1:1.11
b4483204 14BuildRequires: docbook-dtd412-xml
7c894f94 15BuildRequires: gettext-devel
1d8181cc 16BuildRequires: glib2-devel >= 1:2.30.0
51032c45 17BuildRequires: gtk+3-devel >= 3.4.0
aff3ede5 18BuildRequires: intltool >= 0.40.0
51032c45
ŁK
19BuildRequires: json-glib-devel >= 0.14.0
20BuildRequires: libarchive-devel >= 3.0.0
21BuildRequires: libnotify-devel >= 0.4.3
5d6c3424 22BuildRequires: libtool
a3da2866 23BuildRequires: libxml2-progs
bc06eca7 24BuildRequires: nautilus-devel >= 2.26.0
8a61b2ca 25BuildRequires: pkgconfig
65b8f65c 26BuildRequires: rpmbuild(find_lang) >= 1.23
10d48041 27BuildRequires: rpmbuild(macros) >= 1.601
a3da2866 28# libegg
29BuildRequires: xorg-lib-libSM-devel
51032c45 30BuildRequires: yelp-tools
00c5670b 31Requires(post,postun): desktop-file-utils
b8b8b51d 32Requires(post,postun): gtk-update-icon-cache
1d8181cc 33Requires: glib2 >= 1:2.30.0
10d48041 34Requires: hicolor-icon-theme
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
d9e1efe9 97%{__intltoolize}
5c218afb 98%{__libtoolize}
bc516785 99%{__aclocal}
049c5ec9 100%{__autoconf}
e3c1cc69 101%{__autoheader}
049c5ec9 102%{__automake}
e9169a43 103%configure \
10d48041 104 --disable-schemas-compile \
6df23dc6 105 --disable-silent-rules \
8c6f0e5d 106 --disable-static
0b1ce549 107
31c27243 108%{__make}
cec9f965 109
110%install
111rm -rf $RPM_BUILD_ROOT
31c27243 112
113%{__make} install \
aff3ede5 114 DESTDIR=$RPM_BUILD_ROOT
31c27243 115
10d48041 116%{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
f9bd93bf 117
266b1094 118# the same locale as ur
d64a3ab2 119%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
266b1094 120
36d56671 121%find_lang %{name} --with-gnome --with-omf
cec9f965 122
123%clean
124rm -rf $RPM_BUILD_ROOT
125
bc516785 126%post
f52ca67d 127%update_desktop_database_post
0012084e 128%update_icon_cache hicolor
10d48041 129%glib_compile_schemas
bc516785 130
f9bd93bf 131%postun
f52ca67d 132%update_desktop_database_postun
0012084e 133%update_icon_cache hicolor
10d48041 134%glib_compile_schemas
bc516785 135
31c27243 136%files -f %{name}.lang
137%defattr(644,root,root,755)
aaf649fc 138%doc AUTHORS NEWS README TODO
31c27243 139%attr(755,root,root) %{_bindir}/file-roller
10d48041 140%attr(755,root,root) %{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
cd244210 141%dir %{_libdir}/file-roller
e3c1cc69 142%attr(755,root,root) %{_libdir}/file-roller/isoinfo.sh
aaf649fc 143%attr(755,root,root) %{_libdir}/file-roller/rpm2cpio
10d48041
ŁK
144%{_datadir}/GConf/gsettings/file-roller.convert
145%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
31c27243 146%{_datadir}/file-roller
10d48041 147%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
e3c1cc69 148%{_desktopdir}/file-roller.desktop
cd244210 149%{_iconsdir}/hicolor/*/apps/file-roller.*
This page took 0.100349 seconds and 4 git commands to generate.