Compare commits

..

No commits in common. "763346347aeb1c7f2bd7af8c0cbd9641b1e7d4d6" and "1f67f143e7a2baeb4f5d58aa504428f77dbf6c1f" have entirely different histories.

4 changed files with 9 additions and 23 deletions

BIN
0.11.3.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: umockdev
Version: 0.17.9
Release: 1
Version: 0.11.3
Release: 3
Summary: Mock hardware devices
License: LGPLv2+
URL: https://github.com/martinpitt/%{name}
@ -8,7 +8,6 @@ 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.
@ -26,11 +25,12 @@ The umockdev-devel package contains umockdev development library.
%autosetup -n %{name}-%{version} -p1
%build
%meson -Dgtk_doc=true
%meson_build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-static --enable-gtk-doc
%make_build
%install
%meson_install
%make_install
%delete_la
@ -45,10 +45,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
%files
%license COPYING
%doc README.md
%doc README.rst
%{_bindir}/umockdev-*
%{_libdir}/libumockdev.so.*
%{_libdir}/libumockdev-preload.so*
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/UMockdev-1.0.typelib
%files devel
@ -61,14 +60,5 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
%{_datadir}/vala/vapi/umockdev-1.0.vapi
%changelog
* 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
* Tue Jan 07 2019 yangjian<yangjian79@huawei.com> - 0.11.3-3
- Package init

View File

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