source: projects/specs/trunk/lib/libg/libgdiplus/libgdiplus-vl.spec @ 9472

Revision 9472, 4.5 KB checked in by inagaki, 9 years ago (diff)

2015-03-28 Ryoichi INAGAKI <ryo1@…>

  • dbus-sharp, dbus-sharp-glib, gecko-sharp2, gio-sharp, gnome-desktop-sharp2, kimono, libgpod, mono-debugger, mono-zeroconf, webkit-sharp: rebuilt
  • gnome-sharp2, libgdiplus, mono, mono-addins, mono-basic, nant: updated


Line 
1Name:           libgdiplus
2Version:        3.12
3Release:        1%{?_dist_release}
4Summary:        An Open Source implementation of the GDI+ API.
5Summary(ja):    GDI+ API のオープンソース実装
6
7License:        MIT
8Group:          System Environment/Libraries
9URL:            http://www.mono-project.com/docs/gui/libgdiplus/
10
11Source:         http://download.mono-project.com/sources/libgdiplus/%{name}-%{version}.tar.gz
12Patch0:         libgdiplus-2.10-freetype-2.5.x.patch
13Patch1:         libgdiplus-3.12-QuantizeBuffer.patch
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  cairo-devel >= 1.8.0
17BuildRequires:  freetype2-devel
18BuildRequires:  giflib-devel
19BuildRequires:  glib2-devel
20BuildRequires:  libexif-devel
21BuildRequires:  libjpeg-devel
22BuildRequires:  libtiff-devel
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26
27%description
28An Open Source implementation of the GDI+ API.
29This is part of the Mono project.
30
31%description -l ja
32GDI+ API のオープンソースな実装です.
33これは Mono Project の一部です.
34
35%package devel
36Summary:        Libraries for developing with libgdiplus.
37Summary(ja):    libgdiplus の開発用ライブラリ
38Group:          Development/Libraries
39Requires:       %{name} = %{version}-%{release}
40Requires:       cairo-devel
41Requires:       freetype2-devel
42Requires:       giflib-devel
43Requires:       glib2-devel
44Requires:       libexif-devel
45Requires:       libjpeg-devel
46Requires:       libtiff-devel
47
48%description devel
49This package provides the necessary development libraries to allow
50you to develop with libgdiplus.
51
52%description devel -l ja
53libgdiplus を使って開発する時に必要なライブラリ集です。
54
55%prep
56%setup -q
57#patch0 -p1 -b .ft
58%patch1 -p1 -b .qb
59
60%build
61%configure --enable-silent-rules --disable-static
62make %{?_smp_mflags}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66make install DESTDIR=$RPM_BUILD_ROOT
67
68rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
69
70%post  -p /sbin/ldconfig
71
72%postun -p /sbin/ldconfig
73
74%clean
75rm -rf $RPM_BUILD_ROO
76
77
78%files
79%defattr(0644, root, root, 0755)
80%doc AUTHORS COPYING src/ChangeLog
81%{_libdir}/*.so.*
82
83%files devel
84%defattr(0644, root, root, 0755)
85%{_libdir}/*.so
86%{_libdir}/pkgconfig/*
87
88%changelog
89* Thu Mar 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.12-1
90- new upstream release
91- updated Source1
92- added Requires: libexif-devel to devel subpackage
93
94* Sun Oct 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.8-1
95- updated to 3.8
96- dropt Patch0
97- linked with libexif
98- updated URL
99
100* Fri Dec 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10-2
101- rebuild with VineSeed environment
102- add Patch0 (libgdiplus-2.10-freetype-2.5.x.patch)
103- add Patch1 (libgdiplus-2.10-QuantizeBuffer.patch)
104
105* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.10-1
106- updated libgdiplus to 2.10
107
108* Sun Nov 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-1
109- updated libgdiplus to 2.8.1
110
111* Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.8-1
112- updated libgdiplus to 2.8
113
114* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.7-2
115- rebuild with rpm-4.8.1 for pkg-config file
116
117* Mon Jul 26 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.7-1
118- updated libgdiplus to 2.6.7
119
120* Sat May 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
121- updated libgdiplus to 2.6.4
122
123* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.2-2
124- added --disable-static option to %%configure
125- added Requires to devel package
126
127* Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.2-1
128- updated libgdiplus to 2.6.2
129
130* Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
131- updated libgdiplus to 2.6
132
133* Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1
134- new upstream release
135- dropt static library
136
137* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
138- new upstream release
139
140* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
141- applied new versioning policy, spec in utf-8
142
143* Fri Sep 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.5-0vl1
144- new upstream release
145- added --without-libexif option
146
147* Sat Oct 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.6-0vl1
148- new upstream release
149
150* Wed Mar 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.4-0vl1
151- new upstream release
152
153* Sun Dec 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
154- new upstream release
155
156* Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl2
157- fixed spec file encofing (was iso-2022-jp?)
158- changed Groups of each packages
159
160* Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.4-0vl1
161- new upstream version
162- added japanese description
163
164* Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl2
165- build on cairo-0.2.0
166
167* Sat Oct 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl1
168- built for VineLinux
169
170
Note: See TracBrowser for help on using the repository browser.