Help... GPGME won't compile
Robert Schiele
robert.schiele@t-online.de
Sat Aug 30 12:31:01 2003
--Lb0e7rgc7IsuDeGj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Sat, Aug 30, 2003 at 12:00:50PM +0200, Robert Schiele wrote:
> On Fri, Aug 29, 2003 at 09:06:46PM -0400, John Aldrich wrote:
> > FWIW, I'm using stock RH9.0, with all the updates.
>=20
> Ok, I have investigated this distribution release and I think there is an
> exception handling missing in /usr/lib/rpm/check-files.
>=20
> I think applying the following patch to your system by doing
>=20
> # cd /
> # patch -p0 < redhat9-check-files.patch
>=20
> should fix the problem.
Well, after rethinking this, I have come to the conclusion that it is most
likely cleaner to fix the package than to add an exception to rpm:
This one should fix the problem for CVS HEAD. Anyone with RedHat 9 to test
it? Anyone with CVS write permissions to commit it afterwards?
2003-08-30 Robert Schiele <rschiele@uni-mannheim.de>
* gpgme.spec.in: %{_infodir}/dir is not packaged,
remove to prevent checking failure.
--- ./gpgme.spec.in~ 2003-08-30 12:16:09.000000000 +0200
+++ ./gpgme.spec.in 2003-08-30 12:21:10.000000000 +0200
@@ -29,6 +29,7 @@
rm -fr $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
make install prefix=3D$RPM_BUILD_ROOT/usr infodir=3D$RPM_BUILD_ROOT%{_info=
dir}
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
=20
%clean
rm -fr $RPM_BUILD_ROOT
@@ -58,6 +59,8 @@
%{_infodir}/gpgme.info*
=20
%changelog
+* Sat Aug 30 2003 Robert Schiele <rschiele@uni-mannheim.de>
+- %{_infodir}/dir is not packaged, remove to prevent checking failure
* Mon Jul 01 2002 Wojciech Polak <polak@lodz.pdi.net>
- initial specfile release for GPGME.
=20
Robert
--=20
Robert Schiele Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de
--Lb0e7rgc7IsuDeGj
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iD8DBQE/UH1MxcDFxyGNGNcRAvWbAJ9VVrZHUN6isa7aOyw2sYpqC/4WsACfan7w
7MUezIJURH+wqnbVJZGq5WA=
=5Q+H
-----END PGP SIGNATURE-----
--Lb0e7rgc7IsuDeGj--