- libgpg-error-1.9
This commit is contained in:
parent
c314a3869f
commit
d0419f4638
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,7 +1,2 @@
|
||||
libgpg-error-1.4.tar.bz2
|
||||
libgpg-error-1.5.tar.bz2
|
||||
libgpg-error-1.5.tar.bz2.sig
|
||||
libgpg-error-1.6.tar.bz2
|
||||
libgpg-error-1.6.tar.bz2.sig
|
||||
libgpg-error-1.7.tar.bz2
|
||||
libgpg-error-1.7.tar.bz2.sig
|
||||
libgpg-error-1.9.tar.bz2
|
||||
libgpg-error-1.9.tar.bz2.sig
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Library for error values used by GnuPG components
|
||||
Name: libgpg-error
|
||||
Version: 1.7
|
||||
Release: 3%{?dist}
|
||||
Version: 1.9
|
||||
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
|
||||
@ -20,7 +20,7 @@ pinentry, SmartCard Daemon and possibly more in the future.
|
||||
%package devel
|
||||
Summary: Development files for the %{name} package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This is a library that defines common error values for all GnuPG
|
||||
@ -40,11 +40,7 @@ iconv -f UTF-8 -t UTF-8 ChangeLog > /dev/null || \
|
||||
touch -r ChangeLog.iso-8859-15 ChangeLog )
|
||||
# We need a version of libtool that won't decide to add an rpath of /usr/lib64
|
||||
# even when we ask it not to.
|
||||
libtoolize -f -c
|
||||
aclocal
|
||||
automake
|
||||
autoheader
|
||||
autoconf
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-rpath --disable-languages
|
||||
@ -98,7 +94,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB AUTHORS README NEWS ChangeLog
|
||||
%{_bindir}/gpg-error
|
||||
/%{_lib}/libgpg-error.so.*
|
||||
/%{_lib}/libgpg-error.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -108,6 +104,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/gpg-error.m4
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2010 Rex Dieter <rdieter@fedoraproject.org> 1.9-1
|
||||
- libgpg-error-1.9
|
||||
|
||||
* Thu Feb 25 2010 Nalin Dahyabhai <nalin@redhat.com> - 1.7-3
|
||||
- turn off common lisp bindings the right way
|
||||
- drop finger output
|
||||
|
Loading…
Reference in New Issue
Block a user