automatic version update by autodist [release 2.42.2-1mamba;Tue Dec 29 2020]

This commit is contained in:
Automatic Build System 2024-01-06 05:20:20 +01:00
parent 76d2b8de14
commit 76b0f63539

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
Name: libpangomm Name: libpangomm
Version: 2.42.1 Version: 2.42.2
Release: 1mamba Release: 1mamba
Summary: C++ interface for Pango Summary: C++ interface for Pango
Group: System/Libraries Group: System/Libraries
@ -37,8 +37,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %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. %{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 needed for development.
This package contains static libraries and header files need for development.
%package apidocs %package apidocs
Summary: %{name} API documentation Summary: %{name} API documentation
@ -47,20 +46,22 @@ Requires: gtk-doc
%description apidocs %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. %{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. This package contains %{name} API documentation.
%prep %debug_package
%prep
%setup -q -n pangomm-%{version} %setup -q -n pangomm-%{version}
%build %build
%configure %meson \
%make -Dbuild-documentaton=true
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %meson_install
## Fix documentation installation ## Fix documentation installation
#mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/pangomm-1.4 #mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/pangomm-1.4
@ -77,8 +78,8 @@ This package contains %{name} API documentation.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libpangomm-*.so.*
%doc AUTHORS COPYING ChangeLog NEWS README README.SUN README.win32 %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -90,21 +91,24 @@ This package contains %{name} API documentation.
%{_includedir}/pangomm-1.4/pangomm/private/*.h %{_includedir}/pangomm-1.4/pangomm/private/*.h
%{_libdir}/pangomm-1.4/proc/m4/convert*.m4 %{_libdir}/pangomm-1.4/proc/m4/convert*.m4
%{_libdir}/pangomm-1.4/include/pangommconfig.h %{_libdir}/pangomm-1.4/include/pangommconfig.h
%{_libdir}/*.la %{_libdir}/libpangomm-*.so
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README README.SUN README.win32
%files apidocs #%files apidocs
%defattr(-,root,root) #%defattr(-,root,root)
#%dir %{_datadir}/gtk-doc/html/pangomm-1.4 ##%dir %{_datadir}/gtk-doc/html/pangomm-1.4
#%{_datadir}/gtk-doc/html/pangomm-1.4/* ##%{_datadir}/gtk-doc/html/pangomm-1.4/*
%{_datadir}/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp2 #%{_datadir}/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp2
%{_docdir}/pangomm-1.4/images/gtkmm_logo.gif #%{_docdir}/pangomm-1.4/images/gtkmm_logo.gif
%{_docdir}/pangomm-1.4/images/top.gif #%{_docdir}/pangomm-1.4/images/top.gif
%dir %{_docdir}/pangomm-1.4/ #%dir %{_docdir}/pangomm-1.4/
%{_docdir}/pangomm-1.4/reference #%{_docdir}/pangomm-1.4/reference
%changelog %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 * Sun Mar 22 2020 Automatic Build System <autodist@mambasoft.it> 2.42.1-1mamba
- automatic version update by autodist - automatic version update by autodist