Name: libds
Summary: Shared Library for Data Structures
Version: 1.5.4
Release: 1.2
License: GPL
Group: System Environment/Libraries
URL: http://yallara.cs.rmit.edu.au/~malsmith/products/libds/
Description: Shared Library for Data Structures.
The build could not start because the following file is missing: libds-1.5.4.tar.bz2
The build could not start because the following file is missing: libds-1.5.4.tar.bz2
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dag
# Upstream: Malcolm Smith <malxau$users,sf,net>
Summary: Shared Library for Data Structures
Name: libds
Version: 1.5.4
Release: 1.2%{?dist}
License: GPL
Group: System Environment/Libraries
URL: http://yallara.cs.rmit.edu.au/~malsmith/products/libds/
BuildRequires: gcc-c++
Source: http://yallara.cs.rmit.edu.au/~malsmith/C0A00201/libds/libds-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Shared Library for Data Structures.
%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.
%prep
%setup
%build
%configure \
--enable-shared
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%post
/sbin/ldconfig 2>/dev/null
%postun
/sbin/ldconfig 2>/dev/null
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc COPYING README
%{_libdir}/libds.so.*
%files devel
%defattr(-, root, root, 0755)
%doc htmldocs/*
%{_bindir}/libds-config
%{_libdir}/libds.a
%{_libdir}/libds.so
%{_includedir}/*.h
%exclude %{_libdir}/libds.la
%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.5.4-1.2
- Rebuild for Fedora Core 5.
* Tue Jan 04 2005 Dag Wieers <dag@wieers.com> - 1.5.4-1
- Updated to release 1.5.4.
* Wed Sep 29 2004 Dag Wieers <dag@wieers.com> - 1.5.3-1
- Updated to release 1.5.3.
* Sun May 16 2004 Dag Wieers <dag@wieers.com> - 1.5.2-1
- Updated to release 1.5.2.
* Mon Mar 22 2004 Dag Wieers <dag@wieers.com> - 1.5.1-1
- Updated to release 1.5.1.
* Wed Feb 25 2004 Dag Wieers <dag@wieers.com> - 1.5.0-0
- Updated to release 1.5.0.
* Wed Oct 01 2003 Dag Wieers <dag@wieers.com> - 1.4.0-0
- Updated to release 1.4.0.
* Tue Sep 09 2003 Dag Wieers <dag@wieers.com> - 1.3.1-0
- Initial package. (using DAR)