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

Revision 805, 5.1 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file of gnome-2.30

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.21
7Release: 1%{?_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* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.21-1
100- new upstream release
101
102* Sat Jul 11 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.20-3
103- added compat32 package for x86_64 arch support
104
105* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.20-2
106- spec in utf-8
107- remove static lib
108
109* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.20-1vl5
110- new upstream release (Patch0 was merged into upstream)
111
112* Mon Apr  2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.19-0vl2
113- add Patch0 (http://svn.gnome.org/viewcvs/libart_lgpl?view=rev&revision=278)
114
115* Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.19-0vl1
116- new upstream release
117
118* Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.17-0vl1
119- new upstream release
120- add Japanese summary
121
122* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.16-0vl1
123- new upstream release
124
125* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.15-0vl1
126- new upstream release
127
128* Wed Aug 27 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.14-0vl1
129- source upgrade
130
131* Mon May 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.12-0vl1
132- source upgrade
133
134* Sat Jan  4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.11-0vl1
135- source upgrade
136- build with new toolchain
137
138* Tue Aug  6 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.10-1vl1
139- first release for Vine Linux
140- cleanup spec for Vine Linux
141
142* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
143- 2.3.10, required by nautilus 2.0.2 for some reason
144
145* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
146- 2.3.9, should give gdm login screen a kick in the ass
147
148* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
149- automated rebuild
150
151* Sun May 26 2002 Tim Powers <timp@redhat.com>
152- automated rebuild
153
154* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
155- rebuild in different environment
156
157* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
158 - rebuild in different environment
159
160* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
161- rebuild
162
163* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
164- actually increase version to 2.3.8
165
166* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
167- upgrade to 2.3.8 so header files don't break eel2
168
169* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
170- automated rebuild
171
172* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
173- 2.3.7.91 snap
174
175* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
176- cvs snap, rebuild with new glib
177
178* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
179- 2.3.6
180
181* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
182- new CVS snap with upstream changes merged
183
184* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
185- Initial build.
186
187
Note: See TracBrowser for help on using the repository browser.