automatic version update by autodist [release 2.42.2-1mamba;Tue Dec 29 2020]
This commit is contained in:
parent
76d2b8de14
commit
76b0f63539
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: libpangomm
|
||||
Version: 2.42.1
|
||||
Version: 2.42.2
|
||||
Release: 1mamba
|
||||
Summary: C++ interface for Pango
|
||||
Group: System/Libraries
|
||||
@ -37,8 +37,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{name} provides a C++ interface to the Pango library. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package apidocs
|
||||
Summary: %{name} API documentation
|
||||
@ -47,20 +46,22 @@ Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
%{name} provides a C++ interface to the Pango library. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.
|
||||
|
||||
This package contains %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pangomm-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson \
|
||||
-Dbuild-documentaton=true
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
## Fix documentation installation
|
||||
#mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/pangomm-1.4
|
||||
@ -77,8 +78,8 @@ This package contains %{name} API documentation.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README README.SUN README.win32
|
||||
%{_libdir}/libpangomm-*.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -90,21 +91,24 @@ This package contains %{name} API documentation.
|
||||
%{_includedir}/pangomm-1.4/pangomm/private/*.h
|
||||
%{_libdir}/pangomm-1.4/proc/m4/convert*.m4
|
||||
%{_libdir}/pangomm-1.4/include/pangommconfig.h
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libpangomm-*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog NEWS README README.SUN README.win32
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/pangomm-1.4
|
||||
#%{_datadir}/gtk-doc/html/pangomm-1.4/*
|
||||
%{_datadir}/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp2
|
||||
%{_docdir}/pangomm-1.4/images/gtkmm_logo.gif
|
||||
%{_docdir}/pangomm-1.4/images/top.gif
|
||||
%dir %{_docdir}/pangomm-1.4/
|
||||
%{_docdir}/pangomm-1.4/reference
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
##%dir %{_datadir}/gtk-doc/html/pangomm-1.4
|
||||
##%{_datadir}/gtk-doc/html/pangomm-1.4/*
|
||||
#%{_datadir}/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp2
|
||||
#%{_docdir}/pangomm-1.4/images/gtkmm_logo.gif
|
||||
#%{_docdir}/pangomm-1.4/images/top.gif
|
||||
#%dir %{_docdir}/pangomm-1.4/
|
||||
#%{_docdir}/pangomm-1.4/reference
|
||||
|
||||
%changelog
|
||||
* Tue Dec 29 2020 Automatic Build System <autodist@mambasoft.it> 2.42.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 22 2020 Automatic Build System <autodist@mambasoft.it> 2.42.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user