Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
763346347a
!8 【轻量级PR】修正changelog中的错误日期
From: @konglidong 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-08-04 09:15:45 +00:00
openeuler-ci-bot
b05341c0e7
!9 [sync] PR-6: update to 0.17.9
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-08-04 09:14:42 +00:00
caodongxia
8772c25cf8 update to 0.17.9
(cherry picked from commit bfa0e03bc423f815d9c27b972b8ba11c4f46c0c3)
2022-07-11 16:59:39 +08:00
konglidong
f05acef5a9 modify bad date in changelog 2022-06-16 10:34:46 +08:00
openeuler-ci-bot
db5b84fec4 !5 解决umockdev软件包在mainline的编译失败问题
From: @tushenmei
Reviewed-by: @small_leek,@licihua
Signed-off-by: @small_leek,@licihua
2021-08-05 02:12:07 +00:00
tushenmei
681c0182c3 bugfix of gcc 10 2021-08-04 12:00:07 +08:00
openeuler-ci-bot
d549475dca !4 fix build error
From: @jackie_wu123
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
2021-06-26 08:27:15 +00:00
jackie_wu
f11d9720c4 fix build error 2021-06-26 14:51:07 +08:00
openeuler-ci-bot
59ffb4b0ac !3 add yaml file
Merge pull request !3 from sigui/master
2020-05-18 19:03:35 +08:00
si-gui
bc5e9f66da add yaml file 2020-05-12 18:07:57 +08:00
4 changed files with 23 additions and 9 deletions

Binary file not shown.

BIN
0.17.9.tar.gz Normal file

Binary file not shown.

View File

@ -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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: martinpitt/umockdev
tag_prefix: ^v
seperator: .