OBS User unknown 2008-07-29 21:52:25 +00:00 committed by Git OBS Bridge
parent d5925ce8d7
commit 1bdbe1ea48
5 changed files with 17 additions and 33 deletions

View File

@ -1,25 +0,0 @@
---
docs/doxygen/Makefile.am | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--- docs/doxygen/Makefile.am.orig
+++ docs/doxygen/Makefile.am
@@ -5,13 +5,13 @@ EXTRA_DIST = doxygen.cfg \
if WITH_LIBWPG_DOCS
install-data-am:
- mkdir -p $(DESTDIR)$(datadir)/doc/libwpg-@WPG_VERSION@/html
- $(INSTALL) html/*.html $(DESTDIR)$(datadir)/doc/libwpg-@WPG_VERSION@/html/
- $(INSTALL) html/*.png $(DESTDIR)$(datadir)/doc/libwpg-@WPG_VERSION@/html/
- $(INSTALL) html/*.css $(DESTDIR)$(datadir)/doc/libwpg-@WPG_VERSION@/html/
+ mkdir -p $(DESTDIR)$(docdir)/html
+ $(INSTALL_DATA) html/*.html $(DESTDIR)$(docdir)/html/
+ $(INSTALL_DATA) html/*.png $(DESTDIR)$(docdir)/html/
+ $(INSTALL_DATA) html/*.css $(DESTDIR)$(docdir)/html/
uninstall-am:
- -rm -rf $(DESTDIR)$(datadir)/doc/libwpg-@WPG_VERSION@/html
+ -rm -rf $(DESTDIR)$(docdir)/html
all:
test -f header.html.in || $(LN_S) $(srcdir)/header.html.in ./

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 28 14:11:58 CEST 2008 - mmarek@suse.cz
- update to 0.1.3
* bugfixes
* install-docs patch merged
-------------------------------------------------------------------
Fri Apr 4 10:32:02 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libwpg (Version 0.1.2)
# spec file for package libwpg (Version 0.1.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -20,13 +20,12 @@ BuildRequires: doxygen
%endif
BuildRequires: gcc-c++ libwpd-devel pkgconfig
Summary: Library to read and parse graphics in WordPerfect Graphics format
Version: 0.1.2
Release: 2
Version: 0.1.3
Release: 1
License: LGPL v2.1 or later
Group: System/Libraries
Url: http://libwpg.sourceforge.net/
Source: libwpg-%{version}.tar.bz2
Patch0: libwpg-0.1.2-install-docs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -118,7 +117,6 @@ Authors:
%prep
%setup -q
%patch0
%build
AUTOMAKE="automake --foreign" autoreconf -fi
@ -162,6 +160,10 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}/[A-Z]*
%changelog
* Mon Jul 28 2008 mmarek@suse.cz
- update to 0.1.3
* bugfixes
* install-docs patch merged
* Fri Apr 04 2008 mmarek@suse.cz
- rename the library package to libwpg-0_1-1 as required by the
policy (libwpg-0.1.so.1 -> libwpg-0_1-1)