Accepting request 55221 from devel:libraries:c_c++

Accepted submit request 55221 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/55221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwpg?expand=0&rev=9
This commit is contained in:
Marcus Rückert 2010-12-08 16:30:57 +00:00 committed by Git OBS Bridge
parent 4b4265e152
commit b8cf1cc1ab
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f5c8d31e1b18d8f3b73a3dbbf78b6a2c4230b00f0be56e3547c56a867fd520
size 285550

3
libwpg-0.2.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 7 09:22:43 CET 2010 - fstrba@novell.com
- Upgrade to a new ABI version needed by LibreOffice 3.3.0 (don't run autoreconf which is not needed anymore)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 22 16:17:31 CEST 2008 - mrueckert@suse.de Wed Oct 22 16:17:31 CEST 2008 - mrueckert@suse.de

View File

@ -25,16 +25,16 @@ BuildRequires: doxygen
%else %else
%define build_doc 0 %define build_doc 0
%endif %endif
BuildRequires: gcc-c++ libwpd-devel pkgconfig BuildRequires: gcc-c++ libwpd-devel >= 0.9.0 pkgconfig
Summary: Library to read and parse graphics in WordPerfect Graphics format Summary: Library to read and parse graphics in WordPerfect Graphics format
Version: 0.1.3 Version: 0.2.0
Release: 3 Release: 0
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: System/Libraries Group: System/Libraries
Url: http://libwpg.sourceforge.net/ Url: http://libwpg.sourceforge.net/
Source: libwpg-%{version}.tar.bz2 Source: libwpg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libwpg-0_1-1 = %{version}-%{release} %define debug_package_requires libwpg-0_2-2 = %{version}-%{release}
%description %description
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
@ -50,8 +50,8 @@ Authors:
Fridrich Strba (fridrich.strba@bluewin.ch) Fridrich Strba (fridrich.strba@bluewin.ch)
Ariya Hidayat (ariya@kde.org) Ariya Hidayat (ariya@kde.org)
%package -n libwpg-0_1-1 %package -n libwpg-0_2-2
%define libname libwpg-0_1-1 %define libname libwpg-0_2-2
License: LGPL v2.1 or later License: LGPL v2.1 or later
# remove the old non-versioned package (built in the bs for instance) # remove the old non-versioned package (built in the bs for instance)
Obsoletes: libwpg < %version Obsoletes: libwpg < %version
@ -127,7 +127,6 @@ Authors:
%setup -q %setup -q
%build %build
AUTOMAKE="automake --foreign" autoreconf -fi
%configure --disable-static --docdir=%_docdir/%name %configure --disable-static --docdir=%_docdir/%name
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
@ -168,6 +167,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}/[A-Z]* %doc %{_docdir}/%{name}/[A-Z]*
%changelog %changelog
* Mon Dec 06 2010 fstrba@novell.com
- Upgrade to a new ABI version
* Wed Oct 22 2008 mrueckert@suse.de * Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define - fix debug_packages_requires define
* Fri Aug 01 2008 ro@suse.de * Fri Aug 01 2008 ro@suse.de