Alexei Sorokin 2018-03-19 12:37:53 +00:00 committed by Git OBS Bridge
commit c48163d670
5 changed files with 149 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

3
ayatana-ido-0.4.2.tar.gz Normal file
View File

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

4
ayatana-ido.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Mar 12 12:43:56 UTC 2018 - sor.alexei@meowr.ru
- Initial package.

118
ayatana-ido.spec Normal file
View File

@ -0,0 +1,118 @@
#
# spec file for package ayatana-ido
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
%define lname libayatana-ido3-0_4-0
%define soname libayatana-ido3-0.4
%define sover 0
%define typelib typelib-1_0-AyatanaIdo3-0_4
Name: ayatana-ido
Version: 0.4.2
Release: 0
Summary: Ayatana Indicator Display Objects
License: LGPL-3.0-only
Group: System/Libraries
URL: https://github.com/AyatanaIndicators/ayatana-ido
Source: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: gtk-doc
BuildRequires: mate-common
BuildRequires: pkgconfig
BuildRequires: vala >= 0.16
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)
%description
Widgets and other objects used for indicators.
%package -n %{lname}
Summary: Shared library providing extra GTK+ menu items in system indicators
Group: System/Libraries
%description -n %{lname}
Shared library providing extra GTK+ menu items for display in
system indicators.
This package contains shared libraries.
%package -n %{typelib}
Summary: Ayatana Indicator Display Objects typelib
Group: System/Libraries
%description -n %{typelib}
Shared library providing extra GTK+ menu items for display in
system indicators.
This package provides the GObject Introspection bindings for
Ayatana Ido.
%package devel
Summary: Shared library providing extra GTK+ menu items in system indicators
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
Requires: %{typelib} = %{version}
Requires: pkgconfig(glib-2.0) >= 2.14.0
Requires: pkgconfig(gobject-introspection-1.0)
Requires: pkgconfig(gtk+-3.0) >= 3.8.2
%description devel
Shared library providing extra GTK+ menu items for display in
system indicators.
This package contains shared libraries.
%prep
%setup -q
%build
NOCONFIGURE=1 mate-autogen
%configure
make %{?_smp_mflags} V=1
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files -n %{lname}
%if 0%{?suse_version} >= 1500
%license COPYING*
%else
%doc COPYING*
%endif
%doc AUTHORS* ChangeLog
%{_libdir}/%{soname}.so.%{sover}*
%files -n %{typelib}
%{_libdir}/girepository-1.0/AyatanaIdo3-0.4.typelib
%files devel
%{_includedir}/%{soname}/
%{_libdir}/%{soname}.so
%{_libdir}/pkgconfig/%{soname}.pc
%{_datadir}/gir-1.0/AyatanaIdo3-0.4.gir
%dir %{_datadir}/vala/vapi/
%{_datadir}/vala/vapi/AyatanaIdo3-0.4.vapi
%changelog

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libayatana-ido3-0_4-0