76 lines
1.9 KiB
RPMSpec
76 lines
1.9 KiB
RPMSpec
Name: libgnomecanvas
|
|
Version: 2.30.3
|
|
Release: 19
|
|
Summary: An Add-On for the GNOME User Interface Libraries
|
|
URL: https://www.gnome.org/
|
|
Source0: https://download.gnome.org/sources/libgnomecanvas/2.30/%{name}-%{version}.tar.bz2
|
|
License: LGPLv2+
|
|
BuildRequires: gtk2-devel libart_lgpl-devel libglade2-devel gail-devel libtool gettext intltool
|
|
|
|
%description
|
|
Libgnomecanvas is a graphical add-on for the GNOME User Interface libraries.
|
|
The canvas widget allows you to create custom displays using stock items
|
|
such as circles, lines, text, and so on. It was originally a port of the
|
|
Tk canvas widget but has evolved quite a bit over time.
|
|
|
|
%package devel
|
|
Summary: Libraries and headers for %{_name}
|
|
Requires: %{name} = %{version}-%{release} gtk-doc
|
|
|
|
%description devel
|
|
The %{_name}-devel package contains the libraries and header files
|
|
that you can use to develop %{_name} applications.
|
|
|
|
%package_help
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
%configure --disable-gtk-doc --enable-glade
|
|
%disable_rpath
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%delete_la
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS
|
|
%license COPYING.LIB
|
|
%{_datadir}/locale/*
|
|
%{_libdir}/libglade/2.0/libcanvas.so
|
|
%{_libdir}/libgnomecanvas-2.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/libgnomecanvas-2.0/libgnomecanvas/*.h
|
|
%{_libdir}/libgnomecanvas-2.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/*.a
|
|
%{_libdir}/libglade/2.0/*.a
|
|
|
|
%files help
|
|
%defattr(-,root,root)
|
|
%doc NEWS README
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
%changelog
|
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.30.3-19
|
|
- Type:bugfix
|
|
- Id:NA
|
|
- SUG:NA
|
|
- DESC:change the directory of the license files
|
|
|
|
* Wed Oct 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.30.3-18
|
|
- Type:bugfix
|
|
- Id:NA
|
|
- SUG:NA
|
|
- DESC: Modify the license
|
|
|
|
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org>- 2.30.3-17
|
|
- Package init
|