Blame SPECS/uuid.spec

a7754c
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
a7754c
# Private libraries are not be exposed globally by RPM
a7754c
%{?filter_provides_in: %filter_provides_in %{php_extdir}/.*\.so$}
a7754c
%{?filter_setup}
a7754c
%endif
a7754c
a7754c
Name:           uuid
a7754c
Version:        1.6.2
45fb12
Release:        43%{?dist}
a7754c
Summary:        Universally Unique Identifier library
a7754c
License:        MIT
a7754c
Group:          System Environment/Libraries
a7754c
URL:            http://www.ossp.org/pkg/lib/uuid/
a7754c
Source0:        ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
a7754c
Patch0:         uuid-1.6.1-ossp.patch
a7754c
Patch1:         uuid-1.6.1-mkdir.patch
a7754c
Patch2:         uuid-1.6.2-php54.patch
a7754c
a7754c
# rhbz#829532
a7754c
Patch3:         uuid-1.6.2-hwaddr.patch
a7754c
a7754c
# do not strip binaries
a7754c
Patch4:         uuid-1.6.2-nostrip.patch
a7754c
Patch5: uuid-1.6.2-manfix.patch
a7754c
Patch6: uuid-aarch64.patch
a7754c
Patch7: uuid-1.6.2-ldflagsfix.patch
a7754c
Patch8: uuid-1.6.2-vaendfix.patch
a7754c
a7754c
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a7754c
BuildRequires:  libtool
a7754c
a7754c
Obsoletes:      %{name}-pgsql < 1.6.2-24
a7754c
a7754c
%description
a7754c
OSSP uuid is a ISO-C:1999 application programming interface (API)
a7754c
and corresponding command line interface (CLI) for the generation
a7754c
of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
a7754c
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
a7754c
1 (time and node based), version 3 (name based, MD5), version 4
a7754c
(random number based) and version 5 (name based, SHA-1). Additional
a7754c
API bindings are provided for the languages ISO-C++:1998 and Perl:5 
a7754c
Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl
a7754c
Data::UUID APIs.
a7754c
a7754c
%package devel
a7754c
Summary:        Development support for Universally Unique Identifier library
a7754c
Group:          Development/Libraries
a7754c
Requires:       pkgconfig
a7754c
Requires:       %{name} = %{version}-%{release}
a7754c
a7754c
%description devel
a7754c
Development headers and libraries for OSSP uuid.
a7754c
a7754c
%package c++
a7754c
Summary:        C++ support for Universally Unique Identifier library
a7754c
Group:          System Environment/Libraries
a7754c
Requires:       %{name} = %{version}-%{release}
a7754c
a7754c
%description c++
a7754c
C++ libraries for OSSP uuid.
a7754c
a7754c
%package c++-devel
a7754c
Summary:        C++ development support for Universally Unique Identifier library
a7754c
Group:          Development/Libraries
a7754c
Requires:       %{name}-c++ = %{version}-%{release}
a7754c
Requires:       %{name}-devel = %{version}-%{release}
a7754c
a7754c
%description c++-devel
a7754c
C++ development headers and libraries for OSSP uuid.
a7754c
a7754c
%package perl
a7754c
Summary:        Perl support for Universally Unique Identifier library
a7754c
Group:          Development/Libraries
a7754c
BuildRequires:  perl-devel
a7754c
BuildRequires:  perl-generators
a7754c
BuildRequires:  perl(Data::UUID)
a7754c
BuildRequires:  perl(ExtUtils::MakeMaker)
a7754c
BuildRequires:  perl(Test::More)
a7754c
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
a7754c
Requires:       %{name} = %{version}-%{release}
a7754c
Requires:       perl(Data::UUID)
a7754c
a7754c
%description perl
a7754c
Perl OSSP uuid module.
a7754c
a7754c
%package dce
a7754c
Summary:        DCE support for Universally Unique Identifier library
a7754c
Group:          Development/Libraries
a7754c
Requires:       %{name} = %{version}-%{release}
a7754c
a7754c
%description dce
a7754c
DCE OSSP uuid library.
a7754c
a7754c
%package dce-devel
a7754c
Summary:        DCE development support for Universally Unique Identifier library
a7754c
Group:          Development/Libraries
a7754c
Requires:       %{name}-dce = %{version}-%{release}
a7754c
Requires:       %{name}-devel = %{version}-%{release}
a7754c
a7754c
%description dce-devel
a7754c
DCE development headers and libraries for OSSP uuid.
a7754c
a7754c
%prep
a7754c
%setup -q
a7754c
%patch0 -p1
a7754c
%patch1 -p1
a7754c
%patch2 -p1 -b .php54
a7754c
%patch3 -p1 -b .hwaddr
a7754c
%patch4 -p1 -b .nostrip
a7754c
%patch5 -p1 -b .manfix
a7754c
%patch6 -p1 -b .aarch64
a7754c
%patch7 -p1 -b .ldflagsfix
a7754c
%patch8 -p1 -b .vaendfix
a7754c
a7754c
%build
a7754c
# Build the library.
a7754c
export LIB_NAME=libossp-uuid.la
a7754c
export DCE_NAME=libossp-uuid_dce.la
a7754c
export CXX_NAME=libossp-uuid++.la
a7754c
export PHP_NAME=$(pwd)/php/modules/ossp-uuid.so
a7754c
export PGSQL_NAME=$(pwd)/pgsql/libossp-uuid.so
a7754c
export CFLAGS="$RPM_OPT_FLAGS"
a7754c
export CXXFLAGS="$RPM_OPT_FLAGS"
a7754c
%configure \
a7754c
    --disable-static \
a7754c
    --without-perl \
a7754c
    --without-php \
a7754c
    --with-dce \
a7754c
    --with-cxx \
a7754c
    --without-pgsql
a7754c
a7754c
make LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" %{?_smp_mflags}
a7754c
a7754c
# Build the Perl module.
a7754c
pushd perl
a7754c
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" COMPAT=0
a7754c
%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
a7754c
make %{?_smp_mflags}
a7754c
popd
a7754c
a7754c
%install
a7754c
rm -rf $RPM_BUILD_ROOT
a7754c
a7754c
make install DESTDIR=$RPM_BUILD_ROOT
a7754c
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/*.a
a7754c
chmod 755 $RPM_BUILD_ROOT%{_libdir}/*.so.*.*.*
a7754c
a7754c
# Install the Perl modules.
a7754c
pushd perl
a7754c
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
a7754c
a7754c
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
a7754c
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
a7754c
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
a7754c
a7754c
%{_fixperms} $RPM_BUILD_ROOT/*
a7754c
popd
a7754c
45fb12
# fix multilib issues
45fb12
cp $RPM_BUILD_ROOT/%{_bindir}/uuid-config $RPM_BUILD_ROOT/%{_bindir}/uuid-config.$(uname -m)
45fb12
cat >$RPM_BUILD_ROOT/%{_bindir}/uuid-config <
45fb12
#!/bin/sh
45fb12
exec \$0.\$(uname -m) "\$@"
45fb12
EOF
45fb12
a7754c
%check
a7754c
make check
a7754c
a7754c
pushd perl
a7754c
LD_LIBRARY_PATH=../.libs make test
a7754c
# Check that current Data::UUID is compatible with old compat layer
a7754c
perl -MData::UUID -e 'print "Testing compatibility of Data::UUID version $Data::UUID::VERSION\n";'
a7754c
LD_LIBRARY_PATH=../.libs make test TEST_FILES=uuid_compat.ts
a7754c
popd
a7754c
a7754c
%clean
a7754c
rm -rf $RPM_BUILD_ROOT
a7754c
a7754c
%post -p /sbin/ldconfig
a7754c
a7754c
%post c++ -p /sbin/ldconfig
a7754c
a7754c
%post dce -p /sbin/ldconfig
a7754c
a7754c
%postun -p /sbin/ldconfig
a7754c
a7754c
%postun c++ -p /sbin/ldconfig
a7754c
a7754c
%postun dce -p /sbin/ldconfig
a7754c
a7754c
%files
a7754c
%defattr(-,root,root,-)
a7754c
%doc AUTHORS ChangeLog HISTORY NEWS PORTING README SEEALSO THANKS TODO USERS
a7754c
%{_bindir}/uuid
a7754c
%{_libdir}/libossp-uuid.so.*
a7754c
%{_mandir}/man1/*
a7754c
%exclude %{_mandir}/man1/uuid-config.*
a7754c
a7754c
%files devel
a7754c
%defattr(-,root,root,-)
45fb12
%{_bindir}/uuid-config*
a7754c
%{_includedir}/uuid.h
a7754c
%{_libdir}/libossp-uuid.so
a7754c
%{_libdir}/pkgconfig/ossp-uuid.pc
a7754c
%{_mandir}/man3/ossp-uuid.3*
a7754c
%{_mandir}/man1/uuid-config.*
a7754c
a7754c
%files c++
a7754c
%defattr(-,root,root,-)
a7754c
%{_libdir}/libossp-uuid++.so.*
a7754c
a7754c
%files c++-devel
a7754c
%defattr(-,root,root,-)
a7754c
%{_includedir}/uuid++.hh
a7754c
%{_libdir}/libossp-uuid++.so
a7754c
%{_mandir}/man3/uuid++.3*
a7754c
a7754c
%files perl
a7754c
%defattr(-,root,root,-)
a7754c
%{perl_vendorarch}/auto/*
a7754c
%{perl_vendorarch}/OSSP*
a7754c
%{_mandir}/man3/OSSP::uuid.3*
a7754c
a7754c
%files dce
a7754c
%defattr(-,root,root,-)
a7754c
%{_libdir}/libossp-uuid_dce.so.*
a7754c
a7754c
%files dce-devel
a7754c
%defattr(-,root,root,-)
a7754c
%{_includedir}/uuid_dce.h
a7754c
%{_libdir}/libossp-uuid_dce.so
a7754c
a7754c
%changelog
45fb12
* Fri Oct 30 2020 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-43
45fb12
- fix multilib compatibility (#1853169)
45fb12
a7754c
* Mon Oct 15 2018 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-42
a7754c
- fix coverity scan found issues (#1602724)
a7754c
a7754c
* Tue Oct 02 2018 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-41
a7754c
- make sure ldflags are used (#1630635)
a7754c
a7754c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-40
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a7754c
a7754c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-39
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a7754c
a7754c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-38
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a7754c
a7754c
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.6.2-37
a7754c
- Rebuild due to bug in RPM (RHBZ #1468476)
a7754c
a7754c
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.2-36
a7754c
- Perl 5.26 rebuild
a7754c
a7754c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-35
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a7754c
a7754c
* Thu Sep 1 2016 Matias Kreder <mkreder@gmail.com> - 1.6.2-34
a7754c
- Removed uuid-php subpackage since php(api) is no longer provided on
a7754c
- PHP 7 and there is a replacement (pecl/uuid extension)
a7754c
a7754c
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.2-33
a7754c
- Perl 5.24 rebuild
a7754c
a7754c
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-32
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a7754c
a7754c
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-31
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a7754c
a7754c
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.2-30
a7754c
- Perl 5.22 rebuild
a7754c
a7754c
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.6.2-29
a7754c
- Rebuilt for GCC 5 C++11 ABI change
a7754c
a7754c
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.2-28
a7754c
- Perl 5.20 rebuild
a7754c
a7754c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-27
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a7754c
a7754c
* Thu Jun 19 2014 Remi Collet <rcollet@redhat.com> - 1.6.2-26
a7754c
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
a7754c
- add numerical prefix to PHP extension configuration file
a7754c
a7754c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-25
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a7754c
a7754c
* Wed Oct 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-24
a7754c
- drop uuid-pgsql subpackage, it is outdated and does not work, use 
a7754c
  uuid-ossp module from postgresql-contrib instead
a7754c
a7754c
* Mon Sep 16 2013 Paul Howarth <paul@city-fan.org> - 1.6.2-23
a7754c
- drop the perl(Data::UUID) compatibility shim and require the real thing
a7754c
  instead (#998591)
a7754c
a7754c
* Thu Sep 12 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-22
a7754c
- rebuild for postgresql api change
a7754c
a7754c
* Wed Aug 14 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-21
a7754c
- fix aarch64 support (#926687)
a7754c
a7754c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-20
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a7754c
a7754c
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.6.2-19
a7754c
- Perl 5.18 rebuild
a7754c
a7754c
* Thu May 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-18
a7754c
- describe -r in man page
a7754c
a7754c
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> - 1.6.2-17
a7754c
- rebuild for http://fedoraproject.org/wiki/Features/Php55
a7754c
a7754c
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-16
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a7754c
a7754c
* Tue Nov 06 2012 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-15
a7754c
- make uuid-php compatible with php 5.4 (#873594)
a7754c
a7754c
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-14
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a7754c
a7754c
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.6.2-13
a7754c
- Perl 5.16 rebuild
a7754c
a7754c
* Tue Jun 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-12
a7754c
- enforce usage of our c(xx)flags
a7754c
a7754c
* Tue Jun 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-11
a7754c
- fix debuginfo
a7754c
a7754c
* Tue Jun 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-10
a7754c
- fix generation of MAC address based uuids (#829532), 
a7754c
  patch by Philip Prindeville
a7754c
a7754c
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.6.2-9
a7754c
- Perl 5.16 rebuild
a7754c
a7754c
* Thu Jan 19 2012 Remi Collet <remi@fedoraproject.org> - 1.6.2-8
a7754c
- build against php 5.4, with patch
a7754c
- add filter_provides to avoid private-shared-object-provides shout.so
a7754c
- add minimal %%check for php extension
a7754c
a7754c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-7
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a7754c
a7754c
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.6.2-6
a7754c
- Perl mass rebuild
a7754c
a7754c
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.6.2-5
a7754c
- fix php_zend_api check
a7754c
a7754c
* Thu Mar 03 2011 Karsten Hopp <karsten@redhat.com> 1.6.2-4
a7754c
- fix build
a7754c
a7754c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-3
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a7754c
a7754c
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.6.2-2
a7754c
- Mass rebuild with perl-5.12.0
a7754c
a7754c
* Wed Apr 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-1
a7754c
- updated to 1.6.2
a7754c
- uuid-config man page moved to sub-package containing uuid-config (#562838)
a7754c
a7754c
* Mon Feb  1 2010 Stepan Kasal <skasal@redhat.com> - 1.6.1-10
a7754c
- silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR
a7754c
a7754c
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.1-9
a7754c
- rebuild against perl 5.10.1
a7754c
a7754c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-8
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a7754c
a7754c
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> - 1.6.1-7
a7754c
- rebuild for new PHP 5.3.0 ABI (20090626)
a7754c
- add PHP ABI check
a7754c
- use php_extdir
a7754c
- add php configuration file (/etc/php.d/uuid.ini)
a7754c
a7754c
* Thu May  7 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.6.1-6
a7754c
- Using plain old "Requires: pkgconfig" instead -- see my post to
a7754c
  fedora-devel-list made today.
a7754c
a7754c
* Mon May  4 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.6.1-5
a7754c
- Replace expensive %%{_libdir}/pkgconfig dependency in uuid-devel
a7754c
  with pkgconfig%%{_isa} for Fedora >= 11 (#484849).
a7754c
a7754c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-4
a7754c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a7754c
a7754c
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.1-3
a7754c
- Rebuild for new perl
a7754c
a7754c
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.1-2
a7754c
- forgot to cvs add patch
a7754c
a7754c
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.1-1
a7754c
- 1.6.1
a7754c
a7754c
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.0-4
a7754c
- rebuild for new perl
a7754c
a7754c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.0-3
a7754c
- Autorebuild for GCC 4.3
a7754c
a7754c
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.6.0-2
a7754c
- Rebuild for selinux ppc32 issue.
a7754c
a7754c
* Tue Jul 24 2007 Steven Pritchard <steve@kspei.com> 1.6.0-1
a7754c
- Update to 1.6.0.
a7754c
- BR Test::More.
a7754c
a7754c
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.5.1-3
a7754c
- Fix find option order.
a7754c
- Use fixperms macro instead of our own chmod incantation.
a7754c
- BR ExtUtils::MakeMaker.
a7754c
a7754c
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 1.5.1-2
a7754c
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
a7754c
a7754c
* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 1.5.1-1
a7754c
- Update to 1.5.1.
a7754c
a7754c
* Sat Jul 29 2006 Steven Pritchard <steve@kspei.com> 1.5.0-1
a7754c
- Update to 1.5.0.
a7754c
- Rename libuuid* to libossp-uuid*, uuid.3 to ossp-uuid.3, and uuid.pc
a7754c
  to ossp-uuid.pc to avoid conflicts with e2fsprogs-devel (#198520).
a7754c
- Clean out the pgsql directory.  (Some cruft shipped with this release.)
a7754c
a7754c
* Wed May 24 2006 Steven Pritchard <steve@kspei.com> 1.4.2-4
a7754c
- Remove static php module.
a7754c
a7754c
* Tue May 23 2006 Steven Pritchard <steve@kspei.com> 1.4.2-3
a7754c
- Force use of system libtool.
a7754c
- Make libs executable.
a7754c
a7754c
* Tue May 23 2006 Steven Pritchard <steve@kspei.com> 1.4.2-2
a7754c
- License is MIT(-ish).
a7754c
a7754c
* Fri May 19 2006 Steven Pritchard <steve@kspei.com> 1.4.2-1
a7754c
- Initial packaging attempt.