Update to 0.3.0.
This commit is contained in:
parent
094e3d57c9
commit
6cd4e222c9
@ -1 +1 @@
|
|||||||
cairo-0.2.0.tar.gz
|
cairo-0.3.0.tar.gz
|
||||||
|
11
cairo.spec
11
cairo.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: A vector graphics library
|
Summary: A vector graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 0.2.0
|
Version: 0.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
@ -35,7 +35,8 @@ source vector graphics library.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-warnings --disable-glitz
|
%configure --enable-warnings --disable-glitz --disable-quartz \
|
||||||
|
--disable-atsui --disable-xcb
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,14 +57,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/cairo-features.h
|
%{_includedir}/cairo/*
|
||||||
%{_includedir}/cairo.h
|
|
||||||
%{_libdir}/libcairo*.a
|
%{_libdir}/libcairo*.a
|
||||||
#%{_libdir}/libcairo*.la
|
#%{_libdir}/libcairo*.la
|
||||||
%{_libdir}/libcairo.so
|
%{_libdir}/libcairo.so
|
||||||
%{_libdir}/pkgconfig/cairo.pc
|
%{_libdir}/pkgconfig/cairo.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 23 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.0-1
|
||||||
|
- Update to 0.3.0, explicitly disable more backends.
|
||||||
|
|
||||||
* Tue Nov 16 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
|
* Tue Nov 16 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
|
||||||
- Incorporate changes suggested by katzj: Require: ldconfig and run it
|
- Incorporate changes suggested by katzj: Require: ldconfig and run it
|
||||||
in %post and %postun, don't pass CFLAGS to make.
|
in %post and %postun, don't pass CFLAGS to make.
|
||||||
|
Loading…
Reference in New Issue
Block a user