# Generated by go2rpm # Needs a functional D-Bus install %bcond_with check # https://github.com/godbus/dbus %global goipath github.com/godbus/dbus Version: 5.0.1 %gometa %global common_description %{expand: Dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.} %global golicenses LICENSE %global godocs _examples CONTRIBUTING.md README.markdown %global gosupfiles glide.lock glide.yaml Name: %{goname} Release: 1%{?dist} Summary: Native Go bindings for D-Bus # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} Source1: glide.yaml Source2: glide.lock %description %{common_description} %gopkg %prep %goprep cp %{S:1} %{S:2} . %install %gopkginstall # Remove in F33 # Remove erroneous glide.lock folder %pretrans devel -p path = "%{gopath}/src/%{goipath}/glide.lock" st = posix.stat(path) if st and st.type == "directory" then os.remove(path) end %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Apr 26 16:58:38 CEST 2019 Robert-André Mauchin - 5.0.1-1 - Release 5.0.1 * Fri Feb 01 2019 Fedora Release Engineering - 3-0.15.git3725288 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 3-0.14.git3725288 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 3-0.13.git3725288 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 09 2018 Jan Chaloupka - 3-0.12.git3725288 - Upload glide files * Wed Feb 28 2018 Jan Chaloupka - 3-0.11.20170620git3725288 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 3-0.10.git3725288 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 3-0.9.git3725288 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 3-0.8.git3725288 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 21 2017 Jan Chaloupka - 3-0.7.git3725288 - Bump to upstream 37252881b3a87eaa2eb04b0ff2211f54f45199ab resolves: #1463511 * Fri Feb 10 2017 Fedora Release Engineering - 3-0.6.gitc7fdd8b - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 16 2016 Jan Chaloupka - 3-0.5.gitc7fdd8b - Polish the spec file related: #1249043 * Thu Jul 21 2016 Fedora Release Engineering - 3-0.4.gitc7fdd8b - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 3-0.3.gitc7fdd8b - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 3-0.2.gitc7fdd8b - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 26 2015 jchaloup - 3-0.1.gitc7fdd8b - Bump to upstream c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f related: #1249043 * Sat Sep 19 2015 jchaloup - 2-0.5.git88765d8 - Bump to upstream 88765d85c0fdadcd98a54e30694fa4e4f5b51133 related: #1249043 * Sat Sep 12 2015 jchaloup - 2-0.4.git939230d - Update to spec-2.1 related: #1249043 * Fri Jul 31 2015 jchaloup - 2-0.3.git939230d - Update spec file to spec-2.0 resolves: #1249043 * Wed Jun 17 2015 Fedora Release Engineering - 2-0.2.git939230d - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Mar 31 2015 jchaloup - 2-0.1.git939230d - Bump to upstream 939230d2086a4f1870e04c52e0a376c25bae0ec4 - Spec file polishing related: #1082734 * Sat Jun 07 2014 Fedora Release Engineering - 0-0.2.gitcb98efb - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Mar 31 2014 Lokesh Mandvekar 0-0.1.git - Initial fedora package