Compare commits
11 Commits
0.11.1-1ma
...
0.15.3-1ma
Author | SHA1 | Date | |
---|---|---|---|
fcfe7ddf1d | |||
bc55eb6b17 | |||
3507920654 | |||
dbaa7ab534 | |||
2deb8b5ada | |||
a04d763133 | |||
d121704c2b | |||
ec713122f0 | |||
6331e381a0 | |||
6b464e26a8 | |||
b151364776 |
@ -1,5 +1,5 @@
|
||||
Name: umockdev
|
||||
Version: 0.11.1
|
||||
Version: 0.15.3
|
||||
Release: 1mamba
|
||||
Summary: Mock hardware devices for creating unit tests and bug reporting
|
||||
Group: System/Kernel and Hardware
|
||||
@ -55,15 +55,13 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure \
|
||||
--disable-static
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
rm -f %{buildroot}%{_libdir}/libumockdev.la
|
||||
|
||||
@ -91,14 +89,48 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la
|
||||
%dir %{_includedir}/umockdev-1.0
|
||||
%{_includedir}/umockdev-1.0/*
|
||||
%{_libdir}/libumockdev.so
|
||||
%{_libdir}/libumockdev-preload.so
|
||||
%{_libdir}/pkgconfig/umockdev-1.0.pc
|
||||
%dir %{_datadir}/doc/umockdev
|
||||
%{_datadir}/doc/umockdev/*
|
||||
#%dir %{_datadir}/doc/umockdev
|
||||
#%{_datadir}/doc/umockdev/*
|
||||
%{_datadir}/gir-1.0/UMockdev-1.0.gir
|
||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
%doc NEWS README.rst
|
||||
|
||||
%changelog
|
||||
* Sun Dec 27 2020 Automatic Build System <autodist@mambasoft.it> 0.15.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 25 2020 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 19 2020 Automatic Build System <autodist@mambasoft.it> 0.15.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 25 2020 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 23 2020 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 25 2018 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 30 2018 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 09 2018 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 23 2018 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user