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

Revision 1450, 3.3 KB checked in by owa, 14 years ago (diff)

new upstream

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