From 2e5d873ab2b0f0a1c033f253ce275199370b6349 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Aug 2020 11:39:38 +0800 Subject: [PATCH] package init --- xdg-dbus-proxy.spec | 33 +++++++++++++-------------------- xdg-dbus-proxy.yaml | 2 +- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/xdg-dbus-proxy.spec b/xdg-dbus-proxy.spec index fca9ab5..df42e73 100644 --- a/xdg-dbus-proxy.spec +++ b/xdg-dbus-proxy.spec @@ -1,23 +1,20 @@ -Name: xdg-dbus-proxy -Version: 0.1.2 -Release: 1 -Summary: Filtering proxy for D-Bus connections -License: LGPLv2+ -URL: https://github.com/flatpak/xdg-dbus-proxy/ -Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz - -BuildRequires: docbook-style-xsl gcc glib2-devel libxslt -Requires: dbus - +Name: xdg-dbus-proxy +Version: 0.1.2 +Release: 1 +Summary: Filtering proxy for D-Bus connections +License: LGPLv2+ +URL: https://github.com/flatpak/xdg-dbus-proxy/ +Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz +BuildRequires: docbook-style-xsl gcc pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) /usr/bin/xsltproc +Requires: dbus %description xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. -%package_help - %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -p1 %build %configure @@ -27,14 +24,10 @@ to facilitate using it in other contexts. %make_install %files -%defattr(-,root,root) %license COPYING %{_bindir}/xdg-dbus-proxy - -%files help -%defattr(-,root,root) %{_mandir}/man1/xdg-dbus-proxy.1* %changelog -* Thu Jul 23 2020 songnannan - 0.1.2-1 -- package init +* Mon Aug 3 2020 shaoqiang kang - 0.1.2-1 +- Package init diff --git a/xdg-dbus-proxy.yaml b/xdg-dbus-proxy.yaml index 6fcc024..b361038 100644 --- a/xdg-dbus-proxy.yaml +++ b/xdg-dbus-proxy.yaml @@ -1,4 +1,4 @@ -git_url: https://github.com/flatpak/xdg-dbus-proxy +git_url: https://github.com/flatpak/xdg-dbus-proxy version_control: github src_repo: flatpak/xdg-dbus-proxy tag_prefix: "^" -- Gitee