RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/umockdev#04e37df90754674735565fc0e4fbf32f2eff3366
This commit is contained in:
parent
38d98ef480
commit
731459d44b
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/0.14.2.tar.gz
|
||||
/0.14.3.tar.gz
|
||||
/0.14.4.tar.gz
|
||||
/0.15.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (0.14.4.tar.gz) = aa580a58a1dc251ca3eccd01da107d237040e22d091d2f17fc316e7a33d84cacc927f97241ec229bbf820399ffeb4a0511764dbe9fba0ed7da7c0605d7640d18
|
||||
SHA512 (0.15.1.tar.gz) = 479af9eedd4bc3ea4f7b37fb3c09b9e0edf5c3498e0416041133d3d06c287ae9d0ee9c33706b5e03869ee53d0a6be610db590111626609e67a34af4667fe8ed9
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: umockdev
|
||||
Version: 0.14.4
|
||||
Version: 0.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
@ -8,7 +8,7 @@ URL: https://github.com/martinpitt/%{name}
|
||||
Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: meson
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: glib2-devel
|
||||
@ -36,17 +36,12 @@ using %{name}.
|
||||
%autosetup -S git -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-static --enable-gtk-doc
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
#nuke the .la file(s)
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%meson_install
|
||||
|
||||
# Remove rpath
|
||||
chrpath --delete %{buildroot}%{_bindir}/umockdev-record \
|
||||
@ -69,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||
%doc README.rst
|
||||
%{_bindir}/umockdev-*
|
||||
%{_libdir}/libumockdev.so.*
|
||||
%{_libdir}/libumockdev-preload.so.*
|
||||
%{_libdir}/libumockdev-preload.so*
|
||||
%{_libdir}/girepository-1.0/UMockdev-1.0.typelib
|
||||
|
||||
%files devel
|
||||
@ -82,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* Tue Nov 17 2020 Bastien Nocera <bnocera@redhat.com> - 0.15.1-1
|
||||
+ umockdev-0.15.1-1
|
||||
- Update to 0.15.1
|
||||
|
||||
* Fri Oct 23 2020 Bastien Nocera <bnocera@redhat.com> - 0.14.4-1
|
||||
+ umockdev-0.14.4-1
|
||||
- Update to 0.14.4
|
||||
|
Loading…
Reference in New Issue
Block a user