]> git.pld-linux.org Git - packages/file-roller.git/blobdiff - file-roller.spec
- missing umask 022
[packages/file-roller.git] / file-roller.spec
index ce4850072c279ab0a322abf60dc14a09127d4fc0..c2694eb34f6d418237fdfb46da3b642b127c13d9 100644 (file)
@@ -2,24 +2,29 @@ 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.1.3
+Version:       2.10.1
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
-Patch0:                %{name}-configure.patch
+Source0:       http://ftp.gnome.org/pub/gnome/sources/file-roller/2.10/%{name}-%{version}.tar.bz2
+# Source0-md5: f5432a9071b425f637a1796f99b95d82
+Patch0:                %{name}-desktop.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel
-BuildRequires: autoconf
+BuildRequires: GConf2-devel >= 2.10.0
+BuildRequires: autoconf >= 2.52
 BuildRequires: automake
-BuildRequires: gnome-vfs2-devel >= 2.1.4
-BuildRequires: libglade2-devel >= 2.0.1
-BuildRequires: libgnome-devel >= 2.1.0-3
-BuildRequires: libgnomeui-devel >= 2.1.1-3
-BuildRequires: rpm-build >= 4.1-8.2
-Requires:      gnome-vfs2 >= 2.1.4
-Requires(post):        scrollkeeper
-Requires(post):        GConf2
+BuildRequires: gnome-vfs2-devel >= 2.10.0-2
+BuildRequires: gtk+2-devel >= 2:2.6.4
+BuildRequires: libglade2-devel >= 1:2.5.1
+BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: libtool
+BuildRequires: nautilus-devel >= 2.10.0-3
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.196
+Requires(post,preun):  GConf2
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): scrollkeeper
+Requires:      gnome-vfs2 >= 2.10.0-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,17 +33,17 @@ Roller you can: create and modify archives; view the content of an
 archive; view a file contained in the archive; extract files from the
 archive. File Roller is only a front-end (a graphical interface) to
 various archiving programs. The supported file types are:
-    - Tar archives uncompressed (.tar) or compressed with
-          - gzip (.tar.gz , .tgz)
-          - bzip (.tar.bz , .tbz)
-          - bzip2 (.tar.bz2 , .tbz2)
-          - compress (.tar.Z , .taz)
-          - lzop (.tar.lzo , .tzo)
-    - Zip archives (.zip)
-    - Jar archives (.jar , .ear , .war)
-    - Lha archives (.lzh)
-    - Rar archives (.rar)
-    - Single files compressed with gzip, bzip, bzip2, compress, lzop.
+- Tar archives uncompressed (.tar) or compressed with
+       - gzip (.tar.gz , .tgz)
+       - bzip (.tar.bz , .tbz)
+       - bzip2 (.tar.bz2 , .tbz2)
+       - compress (.tar.Z , .taz)
+       - lzop (.tar.lzo , .tzo)
+- Zip archives (.zip)
+- Jar archives (.jar , .ear , .war)
+- Lha archives (.lzh)
+- Rar archives (.rar)
+- Single files compressed with gzip, bzip, bzip2, compress, lzop.
 
 %description -l pl
 File Roller to zarz±dca archiwów dla ¶rodowiska GNOME. Przy jego
@@ -47,11 +52,11 @@ ogl
 z archiwów. File Roller jest tylko interfejsem graficznym do
 w³a¶ciwych programów archiwizuj±cych. Obs³ugiwane typy plików to:
 - archiwa tar nieskompresowane (.tar) lub skompresowane programami:
-  - gzip (.tar.gz, .tgz)
-  - bzip (.tar.bz, .tbz)
-  - bzip2 (.tar.bz2, .tbz2)
-  - compress (.tar.Z, .taz)
-  - lzop (.tar.lzo, .tzo)
+       - gzip (.tar.gz, .tgz)
+       - bzip (.tar.bz, .tbz)
+       - bzip2 (.tar.bz2, .tbz2)
+       - compress (.tar.Z, .taz)
+       - lzop (.tar.lzo, .tzo)
 - archiwa zip (.zip)
 - archiwa jar (.jar, .ear, .war)
 - archiwa lha (.lzh)
@@ -70,12 +75,14 @@ pacote e extrair os arquivos de um pacote.
 %patch0 -p1
 
 %build
-rm -f missing
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-    --disable-schemas-install 
+       --disable-schemas-install \
+       --disable-static
+
 %{__make}
 
 %install
@@ -83,7 +90,13 @@ 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
+
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la
+rm -rf $RPM_BUILD_ROOT%{_datadir}/{mime-info,application-registry}
 
 %find_lang %{name} --with-gnome
 
@@ -91,22 +104,37 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/bin/scrollkeeper-update
-%gconf_schema_install
+umask 022
+%gconf_schema_install /etc/gconf/schemas/file-roller.schemas
+/usr/bin/scrollkeeper-update -q
+/usr/bin/update-desktop-database
+
+%banner %{name} -e << EOF
+For fully operational File Roller you need to install archiving
+programs described in README.
+EOF
 
-%postun -p /usr/bin/scrollkeeper-update
+%preun
+if [ $1 = 0 ]; then
+       %gconf_schema_uninstall /etc/gconf/schemas/file-roller.schemas
+fi
+
+%postun
+if [ $1 = 0 ]; then
+       umask 022
+       /usr/bin/scrollkeeper-update -q
+       /usr/bin/update-desktop-database
+fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/file-roller
-%{_datadir}/applications/*
-%{_datadir}/file-roller
-%{_datadir}/application-registry/file-roller.applications
-%{_datadir}/mime-info/file-roller.*
-%{_libdir}/bonobo/*.so
-%{_libdir}/bonobo/*.la
+%attr(755,root,root) %{_libdir}/bonobo/*.so
+%attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so
 %{_libdir}/bonobo/servers/*.server
+%{_datadir}/file-roller
+%{_desktopdir}/*
 %{_pixmapsdir}/file-roller.png
 %{_omf_dest_dir}/%{name}
-%{_sysconfdir}/*
+%{_sysconfdir}/gconf/schemas/*
This page took 0.055504 seconds and 4 git commands to generate.