name: libsexy Version: 0.1.11 Release: 35 Summary: a collection of GTK+ widgets License: LGPLv2+ URL: https://www.openhub.net/p/libsexy Source0: http://releases.chipx86.com/%{name}/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: gcc gdb libxml2-devel pango-devel gtk2-devel Requires: enchant %description Libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} pkgconfig gtk2-devel libxml2-devel %description devel This package contains libraries and header files for developing applications that use %{name}. %package_help %prep %autosetup -n %{name}-%{version} -p1 %build %configure %make_build %install %make_install %delete_la %check make check %ldconfig_scriptlets %files %defattr(-,root,root) %doc AUTHORS %license COPYING %{_libdir}/%{name}.so.* %files devel %defattr(-,root,root) %{_includedir}/%{name} %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/%{name}.a %files help %defattr(-,root,root) %doc NEWS %{_datadir}/gtk-doc/html/%{name} %changelog * Thu Jan 9 2020 openEuler Buildteam - 0.1.11-35 - Type:bugfix - ID:NA - SUG:NA - DESC:optimization the spec * Sat Oct 19 2019 openEuler Buildteam - 0.1.11-34 - Type:bugfix - Id:NA - SUG:NA - DESC:change the directory of the license file * Tue Sep 10 2019 openEuler Buildteam - 0.1.11-33 - Type:enhancement - ID:NA - SUG:NA - DESC:add requires * Wed Aug 28 2019 openEuler Buildteam - 0.1.11-32 - Package init