diff --git a/cairomm.spec b/cairomm.spec index 3e23c08..1fea3d7 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -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 - 1.12.0-2 +* Sun Dec 1 2019 jiaxiya - 1.12.0-10 - Package init