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

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           libgdiplus
2Summary:        An Open Source implementation of the GDI+ API.
3Summary(ja):    GDI+ API のオープンソースな実装
4Version:        2.6
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}
31
32%description devel
33This package provides the necessary development libraries to allow
34you to develop with libgdiplus.
35
36%description devel -l ja
37libgdiplus を使って開発する時に必要なライブラリ集です。
38
39%prep
40%setup -q
41
42%build
43%configure --without-libexif
44make
45
46%install
47rm -rf %{buildroot}
48
49%makeinstall
50
51rm -f %{buildroot}%{_libdir}/*.la
52
53%post  -p /sbin/ldconfig
54
55%postun -p /sbin/ldconfig
56
57%clean
58rm -rf %{buildroot}
59
60
61%files
62%defattr(0644, root, root, 0755)
63%doc AUTHORS COPYING src/ChangeLog
64%{_libdir}/*.so.*
65
66%files devel
67%defattr(0644, root, root, 0755)
68%{_libdir}/*.so
69%{_libdir}/pkgconfig/*
70
71%changelog
72* Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
73- updated libgdiplus to 2.6
74
75* Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1
76- new upstream release
77- dropt static library
78
79* Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
80- new upstream release
81
82* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
83- applied new versioning policy, spec in utf-8
84
85* Fri Sep 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.5-0vl1
86- new upstream release
87- added --without-libexif option
88
89* Sat Oct 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.6-0vl1
90- new upstream release
91
92* Wed Mar 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.13.4-0vl1
93- new upstream release
94
95* Sun Dec 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
96- new upstream release
97
98* Tue Nov 23 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl2
99- fixed spec file encofing (was iso-2022-jp?)
100- changed Groups of each packages
101
102* Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.4-0vl1
103- new upstream version
104- added japanese description
105
106* Sat Nov 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl2
107- build on cairo-0.2.0
108
109* Sat Oct 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.2-0vl1
110- built for VineLinux
111
112
Note: See TracBrowser for help on using the repository browser.