xdg-dbus-proxy-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Name: xdg-dbus-proxy
  2. Version: 0.1.2
  3. Release: 1%{?_dist_release}
  4. Summary: Filtering proxy for D-Bus connections
  5. Vendor: Project Vine
  6. Distribution: Vine Linux
  7. License: LGPLv2+
  8. URL: https://github.com/flatpak/xdg-dbus-proxy/
  9. Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
  10. BuildRequires: docbook-style-xsl
  11. BuildRequires: gcc
  12. BuildRequires: pkgconfig(gio-2.0)
  13. BuildRequires: pkgconfig(gio-unix-2.0)
  14. BuildRequires: pkgconfig(glib-2.0)
  15. BuildRequires: /usr/bin/xsltproc
  16. Requires: dbus
  17. %description
  18. xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
  19. part of the flatpak project, but it has been broken out as a standalone module
  20. to facilitate using it in other contexts.
  21. %prep
  22. %autosetup -p1
  23. %build
  24. %configure
  25. %make_build
  26. %install
  27. %make_install
  28. %files
  29. %license COPYING
  30. %{_bindir}/xdg-dbus-proxy
  31. %{_mandir}/man1/xdg-dbus-proxy.1*
  32. %changelog
  33. * Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.1.2-1
  34. - initial build for Vine Linux.
  35. - new upstream release.
  36. * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
  37. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  38. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
  39. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  40. * Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 0.1.1-1
  41. - Update to 0.1.1
  42. - Build man pages
  43. - Include COPYING file as license
  44. * Fri Nov 23 2018 Kalev Lember <klember@redhat.com> - 0.1.0-1
  45. - Initial Fedora packaging