This commit is contained in:
committed by
Git OBS Bridge
parent
451e52eb67
commit
ba4c2d9695
40
gdl-missing-include.patch
Normal file
40
gdl-missing-include.patch
Normal file
@@ -0,0 +1,40 @@
|
||||
Index: gdl-2.27.2/gdl/Makefile.am
|
||||
===================================================================
|
||||
--- gdl-2.27.2.orig/gdl/Makefile.am
|
||||
+++ gdl-2.27.2/gdl/Makefile.am
|
||||
@@ -29,6 +29,7 @@ libgdl_headers = \
|
||||
gdl-dock-item.h \
|
||||
gdl-dock-item-grip.h \
|
||||
gdl-dock-layout.h \
|
||||
+ gdl-dock-placeholder.h \
|
||||
gdl-dock-bar.h
|
||||
|
||||
libgdl_1_la_SOURCES = \
|
||||
@@ -51,7 +52,6 @@ libgdl_1_la_SOURCES = \
|
||||
gdl-dock-tablabel.h \
|
||||
gdl-dock-layout.c \
|
||||
gdl-dock-placeholder.c \
|
||||
- gdl-dock-placeholder.h \
|
||||
gdl-dock-bar.c \
|
||||
gdl-switcher.c \
|
||||
gdl-switcher.h \
|
||||
Index: gdl-2.27.2/gdl/Makefile.in
|
||||
===================================================================
|
||||
--- gdl-2.27.2.orig/gdl/Makefile.in
|
||||
+++ gdl-2.27.2/gdl/Makefile.in
|
||||
@@ -290,6 +290,7 @@ libgdl_headers = \
|
||||
gdl-dock-item.h \
|
||||
gdl-dock-item-grip.h \
|
||||
gdl-dock-layout.h \
|
||||
+ gdl-dock-placeholder.h \
|
||||
gdl-dock-bar.h
|
||||
|
||||
libgdl_1_la_SOURCES = \
|
||||
@@ -312,7 +313,6 @@ libgdl_1_la_SOURCES = \
|
||||
gdl-dock-tablabel.h \
|
||||
gdl-dock-layout.c \
|
||||
gdl-dock-placeholder.c \
|
||||
- gdl-dock-placeholder.h \
|
||||
gdl-dock-bar.c \
|
||||
gdl-switcher.c \
|
||||
gdl-switcher.h \
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 13:14:26 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Add gdl-missing-include.patch to install a header in includedir.
|
||||
Else, everything depending on gdl fails to build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 12:20:49 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
10
gdl.spec
10
gdl.spec
@@ -28,10 +28,12 @@ BuildRequires: translation-update-upstream
|
||||
License: GPL v2 only
|
||||
Group: System/Libraries
|
||||
Version: 2.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM gdl-missing-include.patch vuntz@novell.com -- Taken from git
|
||||
Patch0: gdl-missing-include.patch
|
||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -93,8 +95,9 @@ Authors:
|
||||
Gustavo Gir<EFBFBD>ldez <gustavo giraldez at gmx net> (GdlDock)
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
@@ -133,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}-1.lang
|
||||
|
||||
%changelog
|
||||
* Thu May 28 2009 vuntz@novell.com
|
||||
- Add gdl-missing-include.patch to install a header in includedir.
|
||||
Else, everything depending on gdl fails to build.
|
||||
* Wed May 27 2009 vuntz@novell.com
|
||||
- Update to version 2.27.2:
|
||||
+ Fix out of source tree builds
|
||||
|
Reference in New Issue
Block a user