SHA256
1
0
forked from pool/xpenguins

- builds with automake 1.13

* automake-1.13.patch

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpenguins?expand=0&rev=7
This commit is contained in:
Petr Gajdos 2013-03-05 11:18:33 +00:00 committed by Git OBS Bridge
parent e4dbde6625
commit 20cfb994bc
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Index: xpenguins-2.2/configure.in
===================================================================
--- xpenguins-2.2.orig/configure.in
+++ xpenguins-2.2/configure.in
@@ -1,6 +1,6 @@
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(xpenguins,2.2)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_CC

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 11:18:02 UTC 2013 - pgajdos@suse.com
- builds with automake 1.13
* automake-1.13.patch
-------------------------------------------------------------------
Sat Jan 12 07:33:48 UTC 2013 - coolo@suse.com

View File

@ -33,6 +33,7 @@ Source3: %name-stop.desktop
Source4: %name.png
Source5: %name-stop.png
Patch: xpenguins-%{version}-typo.diff
Patch1: xpenguins-%{version}-automake-1.13.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -45,6 +46,7 @@ go-go-gadget 'copter ability.
%prep
%setup
%patch
%patch1 -p1
cp %{S:1} %{S:4} %{S:5} .
%build