02dbd84
%define ldap_version 2.3
02dbd84
fc4d3d4
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
cvsdist 757418a
Name: curl 
b676540
Version: 7.16.2
b676540
Release: 1%{?dist}
7e5ec26
License: MIT
cvsdist 757418a
Group: Applications/Internet
cvsdist 757418a
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
Ivana Varekova 6e0b53d
Patch0: curl-7.14.1-nousr.patch
Ivana Varekova 38c8d77
Patch1: curl-7.15.0-curl_config-version.patch
Ivana Varekova 07f6714
Patch2: curl-7.15.3-multilib.patch
d6b8433
Patch3: curl-7.16.0-privlibs.patch
cvsdist 757418a
URL: http://curl.haxx.se/
d6b8433
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
havill 28401a2
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
cvsdist 757418a
cvsdist 757418a
%description
cvsdist 757418a
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
cvsdist 757418a
Dict servers, using any of the supported protocols. cURL is designed
cvsdist 757418a
to work without user interaction or any kind of interactivity. cURL
cvsdist 757418a
offers many useful capabilities, like proxy support, user
cvsdist 757418a
authentication, FTP upload, HTTP post, and file transfer resume.
cvsdist 757418a
cvsdist 757418a
%package devel
cvsdist 757418a
Group: Development/Libraries
d6b8433
Requires: %{name} = %{version}-%{release}
d6b8433
Requires: openssl-devel, libidn-devel, pkgconfig
6850455
Summary: Files needed for building applications with libcurl
cvsdist 757418a
cvsdist 757418a
%description devel
cvsdist 757418a
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
cvsdist ded6b37
Dict servers, using any of the supported protocols. The curl-devel
cvsdist 757418a
package includes files needed for developing applications which can
cvsdist 757418a
use cURL's capabilities internally.
cvsdist 757418a
cvsdist 757418a
%prep
cvsdist 757418a
%setup -q 
Ivana Varekova 6e0b53d
%patch0 -p1 -b .nousr
Ivana Varekova 38c8d77
%patch1 -p1 -b .ver
Ivana Varekova 07f6714
%patch2 -p1 -b .multilib
d6b8433
%patch3 -p1 -b .privlibs
7e5ec26
7e5ec26
%build
cvsdist fcf1279
aclocal
cvsdist 9c185bb
libtoolize --force
cvsdist 9c185bb
./reconf
cvsdist 757418a
cvsdist 9c185bb
if pkg-config openssl ; then
cvsdist 9c185bb
	CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
cvsdist 9c185bb
	LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
cvsdist 9c185bb
fi
6850455
%configure --with-ssl=%{_prefix} --enable-ipv6 \
fc4d3d4
	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
6850455
	--with-gssapi=%{_prefix}/kerberos --with-libidn \
fc4d3d4
	--with-ldap-lib=libldap-%{ldap_version}.so.0 \
a63d9ad
	--with-lber-lib=liblber-%{ldap_version}.so.0 \
a63d9ad
	--disable-static
6850455
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
cvsdist 757418a
cvsdist 757418a
%install
cvsdist 757418a
rm -rf $RPM_BUILD_ROOT
cvsdist 757418a
%makeinstall
cvsdist fcf1279
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
cvsdist fcf1279
Ivana Varekova 843ec60
cvsdist fcf1279
# don't need curl's copy of the certs; use openssl's
cvsdist fcf1279
find ${RPM_BUILD_ROOT} -name ca-bundle.crt -exec rm -f '{}' \;
cvsdist 757418a
cvsdist 757418a
%clean
cvsdist 757418a
rm -rf $RPM_BUILD_ROOT
cvsdist 757418a
6850455
%post -p /sbin/ldconfig
cvsdist 757418a
6850455
%postun -p /sbin/ldconfig
cvsdist 757418a
cvsdist 757418a
%files
cvsdist 757418a
%defattr(-,root,root)
cvsdist 0797ced
%doc CHANGES README* COPYING
5266b50
%doc docs/BUGS docs/FAQ docs/FEATURES
5266b50
%doc docs/MANUAL docs/RESOURCES
cvsdist 757418a
%doc docs/TheArtOfHttpScripting docs/TODO
cvsdist 757418a
%{_bindir}/curl
cvsdist ded6b37
%{_mandir}/man1/curl.1*
cvsdist fcf1279
%{_libdir}/libcurl.so.*
cvsdist fcf1279
#%{_datadir}/ssl/certs/ca-bundle.crt
cvsdist 757418a
cvsdist 757418a
%files devel
cvsdist 757418a
%defattr(-,root,root)
a00f2ca
%doc docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS
Ivana Varekova 843ec60
%{_bindir}/curl-config*
cvsdist 757418a
%{_includedir}/curl
cvsdist 757418a
%{_libdir}/*.so
Ivana Varekova 8893e9e
%{_libdir}/pkgconfig/*.pc
cvsdist ded6b37
%{_mandir}/man1/curl-config.1*
cvsdist 757418a
%{_mandir}/man3/*
cvsdist 757418a
cvsdist 757418a
%changelog
b676540
* Wed Apr 11 2007 Jindrich Novy <jnovy@redhat.com> 7.16.2-1
b676540
- update to 7.16.2
b676540
a63d9ad
* Mon Feb 19 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-3
a63d9ad
- don't create/ship static libraries (#225671)
a63d9ad
6850455
* Mon Feb  5 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-2
6850455
- merge review related spec fixes (#225671)
6850455
fe0088f
* Mon Jan 29 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-1
fe0088f
- update to 7.16.1
fe0088f
a00f2ca
* Tue Jan 16 2007 Jindrich Novy <jnovy@redhat.com> 7.16.0-5
a00f2ca
- don't package generated makefiles for docs/examples to avoid
a00f2ca
  multilib conflicts
a00f2ca
fc4d3d4
* Mon Dec 18 2006 Jindrich Novy <jnovy@redhat.com> 7.16.0-4
fc4d3d4
- convert spec to UTF-8
fc4d3d4
- don't delete BuildRoot in %%prep phase
fc4d3d4
- rpmlint fixes
fc4d3d4
02dbd84
* Thu Nov 16 2006 Jindrich Novy <jnovy@redhat.com> -7.16.0-3
02dbd84
- prevent curl from dlopen()ing missing ldap libraries so that
02dbd84
  ldap:// requests work (#215928)
02dbd84
d6b8433
* Tue Oct 31 2006 Jindrich Novy <jnovy@redhat.com> - 7.16.0-2
d6b8433
- fix BuildRoot
d6b8433
- add Requires: pkgconfig for curl-devel
d6b8433
- move LDFLAGS and LIBS to Libs.private in libcurl.pc.in (#213278)
d6b8433
f25b2a9
* Mon Oct 30 2006 Jindrich Novy <jnovy@redhat.com> - 7.16.0-1
f25b2a9
- update to curl-7.16.0
f25b2a9
aa86cfd
* Thu Aug 24 2006 Jindrich Novy <jnovy@redhat.com> - 7.15.5-1.fc6
aa86cfd
- update to curl-7.15.5
aa86cfd
- use %%{?dist}
f45db0b
f45db0b
* Fri Jun 30 2006 Ivana Varekova <varekova@redhat.com> - 7.15.4-1
Ivana Varekova 2b7fe08
- update to 7.15.4
Ivana Varekova 2b7fe08
Ivana Varekova 07f6714
* Mon Mar 20 2006 Ivana Varekova <varekova@redhat.com> - 7.15.3-1
Ivana Varekova 07f6714
- fix multilib problem using pkg-config
Ivana Varekova 07f6714
- update to 7.15.3
Ivana Varekova 07f6714
Ivana Varekova 843ec60
* Thu Feb 23 2006 Ivana Varekova <varekova@redhat.com> - 7.15.1-2
Ivana Varekova 843ec60
- fix multilib problem - #181290 - 
Ivana Varekova 843ec60
  curl-devel.i386 not installable together with curl-devel.x86-64
Ivana Varekova 843ec60
7750553
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7.15.1-1.2.1
7750553
- bump again for double-long bug on ppc(64)
7750553
ec99c6a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 7.15.1-1.2
ec99c6a
- rebuilt for new gcc4.1 snapshot and glibc changes
ec99c6a
c3e00c9
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c3e00c9
- rebuilt
c3e00c9
Ivana Varekova 8893e9e
* Thu Dec  8 2005 Ivana Varekova <varekova@redhat.com> 7.15.1-1
Ivana Varekova 8893e9e
- update to 7.15.1 (bug 175191)
Ivana Varekova 8893e9e
Ivana Varekova 38c8d77
* Wed Nov 30 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-3
Ivana Varekova 38c8d77
- fix curl-config bug 174556 - missing vernum value
Ivana Varekova 38c8d77
Ivana Varekova f5764a9
* Wed Nov  9 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-2
Ivana Varekova f5764a9
- rebuilt
Ivana Varekova f5764a9
Ivana Varekova 35f3c7b
* Tue Oct 18 2005 Ivana Varekova <varekova@redhat.com> 7.15.0-1
Ivana Varekova 35f3c7b
- update to 7.15.0
Ivana Varekova 35f3c7b
Ivana Varekova 6e0b53d
* Thu Oct 13 2005 Ivana Varekova <varekova@redhat.com> 7.14.1-1
Ivana Varekova 6e0b53d
- update to 7.14.1
Ivana Varekova 6e0b53d
Ivana Varekova 727df8a
* Thu Jun 16 2005 Ivana Varekova <varekova@redhat.com> 7.14.0-1
Ivana Varekova 727df8a
- rebuild new version 
Ivana Varekova 727df8a
Ivana Varekova b396eeb
* Tue May 03 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-3
Ivana Varekova b396eeb
- fix bug 150768 - curl-7.12.3-2 breaks basic authentication
Ivana Varekova 727df8a
  used Daniel Stenberg patch 
Ivana Varekova b396eeb
7e5ec26
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 7.13.1-2
7e5ec26
- update to use ca-bundle in /etc/pki
7e5ec26
- mark License as MIT not MPL
7e5ec26
Ivana Varekova d4c4141
* Mon Mar  9 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-1
Ivana Varekova d4c4141
- rebuilt (7.13.1)
Ivana Varekova d4c4141
181c659
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 7.13.0-2
181c659
- rebuild with openssl-0.9.7e
181c659
Florian La Roche da94bae
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche da94bae
- 7.13.0
Florian La Roche da94bae
87f5b1a
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 7.12.3-3
36f919b
- don't pass /usr to --with-libidn to remove "-L/usr/lib" from
36f919b
  'curl-config --libs' output on x86_64.
36f919b
havill cad16d6
* Fri Jan 28 2005 Adrian Havill <havill@redhat.com> 7.12.3-1
havill cad16d6
- Upgrade to 7.12.3, which uses poll() for FDSETSIZE limit (#134794)
havill cad16d6
- require libidn-devel for devel subpkg (#141341)
havill cad16d6
- remove proftpd kludge; included upstream
havill cad16d6
havill 28401a2
* Wed Oct 06 2004 Adrian Havill <havill@redhat.com> 7.12.1-1
havill 28401a2
- upgrade to 7.12.1
havill 28401a2
- enable GSSAPI auth (#129353)
havill 28401a2
- enable I18N domain names (#134595)
havill 28401a2
- workaround for broken ProFTPD SSL auth (#134133). Thanks to
havill 28401a2
  Aleksandar Milivojevic
havill 28401a2
havill ab0924a
* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 7.12.0-4
havill ab0924a
- move new docs position so defattr gets applied
havill ab0924a
5266b50
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 7.12.0-3
5266b50
- remove INSTALL, move libcurl docs to -devel
5266b50
cvsdist ddd67bb
* Fri Jul 26 2004 Jindrich Novy <jnovy@redhat.com>
cvsdist ddd67bb
- updated to 7.12.0
cvsdist ddd67bb
- updated nousr patch
cvsdist ddd67bb
cvsdist 6657b02
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6657b02
- rebuilt
cvsdist 6657b02
cvsdist 0797ced
* Wed Apr 07 2004 Adrian Havill <havill@redhat.com> 7.11.1-1
cvsdist 0797ced
- upgraded; updated nousr patch
cvsdist 0797ced
- added COPYING (#115956)
cvsdist 0797ced
- 
cvsdist 0797ced
cvsdist da9386f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist da9386f
- rebuilt
cvsdist da9386f
cvsdist da9386f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist da9386f
- rebuilt
cvsdist da9386f
cvsdist da9386f
* Sat Jan 31 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist da9386f
- update to 7.10.8
cvsdist da9386f
- remove patch2, already upstream
cvsdist da9386f
cvsdist fcf1279
* Wed Oct 15 2003 Adrian Havill <havill@redhat.com> 7.10.6-7
cvsdist fcf1279
- aclocal before libtoolize
cvsdist fcf1279
- move OpenLDAP license so it's present as a doc file, present in
cvsdist fcf1279
  both the source and binary as per conditions
cvsdist fcf1279
cvsdist fcf1279
* Mon Oct 13 2003 Adrian Havill <havill@redhat.com> 7.10.6-6
cvsdist fcf1279
- add OpenLDAP copyright notice for usage of code, add OpenLDAP
cvsdist fcf1279
  license for this code
cvsdist fcf1279
cvsdist fcf1279
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 7.10.6-5
cvsdist fcf1279
- match serverAltName certs with SSL (#106168)
cvsdist fcf1279
cvsdist fcf1279
* Mon Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4.1
cvsdist fcf1279
- bump n-v-r for RHEL
cvsdist fcf1279
cvsdist fcf1279
* Mon Sep 16 2003 Adrian Havill <havill@redhat.com> 7.10.6-4
cvsdist fcf1279
- restore ca cert bundle (#104400)
cvsdist fcf1279
- require openssl, we want to use its ca-cert bundle
cvsdist fcf1279
cvsdist fcf1279
* Sun Sep  7 2003 Joe Orton <jorton@redhat.com> 7.10.6-3
cvsdist fcf1279
- rebuild
cvsdist fcf1279
cvsdist fcf1279
* Fri Sep  5 2003 Joe Orton <jorton@redhat.com> 7.10.6-2.2
cvsdist fcf1279
- fix to include libcurl.so
cvsdist fcf1279
cvsdist fcf1279
* Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2.1
cvsdist fcf1279
- bump n-v-r for RHEL
cvsdist fcf1279
cvsdist fcf1279
* Mon Aug 25 2003 Adrian Havill <havill@redhat.com> 7.10.6-2
cvsdist fcf1279
- devel subpkg needs openssl-devel as a Require (#102963)
cvsdist fcf1279
cvsdist fcf1279
* Tue Jul 28 2003 Adrian Havill <havill@redhat.com> 7.10.6-1
cvsdist fcf1279
- bumped version
cvsdist fcf1279
cvsdist fcf1279
* Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 7.10.5-1
cvsdist fcf1279
- bumped version
cvsdist fcf1279
cvsdist fcf1279
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fcf1279
- rebuilt
cvsdist fcf1279
cvsdist fcf1279
* Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist fcf1279
- update to 7.10.4
cvsdist fcf1279
- adapt nousr patch
cvsdist fcf1279
cvsdist 9c185bb
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9c185bb
- rebuilt
cvsdist 9c185bb
cvsdist 9c185bb
* Tue Jan 21 2003 Joe Orton <jorton@redhat.com> 7.9.8-4
cvsdist 9c185bb
- don't add -L/usr/lib to 'curl-config --libs' output
cvsdist 9c185bb
cvsdist 9c185bb
* Mon Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 7.9.8-3
cvsdist 9c185bb
- rebuild
cvsdist 9c185bb
cvsdist 9c185bb
* Wed Nov  6 2002 Joe Orton <jorton@redhat.com> 7.9.8-2
cvsdist 9c185bb
- fix `curl-config --libs` output for libdir!=/usr/lib
cvsdist 9c185bb
- remove docs/LIBCURL from docs list; remove unpackaged libcurl.la
cvsdist 9c185bb
- libtoolize and reconf
cvsdist 9c185bb
fc4d3d4
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.8-1
cvsdist 51c72f3
- 7.9.8 (# 69473)
cvsdist 51c72f3
cvsdist 81ebd0c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 81ebd0c
- automated rebuild
cvsdist 81ebd0c
cvsdist 81ebd0c
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 81ebd0c
- automated rebuild
cvsdist 81ebd0c
fc4d3d4
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.7-1
cvsdist 81ebd0c
- 7.9.7
cvsdist 81ebd0c
fc4d3d4
* Wed Apr 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.6-1
cvsdist 81ebd0c
- 7.9.6
cvsdist 81ebd0c
fc4d3d4
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-2
cvsdist 846b6a7
- Stop the curl-config script from printing -I/usr/include 
cvsdist 846b6a7
  and -L/usr/lib (#59497)
cvsdist 846b6a7
fc4d3d4
* Fri Mar  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.5-1
cvsdist 8870783
- 7.9.5
cvsdist 8870783
fc4d3d4
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.3-2
cvsdist 8870783
- Rebuild
cvsdist 8870783
cvsdist 8870783
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 7.9.3-1
cvsdist 8870783
- update to 7.9.3
cvsdist 8870783
cvsdist 8870783
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 7.9.2-2
cvsdist 8870783
- automated rebuild
cvsdist 8870783
fc4d3d4
* Wed Jan  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 7.9.2-1
cvsdist 8870783
- 7.9.2
cvsdist 8870783
cvsdist ded6b37
* Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ded6b37
- include curl-config in curl-devel
cvsdist ded6b37
- update to 7.8 to fix memory leak and strlcat() symbol pollution from libcurl
cvsdist ded6b37
cvsdist 757418a
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 757418a
- added openssl-devel build req
cvsdist 757418a
cvsdist 757418a
* Mon May 21 2001 Tim Powers <timp@redhat.com>
cvsdist 757418a
- built for the distro
cvsdist 757418a
cvsdist 757418a
* Tue Apr 24 2001 Jeff Johnson <jbj@redhat.com>
cvsdist 757418a
- upgrade to curl-7.7.2.
cvsdist 757418a
- enable IPv6.
cvsdist 757418a
cvsdist 757418a
* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
cvsdist 757418a
- rebuilt against openssl-0.9.6-1
cvsdist 757418a
cvsdist 757418a
* Thu Jan  4 2001 Tim Powers <timp@redhat.com>
cvsdist 757418a
- fixed mising ldconfigs
cvsdist 757418a
- updated to 7.5.2, bug fixes
cvsdist 757418a
cvsdist 757418a
* Mon Dec 11 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- updated to 7.5.1
cvsdist 757418a
cvsdist 757418a
* Mon Nov  6 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- update to 7.4.1 to fix bug #20337, problems with curl -c
cvsdist 757418a
- not using patch anymore, it's included in the new source. Keeping
cvsdist 757418a
  for reference
cvsdist 757418a
cvsdist 757418a
* Fri Oct 20 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 757418a
- fix bogus req in -devel package
cvsdist 757418a
cvsdist 757418a
* Fri Oct 20 2000 Tim Powers <timp@redhat.com> 
cvsdist 757418a
- devel package needed defattr so that root owns the files
cvsdist 757418a
cvsdist 757418a
* Mon Oct 16 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 757418a
- update to 7.3
cvsdist 757418a
- apply vsprintf/vsnprintf patch from Colin Phipps via Debian
cvsdist 757418a
cvsdist 757418a
* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 757418a
- enable SSL support
cvsdist 757418a
- fix packager tag
cvsdist 757418a
- move buildroot to %%{_tmppath}
cvsdist 757418a
cvsdist 757418a
* Tue Aug 1 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- fixed vendor tag for bug #15028
cvsdist 757418a
cvsdist 757418a
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 757418a
- rebuilt
cvsdist 757418a
cvsdist 757418a
* Tue Jul 11 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- workaround alpha build problems with optimizations
cvsdist 757418a
cvsdist 757418a
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- rebuilt
cvsdist 757418a
cvsdist 757418a
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- put man pages in correct place
cvsdist 757418a
- use %%makeinstall
cvsdist 757418a
cvsdist 757418a
* Mon Apr 24 2000 Tim Powers <timp@redhat.com>
cvsdist 757418a
- updated to 6.5.2
cvsdist 757418a
cvsdist 757418a
* Wed Nov 3 1999 Tim Powers <timp@redhat.com>
cvsdist 757418a
- updated sources to 6.2
cvsdist 757418a
- gzip man page
cvsdist 757418a
cvsdist 757418a
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
cvsdist 757418a
- changed group
cvsdist 757418a
cvsdist 757418a
* Thu Aug 26 1999 Tim Powers <timp@redhat.com>
cvsdist 757418a
- changelog started
cvsdist 757418a
- general cleanups, changed prefix to /usr, added manpage to files section
cvsdist 757418a
- including in Powertools