Compare commits
10 Commits
1f67f143e7
...
763346347a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
763346347a | ||
|
|
b05341c0e7 | ||
|
|
8772c25cf8 | ||
|
|
f05acef5a9 | ||
|
|
db5b84fec4 | ||
|
|
681c0182c3 | ||
|
|
d549475dca | ||
|
|
f11d9720c4 | ||
|
|
59ffb4b0ac | ||
|
|
bc5e9f66da |
BIN
0.11.3.tar.gz
BIN
0.11.3.tar.gz
Binary file not shown.
BIN
0.17.9.tar.gz
Normal file
BIN
0.17.9.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: umockdev
|
||||
Version: 0.11.3
|
||||
Release: 3
|
||||
Version: 0.17.9
|
||||
Release: 1
|
||||
Summary: Mock hardware devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/martinpitt/%{name}
|
||||
@ -8,6 +8,7 @@ Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.g
|
||||
|
||||
BuildRequires: autoconf automake libtool gtk-doc gobject-introspection-devel glib2-devel
|
||||
BuildRequires: libgudev1-devel systemd-devel vala chrpath python3 gphoto2
|
||||
BuildRequires: meson libpcap-devel
|
||||
|
||||
%description
|
||||
umockdev mocks Linux devices for creating integration tests for hardware related libraries and programs.
|
||||
@ -25,12 +26,11 @@ The umockdev-devel package contains umockdev development library.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-static --enable-gtk-doc
|
||||
%make_build
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%delete_la
|
||||
|
||||
@ -45,9 +45,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{_bindir}/umockdev-*
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libumockdev.so.*
|
||||
%{_libdir}/libumockdev-preload.so*
|
||||
%{_libdir}/girepository-1.0/UMockdev-1.0.typelib
|
||||
|
||||
%files devel
|
||||
@ -60,5 +61,14 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* Tue Jan 07 2019 yangjian<yangjian79@huawei.com> - 0.11.3-3
|
||||
* Mon Apr 25 2022 caodongxia <caodongxia@h-partners.com> - 0.17.9-1
|
||||
- update to 0.17.9
|
||||
|
||||
* Wed Aug 4 2021 wutao <tushenmei@huawei.com> - 0.11.3-5
|
||||
- bugfix-of-gcc10.patch
|
||||
|
||||
* Sat Jun 26 2021 wutao <wutao61@huawei.com> - 0.11.3-4
|
||||
- fix build error due to glibc update
|
||||
|
||||
* Mon Jan 07 2019 yangjian<yangjian79@huawei.com> - 0.11.3-3
|
||||
- Package init
|
||||
|
||||
4
umockdev.yaml
Normal file
4
umockdev.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: martinpitt/umockdev
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user