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

Revision 1917, 3.4 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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