Update to upstream release 1.0.rc0
- Update to upstream release 1.0.rc0 - Take a tarball built using make dist now. - Update the comments in the spec regarding how the tarball has been generated. - Do not run autoreconf -i anymore, during the build. Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
parent
07512344ba
commit
3b0349572a
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/libabigail-1.0-git-f0d319a.tar.gz
|
/libabigail-1.0-git-f0d319a.tar.gz
|
||||||
/libabigail-1.0-git-a89b0d0.tar.gz
|
/libabigail-1.0-git-a89b0d0.tar.gz
|
||||||
/libabigail-1.0-git-164d17e.tar.gz
|
/libabigail-1.0-git-164d17e.tar.gz
|
||||||
|
/libabigail-1.0.rc0.tar.gz
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
%global date 20150909
|
%global date 20151116
|
||||||
%global git_revision 164d17e
|
%global tarball_revision rc0
|
||||||
%global checkout %{date}git%{git_revision}
|
%global git_revision d8bcceb
|
||||||
%global tarball_name %{name}-%{version}-git-%{git_revision}
|
%global checkout %{tarball_revision}.%{date}git%{git_revision}
|
||||||
|
%global tarball_name %{name}-%{version}.%{tarball_revision}
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 0.6.%{checkout}%{?dist}
|
Release: 0.7.%{checkout}%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -14,7 +15,9 @@ URL: https://sourceware.org/libabigail/
|
|||||||
# libabigail from its Git repository by doing:
|
# libabigail from its Git repository by doing:
|
||||||
# git clone git://sourceware.org/git/libabigail.git
|
# git clone git://sourceware.org/git/libabigail.git
|
||||||
# pushd libabigail
|
# pushd libabigail
|
||||||
# git archive --prefix %%{tarball_name}/ -o %%{tarball_name}.tar.gz %%{git_revision}
|
# autoreconf -i
|
||||||
|
# configure
|
||||||
|
# make dist
|
||||||
Source0: %{tarball_name}.tar.gz
|
Source0: %{tarball_name}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -66,7 +69,6 @@ format.
|
|||||||
%setup -n %{tarball_name}
|
%setup -n %{tarball_name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
|
||||||
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
pushd doc
|
pushd doc
|
||||||
@ -131,6 +133,12 @@ fi
|
|||||||
%{_infodir}/abigail.info*
|
%{_infodir}/abigail.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.7.rc0.20151116gitd8bcceb
|
||||||
|
- Update to upstream release 1.0.rc0
|
||||||
|
- Take a tarball built using make dist now.
|
||||||
|
- Update the comments in the spec regarding how the tarball has been generated.
|
||||||
|
- Do not run autoreconf -i anymore, during the build.
|
||||||
|
|
||||||
* Wed Sep 9 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.6.20150909git164d17e
|
* Wed Sep 9 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.6.20150909git164d17e
|
||||||
- Update to upstream git commit hash 164d17e
|
- Update to upstream git commit hash 164d17e
|
||||||
Bug 18791 - libabigail fails to read the output of abidw
|
Bug 18791 - libabigail fails to read the output of abidw
|
||||||
|
Loading…
Reference in New Issue
Block a user