Accepting request 589153 from X11:Unity
OBS-URL: https://build.opensuse.org/request/show/589153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ido?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 12:43:56 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
- Change the source package RPM group to System/GUI/Other.
|
||||
- Correct the licence: GPL-3.0-only AND LGPL-3.0-only AND
|
||||
LGPL-2.1-only.
|
||||
- Fix the devel package description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 19:14:43 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ido
|
||||
#
|
||||
# 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
|
||||
@@ -25,8 +25,8 @@ Name: ido
|
||||
Version: 13.10.0+bzr20161028
|
||||
Release: 0
|
||||
Summary: Indicator Display Objects
|
||||
License: LGPL-3.0
|
||||
Group: System/Libraries
|
||||
License: GPL-3.0-only AND LGPL-3.0-only AND LGPL-2.1-only
|
||||
Group: System/GUI/Other
|
||||
Url: https://launchpad.net/ido
|
||||
Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz
|
||||
Source1: baselibs.conf
|
||||
@@ -36,7 +36,8 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.16
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.14.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.37.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.37.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(xorg-macros)
|
||||
@@ -65,11 +66,12 @@ system indicators.
|
||||
This package provides the GObject Introspection bindings for Ido.
|
||||
|
||||
%package devel
|
||||
Summary: Shared library providing extra GTK+ menu items in system indicators
|
||||
Summary: Development files for Indicator Display Objects
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{typelib} = %{version}
|
||||
Requires: pkgconfig(glib-2.0) >= 2.14.0
|
||||
Requires: pkgconfig(gio-2.0) >= 2.37.0
|
||||
Requires: pkgconfig(glib-2.0) >= 2.37.0
|
||||
Requires: pkgconfig(gobject-introspection-1.0)
|
||||
Requires: pkgconfig(gtk+-3.0) >= 3.8.2
|
||||
|
||||
@@ -77,7 +79,7 @@ Requires: pkgconfig(gtk+-3.0) >= 3.8.2
|
||||
Shared library providing extra GTK+ menu items for display in
|
||||
system indicators.
|
||||
|
||||
This package contains shared libraries.
|
||||
This package contains the development files for Ido.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
@@ -98,16 +100,18 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS NEWS COPYING
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%license COPYING*
|
||||
%else
|
||||
%doc COPYING*
|
||||
%endif
|
||||
%doc AUTHORS NEWS
|
||||
%{_libdir}/%{soname}.so.%{sover}*
|
||||
|
||||
%files -n %{typelib}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/Ido3-0.1.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{soname}/
|
||||
%{_libdir}/%{soname}.so
|
||||
%{_libdir}/pkgconfig/%{soname}.pc
|
||||
|
||||
Reference in New Issue
Block a user