SHA256
6
0
forked from pool/wv
OBS User unknown 2008-07-09 00:00:29 +00:00 committed by Git OBS Bridge
parent 7b593eeccb
commit f4d5c9e4f0
2 changed files with 78 additions and 77 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 27 07:45:39 CEST 2008 - crrodriguez@suse.de
- disable unusable static libraries
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 17 20:15:54 CET 2007 - joeshaw@suse.de Wed Jan 17 20:15:54 CET 2007 - joeshaw@suse.de

150
wv.spec
View File

@ -1,7 +1,7 @@
# #
# spec file for package wv (Version 1.2.2) # spec file for package wv (Version 1.2.2)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,17 +10,18 @@
# norootforbuild # norootforbuild
Name: wv Name: wv
BuildRequires: glib2-devel libgsf-devel libtiff-devel libwmf-devel libxml2-devel pkgconfig BuildRequires: glib2-devel libgsf-devel libtiff-devel libwmf-devel libxml2-devel pkgconfig
Obsoletes: mswordvw Obsoletes: mswordvw
Provides: mswordvw Provides: mswordvw
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: GPL v2 or later; LGPL v2.1 or later
Group: Productivity/Publishing/Word Group: Productivity/Publishing/Word
Autoreqprov: on AutoReqProv: on
Version: 1.2.2 Version: 1.2.2
Release: 1 Release: 177
Summary: Word 8 Converter for Unix Summary: Library and Tools for Importing Microsoft Word (tm) Documents
URL: http://wvWare.sourceforge.net/ Url: http://wvWare.sourceforge.net/
Source: wv-%{version}.tar.gz Source: wv-%{version}.tar.gz
Patch: wv-1.2.2-automake.patch Patch: wv-1.2.2-automake.patch
Patch5: wv-1.0.3-wvText.patch Patch5: wv-1.0.3-wvText.patch
@ -41,13 +42,13 @@ Authors:
Caolan McNamara <Caolan.McNamara@ul.ie> Caolan McNamara <Caolan.McNamara@ul.ie>
%package devel %package devel
Requires: %{name} = %{version} License: GPL v2 or later
Requires: bzip2 glib2-devel libgsf-devel libwmf-devel Requires: %{name} = %{version} libgsf-devel libwmf-devel
Obsoletes: mswordvd Obsoletes: mswordvd
Provides: mswordvd Provides: mswordvd
Summary: Static Libraries and Header Files for wv Summary: Static Libraries and Header Files for wv
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Autoreqprov: on AutoReqProv: on
%description devel %description devel
Static Libraries and Header Files for wv Static Libraries and Header Files for wv
@ -59,7 +60,7 @@ Authors:
Caolan McNamara <Caolan.McNamara@ul.ie> Caolan McNamara <Caolan.McNamara@ul.ie>
%prep %prep
%setup %setup -q
%patch %patch
%patch5 %patch5
%patch7 %patch7
@ -69,24 +70,19 @@ Authors:
autoreconf -f -i --verbose autoreconf -f -i --verbose
%define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat -Wformat-security %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat -Wformat-security
CFLAGS="$RPM_OPT_FLAGS %{warn_flags} -fno-strict-aliasing -fstack-protector" \ CFLAGS="$RPM_OPT_FLAGS %{warn_flags} -fno-strict-aliasing -fstack-protector" \
./configure \ %configure --with-libwmf --with-expat --disable-dependency-tracking --disable-static --with-pic
--prefix=/usr --mandir=%{_mandir} --with-libwmf --with-expat \ %{__make} %{?jobs:-j%jobs}
--libdir=%{_libdir} \
--disable-dependency-tracking $RPM_ARCH-suse-linux
make
%install %install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT manonedir=%{_mandir}/man1 install make DESTDIR=$RPM_BUILD_ROOT manonedir=%{_mandir}/man1 install
rm -f %{buildroot}%{_libdir}/*.la
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post -p /sbin/ldconfig
%run_ldconfig
%postun %postun -p /sbin/ldconfig
%run_ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -113,141 +109,141 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
/usr/%_lib/pkgconfig/* %_libdir/pkgconfig/*
/usr/include/wv /usr/include/wv
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
%changelog -n wv %changelog
* Wed Jan 17 2007 - joeshaw@suse.de * Fri Jun 27 2008 crrodriguez@suse.de
- disable unusable static libraries
* Wed Jan 17 2007 joeshaw@suse.de
- Update to 1.2.2. It requires libgsf and glib2 now, and I've - Update to 1.2.2. It requires libgsf and glib2 now, and I've
updated some patches and dropepd others. updated some patches and dropepd others.
* Wed Nov 15 2006 - prusnak@suse.cz * Wed Nov 15 2006 prusnak@suse.cz
- fixed VUL-0: overflow (overflow.patch) [#215612] - fixed VUL-0: overflow (overflow.patch) [#215612]
* Sat Oct 21 2006 - dmueller@suse.de * Sun Oct 22 2006 dmueller@suse.de
- build against system expat to reduce code size - build against system expat to reduce code size
* Thu Jan 26 2006 - nadvornik@suse.cz * Thu Jan 26 2006 nadvornik@suse.cz
- fixed libdir in pkgconfig file [#115679] - fixed libdir in pkgconfig file [#115679]
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Thu Jan 12 2006 - nadvornik@suse.cz * Thu Jan 12 2006 nadvornik@suse.cz
- compile with -fstack-protector - compile with -fstack-protector
* Thu Aug 04 2005 - gekker@suse.de * Thu Aug 04 2005 gekker@suse.de
- Fix to open files RO rather than RW - Fix to open files RO rather than RW
* Mon Feb 07 2005 - nadvornik@suse.cz * Mon Feb 07 2005 nadvornik@suse.cz
- updated to 1.0.3 - updated to 1.0.3
* Thu Nov 11 2004 - sbrabec@suse.cz * Thu Nov 11 2004 sbrabec@suse.cz
- Fixed buffer overflow in the wvHandleDateTimePicture function in wv - Fixed buffer overflow in the wvHandleDateTimePicture function in wv
library: CAN-2004-0645 (#47767). library: CAN-2004-0645 (#47767).
* Tue Mar 30 2004 - nadvornik@suse.cz * Tue Mar 30 2004 nadvornik@suse.cz
- prefer w3m in wvText as it handles UTF-8 output better - prefer w3m in wvText as it handles UTF-8 output better
- better temp file handling in wvText - better temp file handling in wvText
* Fri Feb 13 2004 - meissner@suse.de * Fri Feb 13 2004 meissner@suse.de
- fixed pkgconfig path. - fixed pkgconfig path.
* Thu Feb 12 2004 - ro@suse.de * Thu Feb 12 2004 ro@suse.de
- added directory /usr/include/wv to devel filelist - added directory /usr/include/wv to devel filelist
* Wed Feb 11 2004 - nadvornik@suse.cz * Wed Feb 11 2004 nadvornik@suse.cz
- updated to 1.0.0 - updated to 1.0.0
- compile with -fno-strict-aliasing - compile with -fno-strict-aliasing
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- add %%run_ldconfig - add %%run_ldconfig
* Mon Jul 28 2003 - nadvornik@suse.cz * Mon Jul 28 2003 nadvornik@suse.cz
- updated to 0.7.6 - updated to 0.7.6
* Wed Jun 18 2003 - nadvornik@suse.cz * Wed Jun 18 2003 nadvornik@suse.cz
- fixed to compile with new libwmf - fixed to compile with new libwmf
* Thu May 29 2003 - nadvornik@suse.cz * Thu May 29 2003 nadvornik@suse.cz
- packaged wv.h - packaged wv.h
* Wed Sep 11 2002 - ro@suse.de * Wed Sep 11 2002 ro@suse.de
- fixed patch (my fault) - fixed patch (my fault)
* Wed Sep 11 2002 - pthomas@suse.de * Wed Sep 11 2002 pthomas@suse.de
- Make wvText output to stdout on request. - Make wvText output to stdout on request.
- Add missing itmes to my last entry. - Add missing itmes to my last entry.
* Wed Sep 11 2002 - ro@suse.de * Wed Sep 11 2002 ro@suse.de
- fixed requires of devel-package - fixed requires of devel-package
* Tue Sep 10 2002 - pthomas@suse.de * Tue Sep 10 2002 pthomas@suse.de
- Change wvText to use either w3m or lynx. - Change wvText to use either w3m or lynx.
- wv-devel requires wv of same version. - wv-devel requires wv of same version.
- Require w3m - Require w3m
- Filter out /usr/include from CPPFLAGS. - Filter out /usr/include from CPPFLAGS.
- Don't patch config.h.in but instead call autoheader to - Don't patch config.h.in but instead call autoheader to
regenerate it. regenerate it.
* Fri Jul 26 2002 - adrian@suse.de * Sat Jul 27 2002 adrian@suse.de
- fix neededforbuild - fix neededforbuild
* Thu Jun 20 2002 - nadvornik@suse.cz * Thu Jun 20 2002 nadvornik@suse.cz
- update to 0.7.2 - update to 0.7.2
* Fri Apr 05 2002 - nadvornik@suse.cz * Fri Apr 05 2002 nadvornik@suse.cz
- fixed instalation of manpages - fixed instalation of manpages
* Thu Apr 04 2002 - nadvornik@suse.cz * Thu Apr 04 2002 nadvornik@suse.cz
- fixed to compile with new autoconf - fixed to compile with new autoconf
* Fri Mar 08 2002 - nadvornik@suse.cz * Fri Mar 08 2002 nadvornik@suse.cz
- fixed permissions and removed CVS dirs in doc directory - fixed permissions and removed CVS dirs in doc directory
* Thu Feb 07 2002 - nadvornik@suse.cz * Thu Feb 07 2002 nadvornik@suse.cz
- update to 0.7.1: - update to 0.7.1:
- built with shared library - built with shared library
* Fri Feb 01 2002 - ro@suse.de * Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages> - changed neededforbuild <libpng> to <libpng-devel-packages>
* Wed Nov 28 2001 - nadvornik@suse.cz * Wed Nov 28 2001 nadvornik@suse.cz
- update to 0.7.0: - update to 0.7.0:
- compiles with libwmf 0.2.2 - compiles with libwmf 0.2.2
* Thu Jun 28 2001 - nadvornik@suse.cz * Thu Jun 28 2001 nadvornik@suse.cz
- update to 0.6.5 - update to 0.6.5
- libwmf is now a separate package - libwmf is now a separate package
* Wed Jun 13 2001 - nadvornik@suse.cz * Wed Jun 13 2001 nadvornik@suse.cz
- fixed to compile with new autoconf - fixed to compile with new autoconf
* Fri May 18 2001 - nadvornik@suse.cz * Fri May 18 2001 nadvornik@suse.cz
- fixed cast warnings and include files for ia64 - fixed cast warnings and include files for ia64
* Mon Apr 23 2001 - nadvornik@suse.cz * Mon Apr 23 2001 nadvornik@suse.cz
- fixed to compile on s390 - fixed to compile on s390
* Mon Mar 12 2001 - nadvornik@suse.cz * Mon Mar 12 2001 nadvornik@suse.cz
- libwmf compiled with -fPIC, now it can be linked to - libwmf compiled with -fPIC, now it can be linked to
ImageMagick module ImageMagick module
* Thu Feb 08 2001 - nadvornik@suse.cz * Thu Feb 08 2001 nadvornik@suse.cz
- update wv to 0.6.4, libwmf to 0.1.21 - update wv to 0.6.4, libwmf to 0.1.21
- fixed bug #6165 - fixed bug #6165
* Wed Nov 22 2000 - nadvornik@suse.cz * Wed Nov 22 2000 nadvornik@suse.cz
- fixed docdir name - fixed docdir name
* Tue Nov 21 2000 - schwab@suse.de * Tue Nov 21 2000 schwab@suse.de
- Fix permissions. - Fix permissions.
- Remove all CVS directories. - Remove all CVS directories.
- Avoid double slashes. - Avoid double slashes.
* Fri Nov 10 2000 - nadvornik@suse.cz * Fri Nov 10 2000 nadvornik@suse.cz
- rename mswordvw -> wv - rename mswordvw -> wv
- mswordvd -> wv-devel - mswordvd -> wv-devel
- update wv to 0.6.2, libwmf to 0.1.20 - update wv to 0.6.2, libwmf to 0.1.20
* Wed Nov 08 2000 - ro@suse.de * Wed Nov 08 2000 ro@suse.de
- fixed neededforbuild for ImageMagick - fixed neededforbuild for ImageMagick
* Mon Oct 09 2000 - nadvornik@suse.cz * Mon Oct 09 2000 nadvornik@suse.cz
- fixed Copyright - fixed Copyright
- used bzip2 - used bzip2
* Mon Sep 18 2000 - nadvornik@suse.cz * Mon Sep 18 2000 nadvornik@suse.cz
- added magickd to neededforbuild - added magickd to neededforbuild
- fixed to compile - fixed to compile
* Mon Jun 19 2000 - nadvornik@suse.cz * Mon Jun 19 2000 nadvornik@suse.cz
- update to 0.5.44 - update to 0.5.44
* Mon Jun 05 2000 - nadvornik@suse.cz * Mon Jun 05 2000 nadvornik@suse.cz
- fixed to compile with ImageMagick-5.2.0 - fixed to compile with ImageMagick-5.2.0
* Fri May 26 2000 - schwab@suse.de * Fri May 26 2000 schwab@suse.de
- Update config files. - Update config files.
* Thu May 18 2000 - nadvornik@suse.cz * Thu May 18 2000 nadvornik@suse.cz
- used %%{_defaultdocdir} - used %%{_defaultdocdir}
* Tue May 02 2000 - nadvornik@suse.cz * Tue May 02 2000 nadvornik@suse.cz
- fixed to compile - fixed to compile
* Thu Apr 20 2000 - nadvornik@suse.cz * Thu Apr 20 2000 nadvornik@suse.cz
- fixed filelist - fixed filelist
- created development subpackage mswordvd - created development subpackage mswordvd
* Tue Apr 18 2000 - nadvornik@suse.cz * Tue Apr 18 2000 nadvornik@suse.cz
- update to 0.5.43, libwmf 0.1.17 - update to 0.5.43, libwmf 0.1.17
- added Buildroot - added Buildroot
* Mon Jan 31 2000 - kukuk@suse.de * Mon Jan 31 2000 kukuk@suse.de
- Update to 0.5.14-bw6 - Update to 0.5.14-bw6
- Fix spec file - Fix spec file
- Move /usr/man -> /usr/share/man - Move /usr/man -> /usr/share/man
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Wed Aug 04 1999 - uli@suse.de * Wed Aug 04 1999 uli@suse.de
- added some missing files - added some missing files
* Fri May 21 1999 - kukuk@suse.de * Fri May 21 1999 kukuk@suse.de
- Update mswordview to 0.5.14 - Update mswordview to 0.5.14
* Thu Apr 29 1999 - kukuk@suse.de * Thu Apr 29 1999 kukuk@suse.de
- first initial version of mswordview 0.5.10 with libwmf 0.1.9 - first initial version of mswordview 0.5.10 with libwmf 0.1.9