new upstream release
This commit is contained in:
parent
64df5dfa8c
commit
22336db904
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ libgpg-error-1.9.tar.bz2
|
||||
libgpg-error-1.9.tar.bz2.sig
|
||||
/libgpg-error-1.10.tar.bz2
|
||||
/libgpg-error-1.10.tar.bz2.sig
|
||||
/libgpg-error-1.11.tar.bz2
|
||||
/libgpg-error-1.11.tar.bz2.sig
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Library for error values used by GnuPG components
|
||||
Name: libgpg-error
|
||||
Version: 1.10
|
||||
Release: 4%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
|
||||
@ -36,12 +36,8 @@ contains files necessary to develop applications using libgpg-error.
|
||||
%setup -q
|
||||
# The config script already suppresses the -L if it's /usr/lib, so cheat and
|
||||
# set it to a value which we know will be suppressed.
|
||||
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpg-error-config.in
|
||||
# Recode the changelog into UTF-8 to meet packaging guidelines.
|
||||
iconv -f UTF-8 -t UTF-8 ChangeLog > /dev/null || \
|
||||
( mv ChangeLog ChangeLog.iso-8859-15 && \
|
||||
iconv -f ISO-8859-15 -t UTF-8 ChangeLog.iso-8859-15 > ChangeLog &&
|
||||
touch -r ChangeLog.iso-8859-15 ChangeLog )
|
||||
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g;s|@GPG_ERROR_CONFIG_HOST@|none|g' src/gpg-error-config.in
|
||||
|
||||
# We need a version of libtool that won't decide to add an rpath of /usr/lib64
|
||||
# even when we ask it not to.
|
||||
autoreconf -f -i
|
||||
@ -108,6 +104,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/gpg-error.m4
|
||||
|
||||
%changelog
|
||||
* Fri Apr 5 2013 Tomáš Mráz <tmraz@redhat.com> 1.11-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user