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:
parent
4b4265e152
commit
b8cf1cc1ab
@ -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
3
libwpg-0.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d823f4b2ddfe349cca09e40bd57af8220e8bf935bcfb66be520e02ba4d327dc6
|
||||
size 326684
|
@ -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
|
||||
|
||||
|
15
libwpg.spec
15
libwpg.spec
@ -25,16 +25,16 @@ BuildRequires: doxygen
|
||||
%else
|
||||
%define build_doc 0
|
||||
%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
|
||||
Version: 0.1.3
|
||||
Release: 3
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Url: http://libwpg.sourceforge.net/
|
||||
Source: libwpg-%{version}.tar.bz2
|
||||
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
|
||||
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
|
||||
@ -50,8 +50,8 @@ Authors:
|
||||
Fridrich Strba (fridrich.strba@bluewin.ch)
|
||||
Ariya Hidayat (ariya@kde.org)
|
||||
|
||||
%package -n libwpg-0_1-1
|
||||
%define libname libwpg-0_1-1
|
||||
%package -n libwpg-0_2-2
|
||||
%define libname libwpg-0_2-2
|
||||
License: LGPL v2.1 or later
|
||||
# remove the old non-versioned package (built in the bs for instance)
|
||||
Obsoletes: libwpg < %version
|
||||
@ -127,7 +127,6 @@ Authors:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
AUTOMAKE="automake --foreign" autoreconf -fi
|
||||
%configure --disable-static --docdir=%_docdir/%name
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
@ -168,6 +167,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_docdir}/%{name}/[A-Z]*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 06 2010 fstrba@novell.com
|
||||
- Upgrade to a new ABI version
|
||||
* Wed Oct 22 2008 mrueckert@suse.de
|
||||
- fix debug_packages_requires define
|
||||
* Fri Aug 01 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user