libsexy/libsexy.spec

85 lines
1.8 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:58:07 -04:00
name: libsexy
Version: 0.1.11
2021-07-21 14:27:43 +08:00
Release: 36
2019-09-30 10:58:07 -04:00
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
2021-07-21 14:27:43 +08:00
BuildRequires: gcc libxml2-devel pango-devel gtk2-devel
2019-09-30 10:58:07 -04:00
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)
2019-11-06 19:39:57 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 10:58:07 -04:00
%{_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
2021-07-21 14:27:43 +08:00
* Wed Jul 21 2021 yushaogui <yushaogui@huawei.com> - 0.1.11-36
- delete a buildrequires for gdb
2020-01-09 15:30:03 +08:00
* Thu Jan 9 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.1.11-35
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:optimization the spec
2019-11-06 19:39:57 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.11-34
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
2019-09-30 10:58:07 -04:00
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.11-33
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add requires
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.11-32
- Package init