Name: libwv2 Version: 0.4.2 Release: 1mamba Summary: MSWord conversion library Group: Development/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan Source: http://downloads.sourceforge.net/sourceforge/wvware/wv2-%{version}.tar.bz2 URL: http://wvware.sourceforge.net License: GPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libgsf-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description wvWare is the continuation of Caolan McNamara's wv - the MSWord library. Efforts are underway to make this library more correct, robust, and turn it into a Word97 exporter. %package devel Summary: MSWord conversion library Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel wvWare is the continuation of Caolan McNamara's wv - the MSWord library. Efforts are underway to make this library more correct, robust, and turn it into a Word97 exporter. This package contains static libraries and header files need for development. %prep %setup -q -n wv2-%{version} %build %cmake -d build %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/wv2-config %{_libdir}/libwv2.so.* %doc AUTHORS ChangeLog COPYING.LIB README THANKS TODO %doc doc %files devel %defattr(-,root,root) %dir %{_includedir}/wv2 %{_includedir}/wv2/*.h* %{_libdir}/libwv2.la %{_libdir}/libwv2.so %dir %{_libdir}/wvWare %{_libdir}/wvWare/*.cmake %changelog * Wed Nov 25 2009 Davide Madrisan 0.4.2-1mamba - update to 0.4.2 * Fri Apr 03 2009 Silvan Calarco 0.3.1-1mamba - automatic update by autodist * Mon Feb 23 2009 Silvan Calarco 0.3.0-1mamba - automatic update by autodist * Tue Aug 26 2008 Aleph0 0.2.3-2mamba - specfile updated * Thu Jun 15 2006 Davide Madrisan 0.2.3-1qilnx - update to version 0.2.3 by autospec - this release fixes the security hole CVE-2006-2197 * Tue May 23 2006 Davide Madrisan 0.2.2-2qilnx - fixed package group - use rpm macros to build in install files * Thu Jul 15 2004 Davide Madrisan 0.2.2-1qilnx - update to 0.2.2 * Mon Dec 15 2003 Davide Madrisan 0.2.1-1qilnx - rebuilt with version 0.2.1 * Mon Oct 27 2003 Davide Madrisan 0.1.9-1qilnx - first build