Accepting request 1201528 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1201528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-radio?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-09-17 16:18:49 +00:00 committed by Git OBS Bridge
commit ab316cb90d
6 changed files with 47 additions and 18 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/olekaam/radio.git</param>
<param name="revision">128</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="filename">gnome-radio</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

3
gnome-radio-128.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6d2595adcbbd9aabfd3107829ea01c45a3d1917657ce6cda8a01b0d1c987255
size 2753036

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:746f05735a46d963439b8fc21d1ee85af8cd3be169fd883beb98ebd14c371fcb
size 449920

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 11 11:46:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 128
+ internet-radio-locator.xml: Add Radio Haifa.
- Replace pkgconfig(geocode-glib-1.0) BuildRequires with
pkgconfig(geocode-glib-2.0): follow upstream changes.
-------------------------------------------------------------------
Fri Mar 31 14:08:54 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

4
gnome-radio.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-radio
version: 128
mtime: 1699632565
commit: c418e3aa9e85365de22a574ba2617182dec7d0ae

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-radio
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,18 @@
Name: gnome-radio
Version: 64.0
Version: 128
Release: 0
Summary: Live Internet radio broadcaster discovery program
License: GPL-3.0-or-later
URL: http://www.gnomeradio.org
Source: https://download.gnome.org/sources/gnome-radio/64/%{name}-%{version}.tar.xz
URL: https://www.gnomeradio.org
Source: %{name}-%{version}.tar.zst
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(champlain-gtk-0.12)
BuildRequires: pkgconfig(geoclue-2.0)
BuildRequires: pkgconfig(geocode-glib-1.0)
BuildRequires: pkgconfig(geocode-glib-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gstreamer-1.0)
@ -64,20 +64,18 @@ for playback. Enjoy Free Internet Radio.
%install
%make_install
%find_lang %{name}
%find_lang gtk-internet-radio-locator
%files
%license COPYING
%doc ChangeLog README
%{_bindir}/gnome-internet-radio-locator
%{_bindir}/gnome-radio
%{_bindir}/org.gnome.Radio
%{_mandir}/man1/gnome-radio.1%{?ext_man}
%{_datadir}/metainfo/gnome-radio.appdata.xml
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_bindir}/gtk-internet-radio-locator
%{_datadir}/icons/hicolor/*/apps/gtk-internet-radio-locator.*
%{_datadir}/appdata/gtk-internet-radio-locator.appdata.xml
%{_datadir}/applications/gtk-internet-radio-locator.desktop
%{_datadir}/gtk-internet-radio-locator/
%{_mandir}/man1/gtk-internet-radio-locator.1%{?ext_man}
%files lang -f %{name}.lang
%files lang -f gtk-internet-radio-locator.lang
%changelog