Accepting request 19706 from GNOME:Factory
Copy from GNOME:Factory/file-roller based on submit request 19706 from user vuntz OBS-URL: https://build.opensuse.org/request/show/19706 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=40
This commit is contained in:
commit
78fa23a1e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed9150b40e78cb1700020c2ead80fc5d7a8e47cc783e03ad5352670e77c92abf
|
|
||||||
size 1732933
|
|
3
file-roller-2.27.91.tar.bz2
Normal file
3
file-roller-2.27.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a26100e85d901592c5357e6896a13f2c2d7f77daaf9d900749746e6830013f00
|
||||||
|
size 1732399
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 25 14:33:47 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.27.91:
|
||||||
|
+ Fixed bug that prevented to add files with spaces. (bgo#589920)
|
||||||
|
+ Fixed opening of cab files (bgo#591868)
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 11 05:21:53 CEST 2009 - lmedinas@gmail.com
|
Tue Aug 11 05:21:53 CEST 2009 - lmedinas@gmail.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller (Version 2.27.90)
|
# spec file for package file-roller (Version 2.27.91)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,10 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
|
Version: 2.27.91
|
||||||
|
Release: 1
|
||||||
|
License: GPL v2 or later
|
||||||
|
Summary: An Archive Manager for GNOME
|
||||||
|
Url: http://fileroller.sourceforge.net
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -28,16 +34,7 @@ BuildRequires: intltool
|
|||||||
BuildRequires: nautilus-devel
|
BuildRequires: nautilus-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
License: GPL v2 or later
|
|
||||||
Group: Productivity/Archiving/Compression
|
|
||||||
Version: 2.27.90
|
|
||||||
Release: 1
|
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: An Archive Manager for GNOME
|
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
|
|
||||||
Url: http://fileroller.sourceforge.net
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
DocDir: %{_defaultdocdir}
|
|
||||||
# Formats that we really want to support by default
|
# Formats that we really want to support by default
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: cpio
|
Requires: cpio
|
||||||
@ -54,6 +51,8 @@ Suggests: lha
|
|||||||
Suggests: p7zip
|
Suggests: p7zip
|
||||||
Suggests: rzip
|
Suggests: rzip
|
||||||
Suggests: zoo
|
Suggests: zoo
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
DocDir: %{_defaultdocdir}
|
||||||
# FIXME: Formats for which we don't have packages. Some are free software that
|
# FIXME: Formats for which we don't have packages. Some are free software that
|
||||||
# we could package.
|
# we could package.
|
||||||
#Suggests: arj
|
#Suggests: arj
|
||||||
@ -95,13 +94,6 @@ like tar and zip. The supported file types are:
|
|||||||
|
|
||||||
* Single files compressed with gzip, bzip, bzip2, compress, lzop
|
* Single files compressed with gzip, bzip, bzip2, compress, lzop
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Paolo Bacchilega <paolo.bacch@tin.it>
|
|
||||||
Claudio Bley <bley@cs.uni-magdeburg.de>
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -119,11 +111,11 @@ translation-update-upstream
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
cat %{name}.schemas_list >%{name}.lst
|
cat %{name}.schemas_list >%{name}.lst
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
rm %{buildroot}%{_libdir}/*/*/*.*a
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%pre -f %{name}.schemas_pre
|
%pre -f %{name}.schemas_pre
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user