source: projects/specs/branches/6/lib/liba/libart_lgpl/libart_lgpl-vl.spec @ 1858

Revision 1858, 5.2 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21797]

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