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

Revision 8084, 5.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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