123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- Summary: Library for reading and converting WordPerfect(tm) documents
- Summary(ja): WordPerfect(tm) 文書の読み込みおよび変換をするライブラリ
- Name: libwpd
- Version: 0.9.0
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- URL: http://libwpd.sf.net/
- License: LGPL
- Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: doxygen
- %description
- libwpd is a library that handles WordPerfect documents.
- %description -l ja
- libwpd は WordPerfect 文書を扱うためのライブラリです。
- %package devel
- Summary: Development files for libwpd
- Summary(ja): libwpd の開発用ファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Includes and definitions for developing with libwpd.
- %package tools
- Summary: Tools to transform WordPerfect Documents into other formats
- Summary(ja): WordPerfect 文書を他のフォーマットに変換するツール
- Group: Applications/Publishing
- %description tools
- Tools to transform WordPerfect Documents into other formats.
- Currently supported: html, raw, text.
- %prep
- %setup -q
- %build
- %configure --disable-static
- make %{?_smp_mflags}
- %install
- make DESTDIR=$RPM_BUILD_ROOT install
- rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
- rm -rf _docs_to_install
- mkdir -p _docs_to_install
- mv $RPM_BUILD_ROOT%{_docdir}/libwpd/* _docs_to_install
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc ChangeLog COPYING CREDITS README
- %{_libdir}/*.so.*
- %files devel
- %defattr(-,root,root,-)
- %doc HACKING TODO
- %doc _docs_to_install/*
- %dir %{_includedir}/libwpd-0.9
- %{_includedir}/libwpd-0.9/*
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/*
- %files tools
- %defattr(-,root,root,-)
- %{_bindir}/wpd2*
- %changelog
- * Sun Mar 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwa.com> 0.9.0-1
- - new upstream release
- * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.14-3
- - rebuild with rpm-4.8.1 for pkg-config file
- * Fri Jul 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.14-2
- - spec in UTF-8
- * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwa.com> 0.8.14-1
- - new upstream release
- * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.9-0vl1
- - initial build for Vine Linux
- * Sun Mar 27 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.9-2
- - Resolves: rhbz#233876: add unowned directory fix from Michael Schwendt
- * Fri Mar 16 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.9-1
- - next version
- * Fri Feb 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-2
- - spec cleanups
- * Thu Jan 11 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-1
- - next version
- * Mon Oct 09 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.7-1
- - next version
- * Mon Jul 17 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.6-1
- - next version
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.5-3.1
- - rebuild
- * Sun Jun 11 2006 Caolan McNamara <caolanm@redhat.com> 0.8.5-3
- - add wp5nofontlistcrash
- * Fri Jun 02 2006 Caolan McNamara <caolanm@redhat.com> 0.8.5-2
- - build through brew
- * Thu Jun 01 2006 Caolan McNamara <caolanm@redhat.com> 0.8.5-1
- - next version
- * Tue Mar 21 2006 Caolan McNamara <caolanm@redhat.com> 0.8.4-2
- - rebuild for libgsf
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8.4-1.2.1
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8.4-1.2
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 0.8.4-1.1
- - rebuilt
- * Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.4-1
- - next version
- * Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-2
- - rebuild because of libgsf
- * Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-1
- - update to latest libwpd
- * Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-2.fc5
- - export to other formats twiddle
- * Wed Jun 22 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-1
- - bump to latest version
- * Fri Apr 29 2005 Caolan McNamara <caolanm@redhat.com> 0.8.1-1
- - bump to latest version kudos Fridrich Strba
- - drop integrated patch
- * Wed Apr 6 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-4
- - add libwpd devel provided patch for endless loops on some wpd documents
- * Wed Mar 30 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-3
- - rh#152503# add some Requires for -devel package
- * Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-2
- - rebuild with gcc4
- * Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-1
- - new version
- * Wed Feb 9 2005 Caolan McNamara <caolanm@redhat.com> 0.7.2-2
- - rebuild
- * Fri Jul 23 2004 Caolan McNamara <caolanm@redhat.com> 0.7.2-1
- - bump to 0.7.2
- * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 0.7.1-1
- - update to 0.7.1
- * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Tue Dec 16 2003 Jeremy Katz <katzj@redhat.com> 0.6.6-1
- - 0.6.6
- * Tue Nov 4 2003 Jeremy Katz <katzj@redhat.com> 0.6.5-1
- - 0.6.5
- * Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 0.6.2-1
- - 0.6.2
- * Sun Jul 6 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-1
- - initial build for Red Hat Linux, tweak accordingly
- * Sat Apr 26 2003 Rui M. Seabra <rms@1407.org>
- - Create rpm spec
|