/[pkgs]/devel/libgdiplus/libgdiplus.spec
ViewVC logotype

Contents of /devel/libgdiplus/libgdiplus.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.47 - (show annotations) (download)
Sun Oct 4 15:28:23 2009 UTC (7 weeks, 1 day ago) by pfj
Branch: MAIN
CVS Tags: libgdiplus-2_6-1_fc13, HEAD
Changes since 1.46: +16 -19 lines
Bump to 2.6 preview 1
1 #%define svnver 137314
2 #%define date 072209
3 Name: libgdiplus
4 Version: 2.6
5 Release: 1%{?dist}
6 Summary: libgdiplus: An Open Source implementation of the GDI+ API
7
8 Group: System Environment/Libraries
9 License: MIT
10 URL: http://mono.ximian.com/monobuild/snapshot/sources-preview/
11 Source0: %{name}-%{svnver}.tar.bz2
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13
14 BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
15 BuildRequires: libungif-devel libpng-devel fontconfig-devel
16 BuildRequires: cairo-devel
17 BuildRequires: zlib-devel
18
19 %description
20 An Open Source implementation of the GDI+ API, it is part of the Mono
21 Project
22
23 %package devel
24 Summary: Development files for libgdiplus
25 Group: Development/Libraries
26 Requires: %{name} = %{version}-%{release} pkgconfig
27
28 %description devel
29 Development files for libgdiplus
30
31 %prep
32 %setup -q -n %name-%svnver
33 perl -pi -e "s,-Werror,,g" src/Makefile
34
35 %build
36 %configure --disable-static
37 make %{?_smp_mflags}
38
39 %install
40 rm -rf %{buildroot}
41 make install DESTDIR=%{buildroot}
42
43 rm %{buildroot}%{_libdir}/*.la
44
45 %clean
46 rm -rf %{buildroot}
47
48 %post -p /sbin/ldconfig
49
50 %postun -p /sbin/ldconfig
51
52 %files
53 %doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
54 %defattr(-,root,root,-)
55 %{_libdir}/lib*.so.*
56
57 %files devel
58 %doc ChangeLog
59 %defattr(-,root,root,-)
60 %{_libdir}/pkgconfig/*
61 %{_libdir}/lib*.so
62
63 %changelog
64 * Wed Sep 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-1
65 - Update to 2.6 preview 1
66
67 * Mon Jun 22 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4,2-2
68 - bump to RC1
69
70 * Tue Jun 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-1
71 - bump to 2.4.2 preview
72
73 * Wed Mar 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-5
74 - 2.4 release
75
76 * Tue Mar 17 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-4.RC3
77 - Bump to RC3
78
79 * Tue Mar 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-3.RC2
80 - Bump to RC2
81
82 * Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-2.RC1
83 - Bump to RC1 release
84 - Fixed source URL
85 - Returned from svn to official releases
86
87 * Mon Feb 02 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.pre1.20090202svn124838
88 - Update to svn
89 - retagged as 2.4 pre-release 1
90
91 * Sat Jan 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.RC1.20090104svn122354.1
92 - Rebuild
93
94 * Sun Jan 04 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.RC1.20090104svn122354
95 - Update to svn
96
97 * Wed Dec 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.RC1.20081224svn122059
98 - Bump to RC1 branched svn
99
100 * Wed Dec 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-3.pre2.20081012svn118228
101 - Update to svn
102
103 * Fri Dec 05 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre2
104 - Update to 2.2 preview 2
105
106 * Tue Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
107 - Update to 2.2 preview 1
108
109 * Sat Oct 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-5
110 - fix the long standing symlink problem
111
112 * Fri Oct 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-4
113 - Bump to RC4
114
115 * Mon Sep 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-3
116 - Bump to RC3
117
118 * Tue Sep 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-2
119 - Bump to RC1
120
121 * Sat Aug 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
122 - Bump to preview 1
123 - Alter licence
124
125 * Thu Mar 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-4
126 - bump to preview 4
127
128 * Mon Feb 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-1
129 - bump to preview 1
130
131 * Tue Dec 11 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-2
132 - bump to preview 4
133
134 * Thu Nov 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1
135 - bump to latest preview version
136
137 * Fri Oct 05 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5-1
138 - bump to 1.2.5
139 - disabled static build
140 - added fontconfig-devel requirement
141
142 * Fri Apr 21 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.4-1
143 - bump
144
145 * Fri Jan 26 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.3-1
146 - bump
147
148 * Sat Dec 02 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.2-1
149 - bump
150
151 * Sat Nov 25 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.1-1
152 - bump
153
154 * Fri Nov 03 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2-1
155 - bump
156 - added post and postun
157 - put the .so file in the devel package
158
159 * Sat Sep 02 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.17-1
160 - bump
161 - added devel package
162 - swapped the perl script into prep (where it should be!)
163
164 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
165 - rebuild
166
167 * Fri Jul 7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16-1
168 - update to 1.1.16
169
170 * Wed Jun 7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.15-1
171 - Update to 1.1.15
172
173 * Wed Apr 26 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13.6-2
174 - Upgrade to 1.1.13.6
175
176 * Fri Mar 3 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.4-1
177 - Update to 1.1.13.4
178
179 * Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-2
180 - Rebuild
181
182 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.13.2-1.1
183 - rebuilt for new gcc4.1 snapshot and glibc changes
184
185 * Tue Jan 31 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-1
186 - Update to 1.1.13.2
187
188 * Fri Jan 13 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13-1
189 - update to 1.1.13
190
191 * Wed Jan 11 2006 Alexander Larsson <alexl@redhat.com> 1.1.11-2
192 - Don't package debug info
193
194 * Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.11-1
195 - Update to 1.1.11
196
197 * Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.10-3
198 - Rebuild, fix gcc4 issue
199
200 * Thu Nov 17 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-2
201 - Build on s390* also
202
203 * Thu Nov 17 2005 Alexander Larsson <alexl@redhat.com> - 1.1.10-1
204 - Initial version
205

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2