]> git.pld-linux.org Git - packages/SILLY.git/blobdiff - SILLY.spec
- fix building with current gcc
[packages/SILLY.git] / SILLY.spec
index 4cce78b0ae0a390c76f54628e6bcbf643dbc829d..a1e3728c7b863f31ce0237382d315e9eeabda04d 100644 (file)
@@ -2,14 +2,16 @@ Summary:      Simple Image Loading LibrarY
 Summary(pl.UTF-8):     Simple Image Loading LibrarY - prosta biblioteka do wczytywania obrazów
 Name:          SILLY
 Version:       0.1.0
-Release:       4
+Release:       8
 License:       MIT-like
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz
 # Source0-md5: c3721547fced7792a36ffc9ce6ec23fd
-Source1:       http://dl.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz
+Source1:       http://downloads.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz
 # Source1-md5: e52e9043b21a9d35a6da66ce9e84d3e1
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-libpng15.patch
+Patch2:                build.patch
 URL:           http://www.cegui.org.uk/wiki/index.php/SILLY
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -17,6 +19,7 @@ BuildRequires:        libjpeg-devel
 BuildRequires: libpng-devel >= 2:1.2.10
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: pkgconfig
 Requires:      libpng >= 2:1.2.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,6 +69,8 @@ Statyczna biblioteka SILLY.
 %prep
 %setup -q -b 1
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.452728 seconds and 4 git commands to generate.