]> git.pld-linux.org Git - packages/file-roller.git/blobdiff - file-roller.spec
- updated to 2.32.0
[packages/file-roller.git] / file-roller.spec
index a14f65f4f103bb68312a5a712af44836aa3241e3..0bc64dc451dda73cf2160daa5fcb343eac33a2f3 100644 (file)
@@ -2,32 +2,38 @@ Summary:      An archive manager for GNOME
 Summary(pl.UTF-8):     Zarządca archiwów dla GNOME
 Summary(pt_BR.UTF-8):  Gerenciador de arquivos compactados para o GNOME
 Name:          file-roller
-Version:       2.26.1
+Version:       2.32.0
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: b9e25c0e96d3cacc69be42037ba93589
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.32/%{name}-%{version}.tar.bz2
+# Source0-md5: cc61dcb82443e13d947b967af88a112c
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.24.0
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
+BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 1:2.26.0
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gnome-doc-utils >= 0.14.0
-BuildRequires: gtk+2-devel >= 2:2.16.0
+BuildRequires: gtk+2-devel >= 2:2.22.0
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libtool
+BuildRequires: libxml2-progs
 BuildRequires: nautilus-devel >= 2.26.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: scrollkeeper
+# libegg
+BuildRequires: xorg-lib-libSM-devel
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
+Requires:      glib2 >= 1:2.26.0
 Requires:      nautilus-libs >= 2.26.0
 Suggests:      bzip2
 Suggests:      gzip
@@ -88,6 +94,8 @@ pacote e extrair os arquivos de um pacote.
 
 %prep
 %setup -q
+sed -i 's/^en@shaw//' po/LINGUAS
+rm po/en@shaw.po
 
 %build
 %{__gnome_doc_prepare}
@@ -99,7 +107,9 @@ pacote e extrair os arquivos de um pacote.
 %{__automake}
 %configure \
        --disable-schemas-install \
+       --disable-silent-rules \
        --disable-static
+
 %{__make}
 
 %install
@@ -134,11 +144,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/file-roller
 %attr(755,root,root) %{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
 %dir %{_libdir}/file-roller
 %attr(755,root,root) %{_libdir}/file-roller/isoinfo.sh
+%attr(755,root,root) %{_libdir}/file-roller/rpm2cpio
 %{_datadir}/file-roller
 %{_desktopdir}/file-roller.desktop
 %{_iconsdir}/hicolor/*/apps/file-roller.*
This page took 0.071749 seconds and 4 git commands to generate.