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