Update to 1.6.0 release
This commit is contained in:
parent
17be9ce97c
commit
30c45e7376
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libmbim-1.5.0.20130815git.tar.xz
|
||||
/libmbim-1.6.0.tar.xz
|
||||
|
23
libmbim.spec
23
libmbim.spec
@ -1,23 +1,18 @@
|
||||
%global snapshot .20130815git
|
||||
%global realversion 1.5.0
|
||||
|
||||
%global realversion 1.6.0
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: libmbim
|
||||
Summary: Support library for the Mobile Broadband Interface Model protocol
|
||||
Version: %{?realversion}
|
||||
Release: 1%{snapshot}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/libmbim
|
||||
URL: http://freedesktop.org/software/libmbim
|
||||
|
||||
# If snapshot is defined, source will be a snapshot of git from the
|
||||
# master branch on the given date. To re-generate the tarball:
|
||||
# git://anongit.freedesktop.org/libmbim/libmbim
|
||||
# cd libmbim
|
||||
# git reset --hard <commit from snapshot date>
|
||||
# ./autogen.sh
|
||||
# make distcheck
|
||||
#
|
||||
Source: %{name}-%{realversion}%{snapshot}.tar.xz
|
||||
# Source from http://freedesktop.org/software/libmbim/
|
||||
#
|
||||
Source: %{name}-%{realversion}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -75,6 +70,7 @@ make check
|
||||
%files
|
||||
%doc COPYING NEWS AUTHORS README
|
||||
%{_libdir}/libmbim-glib.so.*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libmbim-glib/
|
||||
@ -88,6 +84,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 1 2014 poma <poma@gmail.com> - 1.6.0-1
|
||||
- Update to 1.6.0 release
|
||||
|
||||
* Thu Aug 15 2013 Dan Williams <dcbw@redhat.com> - 1.5.0-1.20130815git
|
||||
- Initial Fedora release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user