bolt 0.2
This commit is contained in:
parent
121f3d67bf
commit
92e763ddf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/bolt-0.1.tar.gz
|
||||
/bolt-0.2.tar.gz
|
||||
|
14
bolt.spec
14
bolt.spec
@ -1,11 +1,10 @@
|
||||
Name: bolt
|
||||
Version: 0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/gicmo/bolt
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/gicmo/bolt/master/COPYING
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: meson
|
||||
@ -14,6 +13,9 @@ BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: pygobject3-devel
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-dbusmock
|
||||
BuildRequires: umockdev-devel
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
@ -32,7 +34,6 @@ mentioned tasks.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{SOURCE1} ./
|
||||
|
||||
%build
|
||||
%meson -Ddb-path=%{_localstatedir}/lib/boltd
|
||||
@ -68,9 +69,14 @@ install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.bolt.service
|
||||
%{_mandir}/man1/boltctl.1*
|
||||
%{_mandir}/man8/boltd.8*
|
||||
%dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%changelog
|
||||
* Tue Mar 6 2018 Christian Kellner <ckellner@redhat.com> - 0.2-1
|
||||
- bolt 0.2 upstream release
|
||||
- Update BuildRequires dependencies.
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bolt-0.1.tar.gz) = 61cf815aeb759ff10864d5de82c250e23b2a6199becd4251b9db22b5a970352356927983518b6265d4e4f83133ae9f56549e99e689d3112c97be8cc201a2254d
|
||||
SHA512 (bolt-0.2.tar.gz) = 99bbdcadc114bfe781e40c0918c02e37d77cee0b8c4d145eefd78bd7b6eb8eb29c1635341fc8da05c03d09b2d7d44b98bf490374c31b35696b8e578699d57c11
|
||||
|
Loading…
Reference in New Issue
Block a user