1.1.13.6-alt1
[libgdiplus.git] / libgdiplus.spec
1 Name: libgdiplus
2 Version: 1.1.13.6
3 Release: alt1
4
5 Summary: An Open Source implementation of the GDI+ API.
6 License: GPL
7 Group: System/Libraries
8 Packager: Mono Maintainers Team <mono@packages.altlinux.org>
9 Url: http://www.mono-project.com/
10
11 %define def_with_param() %{expand:%%{!?_with_%{1}: %%{!?_without_%{1}: %%{?2: %%global _with_param_%{1} %{2}} %%global _with_%{1} --with-%{1}}}}
12 %define subst_with_param() %{expand:%%{?_with_%{1}:%%{_with_%{1}}%%{?_with_param_%{1}:=%%{_with_param_%{1}}}}} %{expand:%%{?_without_%{1}:%%{_without_%{1}}%%{?_without_param_%{1}:=%%{_without_param_%{1}}}}}
13 %define if_with_param() %if %{expand:%%{?_with_%{1}: %%{?2:%%(if [ "%%{_with_param_%{1}}" == "%{2}" ]; then echo 1; else echo 0; fi)}%%{!?2:1}}%%{!?_with_%{1}:0}}
14
15 %def_with_param cairo installed
16 %def_disable static
17
18 Source0: http://www.go-mono.com/sources/%name-%version.tar.gz
19 Patch0: libgdiplus-1.1.13.6-alt.patch
20
21 # Automatically added by buildreq on Thu Sep 23 2004
22 BuildRequires: XFree86-devel XFree86-libs fontconfig-devel freetype2-devel glib2-devel hostinfo libcairo-devel libglitz-devel libjpeg-devel libpixman-devel libpng-devel libtiff-devel libungif-devel pkg-config zlib-devel
23
24 %description
25 An Open Source implementation of the GDI+ API
26
27 %prep
28 %setup -q
29 %patch -p1
30
31 %build
32 %remove_optflags -Wall
33 %__aclocal
34 %__autoconf
35 %__automake
36 %configure %{subst_with_param cairo}  %{subst_enable static}
37 %make_build
38
39 %install
40 %makeinstall
41
42 %files
43 %_libdir/libgdiplus.so
44 %_libdir/libgdiplus.so.0 
45 %_libdir/libgdiplus.so.0.0.0  
46 %_libdir/pkgconfig/*
47
48 %changelog
49 * Thu Mar 30 2006 Evgeny Sinelnikov <sin@altlinux.ru> 1.1.13.6-alt1
50 - Update to release
51 - Fix libcairo patch
52
53 * Sat Feb 04 2006 Evgeny Sinelnikov <sin@altlinux.ru> 1.1.13.2-alt1
54 - Update to release
55 - Fix build patch for using system libcairo
56
57 * Mon Nov 14 2005 Evgeny Sinelnikov <sin@altlinux.ru> 1.1.10-alt1
58 - Update to release
59
60 * Wed Oct 05 2005 Evgeny Sinelnikov <sin@altlinux.ru> 1.1.9.2-alt1
61 - Update to 1.1.9.2
62
63 * Sat Jun 18 2005 Evgeny Sinelnikov <sin@altlinux.ru> 1.1.8-alt1
64 - Update to 1.1.8
65
66 * Sat May 14 2005 Evgeny Sinelnikov <sin@altlinux.ru> 1.1.7-alt1
67 - Update to 1.1.7
68
69 * Thu Sep 23 2004 Pavel S. Mironchik <tibor@altlinux.ru> 1.0-alt1
70 - Initial build.