Blame xdg-dbus-proxy.spec

2963287
Name:           xdg-dbus-proxy
9b43876
Version:        0.1.1
0853946
Release:        2%{?dist}
2963287
Summary:        Filtering proxy for D-Bus connections
2963287
2963287
License:        LGPLv2+
2963287
URL:            https://github.com/flatpak/xdg-dbus-proxy/
2963287
Source0:        https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
2963287
6cb6025
BuildRequires:  docbook-style-xsl
2963287
BuildRequires:  gcc
2963287
BuildRequires:  pkgconfig(gio-2.0)
2963287
BuildRequires:  pkgconfig(gio-unix-2.0)
6cb6025
BuildRequires:  pkgconfig(glib-2.0)
6cb6025
BuildRequires:  /usr/bin/xsltproc
2963287
2963287
Requires:       dbus
2963287
2963287
%description
2963287
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
2963287
part of the flatpak project, but it has been broken out as a standalone module
2963287
to facilitate using it in other contexts.
2963287
2963287
%prep
2963287
%autosetup -p1
2963287
2963287
%build
2963287
%configure
2963287
%make_build
2963287
2963287
%install
2963287
%make_install
2963287
2963287
%files
0716532
%license COPYING
2963287
%{_bindir}/xdg-dbus-proxy
6cb6025
%{_mandir}/man1/xdg-dbus-proxy.1*
2963287
2963287
%changelog
0853946
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
0853946
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0853946
9b43876
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 0.1.1-1
9b43876
- Update to 0.1.1
6cb6025
- Build man pages
0716532
- Include COPYING file as license
9b43876
2963287
* Fri Nov 23 2018 Kalev Lember <klember@redhat.com> - 0.1.0-1
2963287
- Initial Fedora packaging