New release
This commit is contained in:
parent
3a5418a1ce
commit
09f755e257
14
cairomm.spec
14
cairomm.spec
@ -1,16 +1,18 @@
|
||||
Summary: This library provides a C++ interface to cairo
|
||||
Summary: Cairomm is the C++ API for the cairo graphics library
|
||||
Name: cairomm
|
||||
Version: 1.1.10
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.cairographics.org
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz
|
||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: cairo-devel >= 1.2.0 pkgconfig
|
||||
|
||||
%description
|
||||
This library provides a C++ interface to cairo.
|
||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
||||
of cairo with an interface familiar to C++ developers, including use of the
|
||||
Standard Template Library where it makes sense.
|
||||
|
||||
%package devel
|
||||
Summary: Headers for developing programs that will use %{name}
|
||||
@ -55,6 +57,10 @@ mv docs/reference .
|
||||
%doc ChangeLog reference
|
||||
|
||||
%changelog
|
||||
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
|
||||
- New upstream release
|
||||
- Updated summary and description
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user