Fix FC4 build and source URLs.

This commit is contained in:
Ville Skyttä 2005-03-18 09:13:48 +00:00
parent 235a6cf915
commit a5bafa9981
2 changed files with 19 additions and 3 deletions

11
libassuan-macro.patch Normal file
View File

@ -0,0 +1,11 @@
--- src/assuan-buffer.c~ 2004-12-07 11:29:58.000000000 +0200
+++ src/assuan-buffer.c 2005-03-18 01:07:54.000000000 +0200
@@ -61,7 +61,7 @@
*r_nread = 0;
while (nleft > 0)
{
- ssize_t n = ctx->io->read (ctx, buf, nleft);
+ ssize_t n = (ctx->io->read) (ctx, buf, nleft);
if (n < 0)
{

View File

@ -1,9 +1,10 @@
Summary: GnuPG IPC library
Name: libassuan
Version: 0.6.9
Release: 2%{?dist_tag}
Source0: ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz
Source1: ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz.sig
Release: 3%{?dist_tag}
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz.sig
Patch0: %{name}-macro.patch
URL: http://www.gnupg.org/
License: GPL
Group: System Environment/Libraries
@ -27,6 +28,7 @@ This package contains files needed to develop applications using %{name}.
%prep
%setup -q
%patch0 -p0
%build
@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.9-3
- Fix FC4 build and source URLs.
* Thu Feb 3 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-2
- Build PIC to fix x86_64 linking.