source: projects/specs/trunk/lib/liba/libart_lgpl/libart_lgpl-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: Library of graphics routines used by libgnomecanvas
4Summary(ja): libgnomecanvas で使うグラフィックルーチンを集めたライブラリ
5Name: libart_lgpl
6Version: 2.3.20
7Release: 3%{?_dist_release}
8URL: http://www.gnome.org/
9Source0: %{name}-%{version}.tar.bz2
10License: LGPL
11Group: System Environment/Libraries
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14%description
15Graphics routines used by the GnomeCanvas widget and some other
16applications. libart renders vector paths and the like.
17
18%package devel
19Summary: Libraries and headers for libart_lgpl.
20Summary(ja): libart_lgpl の開発用ライブラリとヘッダファイル
21Group: Development/Libraries
22Requires: %{name} = %{version}
23Conflicts: gnome-libs-devel < 1.4.1.2
24
25%description devel
26Graphics routines used by the GnomeCanvas widget and some other
27applications. libart renders vector paths and the like.
28
29%package -n compat32-%{name}
30Summary: Library of graphics routines used by libgnomecanvas
31Summary(ja): libgnomecanvas で使うグラフィックルーチンを集めたライブラリ
32Group: System Environment/Libraries
33Requires: %{name} = %{version}-%{release}
34
35%description -n compat32-%{name}
36Graphics routines used by the GnomeCanvas widget and some other
37applications. libart renders vector paths and the like.
38
39%package -n compat32-%{name}-devel
40Summary: Libraries and headers for libart_lgpl.
41Summary(ja): libart_lgpl の開発用ライブラリとヘッダファイル
42Group: Development/Libraries
43Requires: %{name}-devel = %{version}-%{release}
44Requires: compat32-%{name} = %{version}-%{release}
45
46%description -n compat32-%{name}-devel
47Graphics routines used by the GnomeCanvas widget and some other
48applications. libart renders vector paths and the like.
49
50%prep
51rm -rf $RPM_BUILD_ROOT
52%setup -q
53
54%build
55%configure
56make %{?_smp_mflags}
57
58%install
59make DESTDIR=$RPM_BUILD_ROOT install
60
61rm -rf $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post -p /sbin/ldconfig
67
68%postun -p /sbin/ldconfig
69
70%post -n compat32-%{name} -p /sbin/ldconfig
71
72%postun -n compat32-%{name} -p /sbin/ldconfig
73
74%files
75%defattr(-,root,root)
76%doc AUTHORS COPYING ChangeLog NEWS README
77%{_libdir}/lib*.so.*
78
79%files devel
80%defattr(-,root,root)
81%{_libdir}/lib*.so
82%{_libdir}/pkgconfig/*.pc
83%{_bindir}/libart2-config
84%{_includedir}/*
85
86# compat32
87%if %{build_compat32}
88%files -n compat32-%{name}
89%defattr(-,root,root)
90%{_libdir}/lib*.so.*
91
92%files -n compat32-%{name}-devel
93%defattr(-,root,root)
94%{_libdir}/lib*.so
95%{_libdir}/pkgconfig/*.pc
96%endif
97
98%changelog
99* Sat Jul 11 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.20-3
100- added compat32 package for x86_64 arch support
101
102* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.20-2
103- spec in utf-8
104- remove static lib
105
106* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.20-1vl5
107- new upstream release (Patch0 was merged into upstream)
108
109* Mon Apr  2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.19-0vl2
110- add Patch0 (http://svn.gnome.org/viewcvs/libart_lgpl?view=rev&revision=278)
111
112* Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.19-0vl1
113- new upstream release
114
115* Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.17-0vl1
116- new upstream release
117- add Japanese summary
118
119* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.16-0vl1
120- new upstream release
121
122* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.15-0vl1
123- new upstream release
124
125* Wed Aug 27 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.14-0vl1
126- source upgrade
127
128* Mon May 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.12-0vl1
129- source upgrade
130
131* Sat Jan  4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.11-0vl1
132- source upgrade
133- build with new toolchain
134
135* Tue Aug  6 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.10-1vl1
136- first release for Vine Linux
137- cleanup spec for Vine Linux
138
139* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
140- 2.3.10, required by nautilus 2.0.2 for some reason
141
142* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
143- 2.3.9, should give gdm login screen a kick in the ass
144
145* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
146- automated rebuild
147
148* Sun May 26 2002 Tim Powers <timp@redhat.com>
149- automated rebuild
150
151* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
152- rebuild in different environment
153
154* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
155 - rebuild in different environment
156
157* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
158- rebuild
159
160* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
161- actually increase version to 2.3.8
162
163* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
164- upgrade to 2.3.8 so header files don't break eel2
165
166* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
167- automated rebuild
168
169* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
170- 2.3.7.91 snap
171
172* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
173- cvs snap, rebuild with new glib
174
175* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
176- 2.3.6
177
178* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
179- new CVS snap with upstream changes merged
180
181* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
182- Initial build.
183
184
Note: See TracBrowser for help on using the repository browser.