]> git.pld-linux.org Git - packages/gmyth.git/commitdiff
- rel 5; don't include curl/types.h, doesn't exist auto/th/gmyth-0_7_1-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Jun 2011 19:52:07 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmyth-curl.patch -> 1.1
    gmyth.spec -> 1.10

gmyth-curl.patch [new file with mode: 0644]
gmyth.spec

diff --git a/gmyth-curl.patch b/gmyth-curl.patch
new file mode 100644 (file)
index 0000000..0a1a565
--- /dev/null
@@ -0,0 +1,10 @@
+--- gmyth-0.7.1/gmyth/gmyth_http.h~    2008-03-03 12:59:37.000000000 +0100
++++ gmyth-0.7.1/gmyth/gmyth_http.h     2011-06-26 21:50:24.571219729 +0200
+@@ -42,7 +42,6 @@
+ #include "gmyth_recprofile.h"
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ G_BEGIN_DECLS
index 3285fd1d3fc046cfe3412528cb715fb42fce9538..80d89cc6c1016ffdda083c66990755a63b606cf6 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Myth TV library based upon GLib/GObject paradigm
 Summary(pl.UTF-8):     Biblioteka Myth TV oparta na paradygmacie GLib/GObject
 Name:          gmyth
 Version:       0.7.1
-Release:       4
+Release:       5
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/gmyth/%{name}-%{version}.tar.gz
 # Source0-md5: ab6b7525fd9c71cf5203f9e61abec0c3
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-curl.patch
 URL:           http://gmyth.sourceforge.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -56,6 +57,7 @@ Statyczna biblioteka gmyth.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.066878 seconds and 4 git commands to generate.