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

Revision 913, 3.2 KB checked in by owa, 14 years ago (diff)

update to mono-2.6.4

Line 
1Name:           libgdiplus
2Summary:        An Open Source implementation of the GDI+ API.
3Summary(ja):    GDI+ API のオープンソースな実装
4Version:        2.6.4
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* Sat May 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
79- updated libgdiplus to 2.6.4
80
81* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.2-2
82- added --disable-static option to %%configure
83- added Requires to devel package
84
85* Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.2-1
86- updated libgdiplus to 2.6.2
87
88* Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
89- updated libgdiplus to 2.6
90
91* Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1
92- new upstream release
93- dropt static library
94
95* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
96- new upstream release
97
98* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
99- applied new versioning policy, spec in utf-8
100
101* Fri Sep 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.5-0vl1
102- new upstream release
103- added --without-libexif option
104
105* Sat Oct 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.6-0vl1
106- new upstream release
107
108* Wed Mar 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.4-0vl1
109- new upstream release
110
111* Sun Dec 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
112- new upstream release
113
114* Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl2
115- fixed spec file encofing (was iso-2022-jp?)
116- changed Groups of each packages
117
118* Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.4-0vl1
119- new upstream version
120- added japanese description
121
122* Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl2
123- build on cairo-0.2.0
124
125* Sat Oct 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl1
126- built for VineLinux
127
128
Note: See TracBrowser for help on using the repository browser.