Accepting request 76597 from home:vuntz:branches:GNOME:Apps
Don't require shared-mime-info: the macros will do the right thing without it, and if it's not installed, then we don't need it, really :-) Also update BuildRequires/Requires/Recommends OBS-URL: https://build.opensuse.org/request/show/76597 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gcstar?expand=0&rev=13
This commit is contained in:
parent
e95f6746fb
commit
045feb18a5
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 21 09:32:38 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Drop perl(Switch) BuildRequires and Requires, as its usage was
|
||||||
|
removed.
|
||||||
|
- Add perl() Recommends for optional features: Archive::Zip, GD,
|
||||||
|
GD::Graph::area, GD::Graph::bars, GD::Graph::pie, GD::Text.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org
|
Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
@ -10,7 +18,7 @@ Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org
|
|||||||
acting like a keyboard.
|
acting like a keyboard.
|
||||||
+ Film collection: Country field is now a list box, allowing
|
+ Film collection: Country field is now a list box, allowing
|
||||||
multiple countries.
|
multiple countries.
|
||||||
+ New plugins to fetch information from websites
|
+ New plugins to fetch information from websites:
|
||||||
- Books: Douban (ZH) provided by BW.
|
- Books: Douban (ZH) provided by BW.
|
||||||
- Movies: Douban (ZH) provided by BW.
|
- Movies: Douban (ZH) provided by BW.
|
||||||
- Music: Douban (ZH) provided by BW.
|
- Music: Douban (ZH) provided by BW.
|
||||||
@ -30,9 +38,7 @@ Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org
|
|||||||
jeuxvideo.com, jeuxvideo.fr, Moby Games, The Movie DB.
|
jeuxvideo.com, jeuxvideo.fr, Moby Games, The Movie DB.
|
||||||
- Update spec file License field from GPLv2 to GPL-2.0 to
|
- Update spec file License field from GPLv2 to GPL-2.0 to
|
||||||
conform with spdx.org identifier.
|
conform with spdx.org identifier.
|
||||||
- Add update-mime-database Requires(post|postun) to make sure that
|
|
||||||
update-mime-database exists.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 09:46:02 CEST 2011 - vuntz@opensuse.org
|
Tue May 31 09:46:02 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
10
gcstar.spec
10
gcstar.spec
@ -32,21 +32,23 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl(Crypt::SSLeay)
|
BuildRequires: perl(Crypt::SSLeay)
|
||||||
BuildRequires: perl(Gtk2) >= 1.054
|
BuildRequires: perl(Gtk2) >= 1.054
|
||||||
BuildRequires: perl(HTML::Parser)
|
BuildRequires: perl(HTML::Parser)
|
||||||
BuildRequires: perl(Switch)
|
|
||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
BuildRequires: perl(XML::Simple)
|
BuildRequires: perl(XML::Simple)
|
||||||
BuildRequires: perl-libwww-perl
|
BuildRequires: perl-libwww-perl
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires(post): shared-mime-info
|
|
||||||
Requires(postun): shared-mime-info
|
|
||||||
Requires: perl
|
Requires: perl
|
||||||
Requires: perl(Crypt::SSLeay)
|
Requires: perl(Crypt::SSLeay)
|
||||||
Requires: perl(Gtk2) >= 1.054
|
Requires: perl(Gtk2) >= 1.054
|
||||||
Requires: perl(HTML::Parser)
|
Requires: perl(HTML::Parser)
|
||||||
Requires: perl(Switch)
|
|
||||||
Requires: perl(XML::Parser)
|
Requires: perl(XML::Parser)
|
||||||
Requires: perl(XML::Simple)
|
Requires: perl(XML::Simple)
|
||||||
Requires: perl-libwww-perl
|
Requires: perl-libwww-perl
|
||||||
|
Recommends: perl(Archive::Zip)
|
||||||
|
Recommends: perl(GD)
|
||||||
|
Recommends: perl(GD::Graph::area)
|
||||||
|
Recommends: perl(GD::Graph::bars)
|
||||||
|
Recommends: perl(GD::Graph::pie)
|
||||||
|
Recommends: perl(GD::Text)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user