1
0

Accepting request 159182 from X11:xfce

- builds with automake 1.13
  * automake-1.13.patch (forwarded request 159061 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/159182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-screenshooter?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2013-03-14 14:03:17 +00:00 committed by Git OBS Bridge
commit b57a49a024
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: xfce4-screenshooter-1.8.1/configure.ac
===================================================================
--- xfce4-screenshooter-1.8.1.orig/configure.ac
+++ xfce4-screenshooter-1.8.1/configure.ac
@@ -23,7 +23,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 13 11:35:46 CET 2013 - pgajdos@suse.cz
- builds with automake 1.13
* automake-1.13.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 7 12:47:08 UTC 2012 - gber@opensuse.org Mon May 7 12:47:08 UTC 2012 - gber@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package xfce4-screenshooter # spec file for package xfce4-screenshooter
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster. # Copyright (c) 2010 Guido Berhoerster.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -31,6 +31,8 @@ Source: http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/%{name}
Patch0: xfce4-screenshooter-use-docdir.patch Patch0: xfce4-screenshooter-use-docdir.patch
# PATCH-FIX-UPSTREAM xfce4-screenshooter-fix-plugin-linking.patch gber@opensuse.org -- Link the plugin module correctly # PATCH-FIX-UPSTREAM xfce4-screenshooter-fix-plugin-linking.patch gber@opensuse.org -- Link the plugin module correctly
Patch1: xfce4-screenshooter-fix-plugin-linking.patch Patch1: xfce4-screenshooter-fix-plugin-linking.patch
# PATCH-FIX-UPSTREAM xfce4-screenshooter-automake-1.13.patch pgajdos@suse.cz
Patch2: xfce4-screenshooter-automake-1.13.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: intltool BuildRequires: intltool
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -82,6 +84,7 @@ This package contains the HTML documentation for xfce4-screenshooter.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
xdt-autogen xdt-autogen