Accepting request 159164 from home:pgajdos
- builds with automake 1.13 * automake-1.13.patch OBS-URL: https://build.opensuse.org/request/show/159164 OBS-URL: https://build.opensuse.org/package/show/graphics/zimg?expand=0&rev=7
This commit is contained in:
parent
fe7679db17
commit
4729a4e5d3
13
zimg-automake-1.13.patch
Normal file
13
zimg-automake-1.13.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: zimg-5.0.0/configure.in
|
||||||
|
===================================================================
|
||||||
|
--- zimg-5.0.0.orig/configure.in
|
||||||
|
+++ zimg-5.0.0/configure.in
|
||||||
|
@@ -36,7 +36,7 @@ dnl ====================================
|
||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
|
AC_INIT(zimg.h)
|
||||||
|
-AM_CONFIG_HEADER(config.h)
|
||||||
|
+AC_CONFIG_HEADERS(config.h)
|
||||||
|
AC_PREREQ(1.12)
|
||||||
|
AC_REVISION($Revision: 1.106 $)
|
||||||
|
AC_CONFIG_AUX_DIR(.)
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 13 12:16:01 CET 2013 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- builds with automake 1.13
|
||||||
|
* automake-1.13.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 12:30:26 UTC 2013 - toganm@opensuse.org
|
Tue Jan 15 12:30:26 UTC 2013 - toganm@opensuse.org
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ Version: 5.0.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-%{version}.patch
|
Patch: %{name}-%{version}.patch
|
||||||
|
Patch1: zimg-automake-1.13.patch
|
||||||
Url: http://sourceforge.net/projects/zimg/
|
Url: http://sourceforge.net/projects/zimg/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Display 2-D data of arbitrary format
|
Summary: Display 2-D data of arbitrary format
|
||||||
@ -52,6 +53,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch
|
%patch
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define prefix /usr/
|
%define prefix /usr/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user