source: projects/specs/trunk/lib/libs/libsvg-cairo/libsvg-cairo-vl.spec @ 8896

Revision 8896, 2.0 KB checked in by kudoh, 10 years ago (diff)

new upstream release and rebuilt

Line 
1Summary:        Render SVG Content Using cairo
2Summary(ja):    SVGコンテンツをCairoを利用してレンダリングするライブラリ
3Name:           libsvg-cairo
4Version:        0.1.6
5Release:        3%{?_dist_release}
6License:        LGPL
7Group:          System Environment/Libraries
8URL:            http://www.cairographics.org/
9Source:         %{name}-%{version}.tar.bz2
10BuildRoot:      %{_tmppath}/%{name}-%{version}-build
11BuildRequires:  cairo-devel, libjpeg-devel, libsvg-devel
12
13
14%description
15libsvg-cairo provides the ability to render SVG content from files or
16buffers. All rendering is performed using the cairo rendering library.
17
18%package devel
19Summary:        Render SVG Content Using cairo
20Group:          Development/Libraries
21Requires:       %{name} = %{version}
22Requires:       libsvg-devel, cairo-devel
23
24%description devel
25libsvg-cairo provides the ability to render SVG content from files or
26buffers. All rendering is performed using the cairo rendering library.
27
28
29%prep
30%setup -q
31
32%build
33%configure
34%__make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%makeinstall
39
40rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%post -p /sbin/ldconfig
46
47%postun -p /sbin/ldconfig
48
49
50%files
51%defattr(-,root,root)
52%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
53%{_libdir}/*.so.*
54
55%files devel
56%defattr(-,root,root)
57%{_libdir}/pkgconfig/%{name}.pc
58%{_libdir}/*.a
59%{_libdir}/*.so
60%{_includedir}/svg-cairo.h
61
62
63%changelog
64* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.6-3
65- rebuilt with libpng-1.6.12
66
67* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
68- rebuild with rpm-4.8.1 for pkg-config file
69
70* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.6-1vl5
71- applied new versioning policy, spec in utf-8
72
73* Sun Feb 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.6-0vl1
74- initial build for Vine Linux partially based on opensuse package
75
76* Wed Jan 25 2006 - mls@suse.de
77- converted neededforbuild to BuildRequires
78
79* Wed Nov 02 2005 - sbrabec@suse.cz
80- New SuSE package, version 0.1.6 (#120043).
Note: See TracBrowser for help on using the repository browser.