Update to 1.18.2 release
This commit is contained in:
parent
e4976d4dc8
commit
5a5943e967
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/libmbim-1.14.2.tar.xz
|
||||
/libmbim-1.16.0.tar.xz
|
||||
/libmbim-1.18.0.tar.xz
|
||||
/libmbim-1.18.2.tar.xz
|
||||
|
13
libmbim.spec
13
libmbim.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Name: libmbim
|
||||
Summary: Support library for the Mobile Broadband Interface Model protocol
|
||||
Version: 1.18.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.18.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://freedesktop.org/software/libmbim
|
||||
Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
|
||||
@ -49,8 +49,7 @@ functionality from the command line.
|
||||
V=1 make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT
|
||||
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
make install INSTALL="install -p" DESTDIR=%{buildroot}
|
||||
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac
|
||||
|
||||
|
||||
@ -63,7 +62,8 @@ make check
|
||||
|
||||
%files
|
||||
%doc COPYING NEWS AUTHORS README
|
||||
%{_libdir}/libmbim-glib.so.*
|
||||
%{_libdir}/libmbim-glib.so.4*
|
||||
%exclude %{_libdir}/libmbim-glib.la
|
||||
%{_datadir}/bash-completion
|
||||
|
||||
|
||||
@ -82,6 +82,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 06 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.18.2-1
|
||||
- Update to 1.18.2 release
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libmbim-1.18.0.tar.xz) = 510af324563a6a4f9a9d656d6724398cf5c5ba07424962d5407dd05867ef36da40e1ee6c8be8040c6a67e764bc059d24282db45ce3d47075fcf4d7416245b28d
|
||||
SHA512 (libmbim-1.18.2.tar.xz) = 2da289f60d2fb9678f969b591f8addc724bef8c2780011e62567a9ade2ebc71bc4dd76e54f93335aa475e65c733e3628d9f2f96f81f8797ec809042c046eb828
|
||||
|
Loading…
Reference in New Issue
Block a user