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

Revision 8067, 4.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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