]> git.pld-linux.org Git - packages/file-roller.git/blobdiff - file-roller.spec
- updated to 2.6.2
[packages/file-roller.git] / file-roller.spec
index b95b38c6da24a3b8ceac281d470806b4b10fb8ce..4345e57774aa60bb8351e05185afdc68876fc77d 100644 (file)
@@ -2,24 +2,28 @@ Summary:      An archive manager for GNOME
 Summary(pl):   Zarz±dca archiwów dla GNOME
 Summary(pt_BR):        Gerenciador de arquivos compactados para o GNOME
 Name:          file-roller
-Version:       2.3.0
+Version:       2.6.2
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
+# Source0-md5: 88c6441d286c8f0810a37a3f3107f985
+Patch0:                %{name}-gzip-mime.patch
+Patch1:                %{name}-locale-names.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel
+BuildRequires: GConf2-devel >= 2.6.2
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gnome-vfs2-devel >= 2.2.0
-BuildRequires: libglade2-devel >= 2.0.1
-BuildRequires: libgnome-devel >= 2.2.0
-BuildRequires: libgnomeui-devel >= 2.2.0
+BuildRequires: gnome-vfs2-devel >= 2.6.1.1
+BuildRequires: gtk+2-devel >= 2:2.4.3
+BuildRequires: libglade2-devel >= 1:2.4.0
+BuildRequires: libgnomeui-devel >= 2.6.1.1
 BuildRequires: libtool
 BuildRequires: rpm-build >= 4.1-10
-Requires(post):        scrollkeeper
 Requires(post):        GConf2
-Requires:      gnome-vfs2 >= 2.2.0
+Requires(post):        scrollkeeper
+Requires:      gnome-vfs2 >= 2.6.1.1
+Requires:      unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,6 +71,10 @@ pacote e extrair os arquivos de um pacote.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+
+mv po/{no,nb}.po
 
 %build
 rm -f missing
@@ -75,8 +83,9 @@ rm -f missing
 %{__autoconf}
 %{__automake}
 %configure \
-    --disable-schemas-install \
-    --disable-static
+       --disable-schemas-install \
+       --disable-static
+
 %{__make}
 
 %install
@@ -84,7 +93,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       omf_dest_dir=%{_omf_dest_dir}/%{name}
+       omf_dest_dir=%{_omf_dest_dir}/%{name} \
+       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 %find_lang %{name} --with-gnome
 
@@ -104,10 +114,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/bonobo/*.so
 %{_libdir}/bonobo/*.la
 %{_libdir}/bonobo/servers/*.server
-%{_datadir}/applications/*
 %{_datadir}/file-roller
 %{_datadir}/application-registry/file-roller.applications
 %{_datadir}/mime-info/file-roller.*
+%{_desktopdir}/*
 %{_pixmapsdir}/file-roller.png
 %{_omf_dest_dir}/%{name}
 %{_sysconfdir}/gconf/schemas/*
This page took 0.034429 seconds and 4 git commands to generate.