Hello community, here is the log from the commit of package at-spi-sharp for openSUSE:Factory checked in at 2020-03-16 10:18:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at-spi-sharp (Old) and /work/SRC/openSUSE:Factory/.at-spi-sharp.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at-spi-sharp" Mon Mar 16 10:18:15 2020 rev:13 rq:784888 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/at-spi-sharp/at-spi-sharp.changes 2013-04-17 18:22:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.at-spi-sharp.new.3160/at-spi-sharp.changes 2020-03-16 10:18:49.115598973 +0100 @@ -1,0 +2,6 @@ +Sat Mar 14 07:41:52 UTC 2020 - Marguerite Su <[email protected]> + +- update version 1.1.1 +- build with mono instead of dead mono-uia + +------------------------------------------------------------------- Old: ---- at-spi-sharp-1.1.0.tar.bz2 New: ---- at-spi-sharp-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at-spi-sharp.spec ++++++ --- /var/tmp/diff_new_pack.JH9U5R/_old 2020-03-16 10:18:50.083599367 +0100 +++ /var/tmp/diff_new_pack.JH9U5R/_new 2020-03-16 10:18:50.087599369 +0100 @@ -1,7 +1,7 @@ # # spec file for package at-spi-sharp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,32 +12,36 @@ # 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 https://bugs.opensuse.org/ # Name: at-spi-sharp -Version: 1.1.0 +Version: 1.1.1 Release: 0 -Url: http://www.mono-project.com/Accessibility -Source0: %{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: mono-core >= 2.4 -BuildRequires: mono-devel >= 2.4 -BuildRequires: mono-uia >= 2.0 -BuildRequires: ndesk-dbus-glib-devel -BuildRequires: pkg-config -BuildArch: noarch Summary: Mono bindings for AT-SPI License: MIT -Group: System/Libraries +Group: Development/Languages/Other +URL: https://github.com/mono/at-spi-sharp +#Source: https://github.com/mono/at-spi-sharp/archive/%{version}/%{name}-%{version}.tar.gz +# run ./autogen.sh locally to git clone ndesk-dbus +Source: %{name}-%{version}.tar.gz +BuildRequires: glib-sharp2 +BuildRequires: gtk-sharp2 +BuildRequires: libtool +BuildRequires: mono-devel +BuildRequires: ndesk-dbus-glib-devel +BuildRequires: nunit-devel +BuildRequires: pkgconfig +Requires: mono-core +BuildArch: noarch %description C-Sharp/Mono bindings for Assistive Technology Service Provider Interface %package devel Summary: Development package for at-spi-sharp mono bindings -Group: Development/Languages/Mono +Group: Development/Languages/Other Requires: %{name} = %{version} %description devel @@ -45,30 +49,30 @@ %prep %setup -q +#NOCONFIGURE=1 ./autogen.sh %build %configure --disable-tests --libdir=%{_prefix}/lib -make %{?_smp_flags} +%make_build %install -%makeinstall +%make_install # -- move pkgconfig files to /usr/share mkdir %{buildroot}%{_datadir}/pkgconfig -p pushd %{buildroot}%{_prefix}/lib/pkgconfig for i in `ls | grep \.pc`; do - %{__install} -D -m 0644 $i %{buildroot}%{_datadir}/pkgconfig/$i - %{__rm} $i + install -D -m 0644 $i %{buildroot}%{_datadir}/pkgconfig/$i + rm $i done popd %files -%defattr(-,root,root) +%dir %{_prefix}/lib/mono/accessibility %dir %{_prefix}/lib/mono/gac/at-spi-sharp/ %{_prefix}/lib/mono/accessibility/at-spi-sharp.dll %{_prefix}/lib/mono/gac/at-spi-sharp/* %files devel -%defattr(-,root,root) %{_datadir}/pkgconfig/at-spi-sharp.pc %changelog
