OBS User unknown 2007-01-12 16:13:46 +00:00 committed by Git OBS Bridge
commit e9b2f0260f
6 changed files with 248 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
libwpd-0.8.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57cc6572e4b230839df48894a494430a3094af99ad6693965edef407ba570ed6
size 401982

66
libwpd.changes Normal file
View File

@ -0,0 +1,66 @@
-------------------------------------------------------------------
Mon Dec 18 15:36:46 CET 2006 - sbrabec@suse.cz
- Spec file cleanup.
-------------------------------------------------------------------
Tue Nov 7 01:12:59 CET 2006 - ro@suse.de
- fix docu permissions
-------------------------------------------------------------------
Mon Oct 9 10:40:31 CEST 2006 - stbinner@suse.de
- update to version 0.8.7:
* Revert the alignment fix, in order to mimick the way WP for
Mac renders the documents
* Support for WP Mac 1.x documents
* Fix memory leak in standalone converters
* Miscellaneous code cleanups
-------------------------------------------------------------------
Mon Jul 17 08:31:08 CEST 2006 - stbinner@suse.de
- update to version 0.8.6:
* Initial support of WP Mac 2.x documents
* Initial conversion of headers/footers in WP42 parser
* General improvement of libwpd's conversion-success-rate and
extensive QA with more than 46'000 real life documents
-------------------------------------------------------------------
Thu Jun 1 13:30:49 CEST 2006 - stbinner@suse.de
- update to version 0.8.5
* adds header and footer conversion in WP5.x and WP3.x for
Macintosh file formats.
* adds support for footnotes and endnotes in WP5.x file format
* improves the conversion of page margins and corrects issues
with conversion of the position of tables and tabstops in
multicolumn sections
-------------------------------------------------------------------
Wed Jan 25 21:37:48 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Dec 8 12:21:09 CET 2005 - stbinner@suse.de
- update to version 0.8.4
-------------------------------------------------------------------
Wed Oct 19 18:33:43 CEST 2005 - sbrabec@suse.cz
- Package documentation.
- Split to subpackages.
-------------------------------------------------------------------
Sat Oct 8 10:02:49 CEST 2005 - coolo@suse.de
- make it build with gcc 4.1 (sent upstream)
-------------------------------------------------------------------
Tue Oct 4 13:52:01 CEST 2005 - stbinner@suse.de
- initial package of version 0.8.3

155
libwpd.spec Normal file
View File

@ -0,0 +1,155 @@
#
# spec file for package libwpd (Version 0.8.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libwpd
BuildRequires: doxygen gcc-c++ libgsf-devel
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Version: 0.8.7
Release: 33
Summary: Library for Importing WordPerfect (tm) Documents
Source: %{name}-%{version}.tar.bz2
URL: http://libwpd.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
libwpd is a general purpose library for reading or interpreting data
from WordPerfect files. The library is not a stand-alone utility: it is
designed to be used by another program (for example, a word processor)
as an in-process component.
Authors:
--------
William Lachance <william.lachance@sympatico.ca>
Marc Maurer <j.m.maurer@student.utwente.nl>
Fridrich Strba <fridrich.strba@bluewin.ch>
%package devel
Group: System/Libraries
Summary: Library for importing WordPerfect (tm) documents
Requires: %{name} = %{version} libstdc++-devel libgsf-devel glibc-devel glib2-devel
%description devel
libwpd is a general purpose library for reading (or, interpreting data
from) WordPerfect files. The library is not a stand-alone utility: it
is designed to be used by another program (e.g.: a word processor) as
an in-process component.
Authors:
--------
William Lachance <william.lachance@sympatico.ca>
Marc Maurer <j.m.maurer@student.utwente.nl>
Fridrich Strba <fridrich.strba@bluewin.ch>
%package tools
Group: Productivity/Publishing/Word
Summary: Library for importing WordPerfect (tm) documents
Requires: %{name} = %{version} libstdc++-devel libgsf-devel glibc-devel glib2-devel
%description tools
Tools to transform WordPerfect Documents into other formats. Currently
supported: html, raw, text
Authors:
--------
William Lachance <william.lachance@sympatico.ca>
Marc Maurer <j.m.maurer@student.utwente.nl>
Fridrich Strba <fridrich.strba@bluewin.ch>
%prep
%setup -q
%build
touch AUTHORS ChangeLog NEWS ; autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT%{_docdir}
mv $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version} $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -p CHANGES COPYING CREDITS HACKING README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
chmod -x $RPM_BUILD_ROOT%{_docdir}/%{name}/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}/*.png
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%postun
%run_ldconfig
%files
%defattr(-, root, root)
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/[A-Z]*
%{_docdir}/%{name}/libwpd.png
%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
%doc %{_docdir}/%{name}/html
%doc %{_docdir}/%{name}/libwpd.dia
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libwpd-0.8
%files tools
%defattr (-, root, root)
%{_bindir}/*
%changelog -n libwpd
* Mon Dec 18 2006 - sbrabec@suse.cz
- Spec file cleanup.
* Tue Nov 07 2006 - ro@suse.de
- fix docu permissions
* Mon Oct 09 2006 - stbinner@suse.de
- update to version 0.8.7:
* Revert the alignment fix, in order to mimick the way WP for
Mac renders the documents
* Support for WP Mac 1.x documents
* Fix memory leak in standalone converters
* Miscellaneous code cleanups
* Mon Jul 17 2006 - stbinner@suse.de
- update to version 0.8.6:
* Initial support of WP Mac 2.x documents
* Initial conversion of headers/footers in WP42 parser
* General improvement of libwpd's conversion-success-rate and
extensive QA with more than 46'000 real life documents
* Thu Jun 01 2006 - stbinner@suse.de
- update to version 0.8.5
* adds header and footer conversion in WP5.x and WP3.x for
Macintosh file formats.
* adds support for footnotes and endnotes in WP5.x file format
* improves the conversion of page margins and corrects issues
with conversion of the position of tables and tabstops in
multicolumn sections
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Dec 08 2005 - stbinner@suse.de
- update to version 0.8.4
* Wed Oct 19 2005 - sbrabec@suse.cz
- Package documentation.
- Split to subpackages.
* Sat Oct 08 2005 - coolo@suse.de
- make it build with gcc 4.1 (sent upstream)
* Tue Oct 04 2005 - stbinner@suse.de
- initial package of version 0.8.3

0
ready Normal file
View File