]> git.pld-linux.org Git - packages/libhubbub.git/commitdiff
- dropped outdated build patch auto/th/libhubbub-0.3.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Feb 2016 08:16:22 +0000 (09:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Feb 2016 08:16:22 +0000 (09:16 +0100)
libhubbub-build.patch [deleted file]
libhubbub.spec

diff --git a/libhubbub-build.patch b/libhubbub-build.patch
deleted file mode 100644 (file)
index 9c6a23c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- libhubbub-0.3.1/Makefile.orig      2015-03-16 12:04:59.380838569 +0100
-+++ libhubbub-0.3.1/Makefile   2015-03-16 12:05:36.949410158 +0100
-@@ -15,12 +15,7 @@ TESTRUNNER := $(PERL) $(NSTESTTOOLS)/tes
- WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-       -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-       -Wmissing-declarations -Wnested-externs -pedantic
--# BeOS/Haiku/AmigaOS have standard library errors that issue warnings.
--ifneq ($(BUILD),i586-pc-haiku)
--  ifneq ($(findstring amigaos,$(BUILD)),amigaos)
--    WARNFLAGS := $(WARNFLAGS) -Werror
--  endif
--endif
-+
- CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
-       -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
- ifneq ($(GCCVER),2)
index 3252118111adc5001705304fd295009655360f7a..0888def60257e757402a56e332e0ab9728735471 100644 (file)
@@ -11,7 +11,6 @@ License:      MIT
 Group:         Libraries
 Source0:       http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
 # Source0-md5: 037e642d3e5e6086756f57b5316b2c4f
-Patch0:                %{name}-build.patch
 URL:           http://www.netsurf-browser.org/projects/libhubbub/
 BuildRequires: libparserutils-devel >= 0.2.3
 BuildRequires: netsurf-buildsystem >= 1.5
@@ -113,12 +112,13 @@ export LDFLAGS="%{rpmldflags}"
 %endif
 
 %install
+rm -rf $RPM_BUILD_ROOT
+
 export AR="%{__ar}"
 export CC="%{__cc}"
 export CFLAGS="%{rpmcflags} %{rpmcppflags}"
 export LDFLAGS="%{rpmldflags}"
 
-rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        Q= \
        PREFIX=%{_prefix} \
This page took 0.099295 seconds and 4 git commands to generate.