Moved to cairomm 1.1.10 to support cairo 1.2 in FC6
This commit is contained in:
parent
69db4395ad
commit
3a5418a1ce
@ -1 +1 @@
|
|||||||
cairomm-0.6.0.tar.gz
|
cairomm-1.1.10.tar.gz
|
||||||
|
15
cairomm.spec
15
cairomm.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: This library provides a C++ interface to cairo
|
Summary: This library provides a C++ interface to cairo
|
||||||
Name: cairomm
|
Name: cairomm
|
||||||
Version: 0.6.0
|
Version: 1.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.cairographics.org
|
URL: http://www.cairographics.org
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: cairo-devel >= 1.0.4 pkgconfig
|
BuildRequires: cairo-devel >= 1.2.0 pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides a C++ interface to cairo.
|
This library provides a C++ interface to cairo.
|
||||||
@ -33,7 +33,7 @@ developing %{name} applications.
|
|||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||||
mv docs/reference/html .
|
mv docs/reference .
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
@ -52,9 +52,14 @@ mv docs/reference/html .
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/cairomm-1.0/
|
%{_includedir}/cairomm-1.0/
|
||||||
%doc ChangeLog html
|
%doc ChangeLog reference
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
|
||||||
|
- First release for cairo 1.2
|
||||||
|
- Adjusted cairo dependencies for new version
|
||||||
|
- Docs were in html, moved to reference/html
|
||||||
|
|
||||||
* Sun Apr 9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
|
* Sun Apr 9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
|
||||||
- New upstream version should fix the upstream issues like AUTHORS and README
|
- New upstream version should fix the upstream issues like AUTHORS and README
|
||||||
- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
|
- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
|
||||||
|
Loading…
Reference in New Issue
Block a user