checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=49
This commit is contained in:
parent
6414277fbd
commit
b0be3e7070
3
file-roller-2.27.90.tar.bz2
Normal file
3
file-roller-2.27.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed9150b40e78cb1700020c2ead80fc5d7a8e47cc783e03ad5352670e77c92abf
|
||||
size 1732933
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a26100e85d901592c5357e6896a13f2c2d7f77daaf9d900749746e6830013f00
|
||||
size 1732399
|
@ -1,11 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package file-roller (Version 2.27.91)
|
||||
# spec file for package file-roller (Version 2.27.90)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,16 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
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: gconf2-devel
|
||||
BuildRequires: glib2-devel
|
||||
@ -34,7 +28,16 @@ BuildRequires: intltool
|
||||
BuildRequires: nautilus-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Archiving/Compression
|
||||
Version: 2.27.90
|
||||
Release: 1
|
||||
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
|
||||
Requires: bzip2
|
||||
Requires: cpio
|
||||
@ -51,8 +54,6 @@ Suggests: lha
|
||||
Suggests: p7zip
|
||||
Suggests: rzip
|
||||
Suggests: zoo
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
DocDir: %{_defaultdocdir}
|
||||
# FIXME: Formats for which we don't have packages. Some are free software that
|
||||
# we could package.
|
||||
#Suggests: arj
|
||||
@ -94,6 +95,13 @@ like tar and zip. The supported file types are:
|
||||
|
||||
* 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
|
||||
%prep
|
||||
%setup -q
|
||||
@ -111,11 +119,11 @@ translation-update-upstream
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
cat %{name}.schemas_list >%{name}.lst
|
||||
rm %{buildroot}%{_libdir}/*/*/*.*a
|
||||
%fdupes %{buildroot}
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user