Compare commits
18 Commits
0.16.1-1ma
...
0.19.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
83b22349bb | |||
98f7c27910 | |||
2ffcc70e9f | |||
e503664b43 | |||
9470e5bad8 | |||
d1381562e1 | |||
fa7155e378 | |||
6f31f8a037 | |||
148f2725a1 | |||
c34b8774b2 | |||
1944cfc39a | |||
a3a50e6457 | |||
297378fc73 | |||
b2127f37c9 | |||
fd7a6d9639 | |||
e0fd8d510b | |||
a0da2cf94d | |||
047e780e3b |
@ -1,5 +1,5 @@
|
|||||||
Name: umockdev
|
Name: umockdev
|
||||||
Version: 0.16.1
|
Version: 0.19.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Mock hardware devices for creating unit tests and bug reporting
|
Summary: Mock hardware devices for creating unit tests and bug reporting
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -13,6 +13,7 @@ License: LGPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -37,10 +38,10 @@ Requires: pkg-config
|
|||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
echo %{version} > .version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -56,8 +57,6 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -86,6 +85,60 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 03 2025 Automatic Build System <autodist@openmamba.org> 0.19.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Dec 29 2024 Automatic Build System <autodist@openmamba.org> 0.19.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 0.18.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jul 29 2024 Automatic Build System <autodist@openmamba.org> 0.18.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 0.17.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 0.17.12-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed May 11 2022 Automatic Build System <autodist@mambasoft.it> 0.17.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 12 2022 Automatic Build System <autodist@mambasoft.it> 0.17.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 24 2022 Automatic Build System <autodist@mambasoft.it> 0.17.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 0.17.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jan 23 2022 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 0.17.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 0.17.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 0.17.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 15 2021 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Dec 12 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 15 2021 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 26 2021 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jul 14 2021 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
* Wed Jul 14 2021 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user