
%define name pgg
%define version 20000116
%define release 1
%define prefix /usr
Summary : This is Privacy Guard Glue (PGG) snapshot 20000116.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Distribution : Build for Red Hat 6.2
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Applications/Communications
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
Privacy Guard Glue is a well-designed library written in C to add GnuPG support
to applications. PGG uses GnuPG with its coprocessing interface as the workhorse. 

%prep
rm -rf $RPM_BUILD_ROOT

%setup
./configure

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/*

%files
%defattr (-,root,root)
%doc ChangeLog DOCUMENTATION INSTALL LICENSE MANIFEST NEWS README VERSION
/usr/lib/libpgg.a
/usr/include/pgg.h

%changelog

* Wed Jun 28 2000 Georges Seguin crow@planete.net 
- First RPM
