Accepting request 626522 from home:jengelh:branches:multimedia:apps
- Avoid repeating name in summary (rpmlint). OBS-URL: https://build.opensuse.org/request/show/626522 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=3
This commit is contained in:
parent
46a624cfed
commit
06ebd30794
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 18:15:58 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Avoid repeating name in summary (rpmlint).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 13:48:36 UTC 2018 - hillwood@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
#
|
||||
# spec file for package shairport-sync
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,6 +12,10 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -21,8 +25,9 @@
|
||||
Name: shairport-sync
|
||||
Version: 3.1.99.10
|
||||
Release: 0
|
||||
Summary: Shairport Sync is an AirPlay audio player
|
||||
License: GPL-3.0
|
||||
Summary: An AirPlay audio player
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
URL: https://github.com/mikebrady/shairport-sync
|
||||
Source0: https://github.com/mikebrady/shairport-sync/archive/%{_version}%{rcversion}/%{name}-%{_version}%{rcversion}.tar.gz
|
||||
Source1: airplay-server.xml
|
||||
@ -30,21 +35,20 @@ Source2: README.SUSE
|
||||
# PATCH-FIX-OPENSUSE drop-user-config.patch hillwood@opensuse.org -- Move configuring user account to rpm spec.
|
||||
# Move configuring user account to rpm spec.
|
||||
Patch0: drop-user-config.patch
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(libdaemon)
|
||||
BuildRequires: pkgconfig(libconfig)
|
||||
BuildRequires: pkgconfig(popt)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(soxr)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRequires: pkgconfig(avahi-client)
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: systemd
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: firewall-macros
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: systemd
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(avahi-client)
|
||||
BuildRequires: pkgconfig(libconfig)
|
||||
BuildRequires: pkgconfig(libdaemon)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(popt)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRequires: pkgconfig(soxr)
|
||||
Requires(pre): shadow
|
||||
Requires: firewalld
|
||||
%{?systemd_requires}
|
||||
|
Loading…
Reference in New Issue
Block a user