source: projects/specs/branches/6/lib/libg/libgdiplus/libgdiplus-vl.spec @ 3285

Revision 3285, 3.7 KB checked in by owa, 13 years ago (diff)

mono-2.10.1

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