address comments

This commit is contained in:
jiaxiya 2019-12-07 00:33:33 +08:00
parent ff10cd1baf
commit 0fafa32f8c

View File

@ -5,7 +5,7 @@
Name: cairomm
Version: 1.12.0
Release: 2
Release: 10
Summary: C++ API for the cairo graphics library
License: LGPLv2+
URL: http://www.cairographics.org
@ -19,30 +19,27 @@ Requires: cairo%{?_isa} >= %{cairo_version}
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
%description
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.
Cairo graphics library API, provides c++ developers cairo interfaces including
of Standard Template Library.
%package devel
Summary: Headers for developing programs that will use %{name}
Summary: Header files when using %{name} to develop program
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
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.
Cairo graphics library API, provides c++ developers cairo interfaces including
of Standard Template Library.
This package contains the libraries and header files needed for
developing %{name} applications.
%package_help
%prep
%setup -q
%autosetup -p1
%build
%configure --disable-static
make %{?_smp_mflags}
%make_build %{?_smp_mflags}
%install
%make_install
@ -71,5 +68,5 @@ make %{?_smp_mflags}
%changelog
* Sat Nov 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.12.0-2
* Sun Dec 1 2019 jiaxiya <jiaxiyajiaxiya@168.com> - 1.12.0-10
- Package init