1 # This is a template. The dist target uses it to create the real file.
6 URL: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/
7 Source: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.gz
8 Group: Development/Libraries
10 BuildRoot: %{_tmppath}/%{name}-%{version}
12 Prereq: /sbin/ldconfig
15 This is a library that defines common error values for all GnuPG
16 components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
17 pinentry, SmartCard Daemon and possibly more in the future.
23 CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
24 ./configure --prefix=/usr
28 rm -fr $RPM_BUILD_ROOT
29 mkdir -p $RPM_BUILD_ROOT
30 make install prefix=$RPM_BUILD_ROOT/usr
33 rm -fr $RPM_BUILD_ROOT
44 %doc COPYING COPYING.LIB AUTHORS README INSTALL NEWS ChangeLog
45 %attr(0755,root,root) %{_bindir}/gpg-error-config
46 %attr(0755,root,root) %{_bindir}/gpg-error
47 %attr(0755,root,root) %{_libdir}/*gpg-error.so*
48 %attr(0755,root,root) %{_libdir}/*gpg-error.la
49 %attr(0644,root,root) %{_libdir}/*gpg-error.a
50 %{_includedir}/gpg-error.h
51 %{_datadir}/aclocal/gpg-error.m4
54 * Wed Sep 3 2003 Robert Schiele <rschiele@uni-mannheim.de>