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

Revision 782, 3.1 KB checked in by inagaki, 14 years ago (diff)

updated: libgdiplus

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