Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 549be797824d055505f11f82dc5e2b8b > files > 2

libole2-2.2.8-1ark.src.rpm

Summary: The Structured Storage OLE2 library.
Name: libole2
Version: 2.2.8
Release: 1ark
License: GPL
Group: System Environment/Libraries
Source: ftp://ftp.gnome.org/pub/GNOME/sources/unstable/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description 
The libole2 library contains functionality for manipulating OLE2
Structured Storage files. It is used by GNOME's Gnumeric, AbiSuite's
AbiWord, and other programs.

%package devel
Summary: Files needed for development of libole2 applications.
Group: Development/Libraries
Requires: %{name} = %{version}

%description devel
The libole2-devel package contains libraries, include files, etc., for
developing libole2 applications.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_libdir}/lib*.so.*

%files devel
%defattr(-, root, root)
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*a
%{_includedir}/*

%changelog
* Wed Nov 05 2003 Tio Hiap Ho <deux@arklinux.org> 2.2.8-1ark
- 2.2.8

* Fri Jan 10 2003 Sergio Visinoni <piffio@arklinux.org> 0.2.4-6ark
- First Ark contrib package
- Spec file cleanup

* Wed Nov  6 2002 Bill Nottingham <notting@redhat.com> 0.2.4-5
- unautomated rebuild

* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Sat Jul 07 2001 Owen Taylor <otaylor@redhat.com>
- Version 0.2.3

* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.

* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add libtoolize to make porting to new archs easy

* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
- pulled Helix package (and added the forever-missing changelog)