Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 9162a71bfd2af41267f9a5394f24635d > files > 2

libole2-2.2.8-alt1.src.rpm

Name: libole2
Version: 2.2.8
Release: alt1

Summary: libole2 library

License: LGPL
Group: System/Libraries
Url: ftp://ftp.gnome.org/pub/GNOME/sources/libole2/2.2

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: %url/%name-%version.tar.bz2

# manually removed: glibc-devel-static
# Automatically added by buildreq on Thu Sep 08 2005
BuildRequires: glib2-devel gtk-doc pkgconfig

%description
The applications today needs store multiple type of data.  One way to
do it is using a filesystem in a file. OLE2-developers used this approach.

Inside a OLE2 file, there are streams (files) and directories.
Using libole2 is easy to travel through such filesystem-in-a-file,
and create, read, write or remove files, and create or remove directories.

%package devel
Summary: Libraries, includes, etc to develop libole2 applications
Group: Development/Other
Requires: libole2

%description devel
Libraries, include files, etc you can use to develop libole2 applications.

%package devel-static
Summary: Static libraries to develop libole2 applications
Group: Development/Other
Requires: libole2

%description devel-static
Ststic libraries you can use to develop libole2 applications.

%prep
%setup -q

# due some bugs with linking in Makefile.am
%__subst "s|-version-info|\$(LDADD) -version-info|g" libole2/Makefile.in

%build
%configure --disable-static

%make_build

%install
%makeinstall

%post -p %post_ldconfig

%postun -p %post_ldconfig

%files
%doc AUTHORS ChangeLog INSTALL NEWS README
%_libdir/lib*.so.*

%files devel
%_libdir/lib*.so
%_includedir/*
%_pkgconfigdir/*

%changelog
* Mon Jan 09 2006 Vitaly Lipatov <lav@altlinux.ru> 2.2.8-alt1
- fix linking with glib2, spec cleanup

* Wed Sep 07 2005 Vitaly Lipatov <lav@altlinux.ru> 2.2.8-alt0.1
- come back to Sisyphus :)
- it is obsoleted and orphaned but some projects needs it
- build with glib2, cleanup spec

* Mon Oct 28 2002 AEN <aen@altlinux.ru> 0.2.4-alt2
- rebuilt with gcc-3.2

* Tue Nov 06 2001 AEN <aen@logic.ru> 0.2.4-alt1
- new version

* Wed May 23 2001 AEN <aen@logic.ru> 0.2.3-alt1
- new version

* Mon May 21 2001 AEN <aen@logic.ru> 0.2.2-alt1
- static package

* Tue Nov 14 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 0.1.7-1mdk
- new and shiny source.

* Fri Jul 21 2000 dam's <damien@mandrakesoft.com> 0.1.6-5mdk
- BM

* Tue Jul 18 2000 dam's <damien@mandrakesoft.com> 0.1.6-4mdk
- incorporated : Reinhard Katzmann <reinhard@suamor.de>
		- added some docs

* Tue Jul 18 2000 dam's <damien@mandrakesoft.com> 0.1.6-3mdk
- corrected links.
- provides libole2.so.0 & libole2.so.0.0.0

* Tue Jul 11 2000 dam's <damien@mandrakesoft.com> 0.1.6-2mdk
- made link to be used with gnumeric.
- chmouelization.

* Tue Jul  4 2000 dam's <damien@mandrakesoft.com> 0.1.6-1mdk
- updated.
- spec cleanup.

* Wed Jun 21 2000 dam's <damien@mandrakesoft.com> 0.1.4-1mdk
- built first spec.
- mandrake adaptation.