address comments
This commit is contained in:
parent
ff10cd1baf
commit
0fafa32f8c
21
cairomm.spec
21
cairomm.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: cairomm
|
Name: cairomm
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 2
|
Release: 10
|
||||||
Summary: C++ API for the cairo graphics library
|
Summary: C++ API for the cairo graphics library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.cairographics.org
|
URL: http://www.cairographics.org
|
||||||
@ -19,30 +19,27 @@ Requires: cairo%{?_isa} >= %{cairo_version}
|
|||||||
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
Cairo graphics library API, provides c++ developers cairo interfaces including
|
||||||
of cairo with an interface familiar to C++ developers, including use of the
|
of Standard Template Library.
|
||||||
Standard Template Library where it makes sense.
|
|
||||||
|
|
||||||
%package devel
|
%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}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
Cairo graphics library API, provides c++ developers cairo interfaces including
|
||||||
of cairo with an interface familiar to C++ developers, including use of the
|
of Standard Template Library.
|
||||||
Standard Template Library where it makes sense.
|
|
||||||
|
|
||||||
This package contains the libraries and header files needed for
|
This package contains the libraries and header files needed for
|
||||||
developing %{name} applications.
|
developing %{name} applications.
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -71,5 +68,5 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%changelog
|
%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
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user