automatic version update by autodist [release 2.48.0-1mamba;Thu Apr 15 2021]

This commit is contained in:
Automatic Build System 2024-01-06 05:20:20 +01:00
parent 2e8625ab5b
commit 07ae88deb5

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
%define apiver %(echo %version | cut -d. -f 1-2)
Name: libpangomm Name: libpangomm
Version: 2.46.0 Version: 2.48.0
Release: 1mamba Release: 1mamba
Summary: C++ interface for Pango Summary: C++ interface for Pango
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gtkmm.sourceforge.net/ URL: https://gtkmm.sourceforge.net/
Source: http://ftp.acc.umu.se/pub/GNOME/sources/pangomm/%{majver}/pangomm-%{version}.tar.xz Source: http://ftp.acc.umu.se/pub/GNOME/sources/pangomm/%{majver}/pangomm-%{version}.tar.xz
License: LGPL License: LGPL
BuildRequires: doxygen BuildRequires: doxygen
@ -25,7 +25,6 @@ BuildRequires: libpango-devel
BuildRequires: libsigc++2-devel BuildRequires: libsigc++2-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{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.
@ -78,19 +77,19 @@ This package contains %{name} API documentation.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libpangomm-*.so.* %{_libdir}/libpangomm-%{apiver}.so.*
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/pangomm-1.4 %dir %{_includedir}/pangomm-%{apiver}
%{_includedir}/pangomm-1.4/*.h %{_includedir}/pangomm-%{apiver}/*.h
%dir %{_includedir}/pangomm-1.4/pangomm %dir %{_includedir}/pangomm-%{apiver}/pangomm
%{_includedir}/pangomm-1.4/pangomm/*.h %{_includedir}/pangomm-%{apiver}/pangomm/*.h
%dir %{_includedir}/pangomm-1.4/pangomm/private %dir %{_includedir}/pangomm-%{apiver}/pangomm/private
%{_includedir}/pangomm-1.4/pangomm/private/*.h %{_includedir}/pangomm-%{apiver}/pangomm/private/*.h
%{_libdir}/pangomm-1.4/proc/m4/convert*.m4 %{_libdir}/pangomm-%{apiver}/proc/m4/convert*.m4
%{_libdir}/pangomm-1.4/include/pangommconfig.h %{_libdir}/pangomm-%{apiver}/include/pangommconfig.h
%{_libdir}/libpangomm-*.so %{_libdir}/libpangomm-*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README README.SUN README.win32 %doc ChangeLog NEWS README README.SUN README.win32
@ -106,6 +105,9 @@ This package contains %{name} API documentation.
#%{_docdir}/pangomm-1.4/reference #%{_docdir}/pangomm-1.4/reference
%changelog %changelog
* Thu Apr 15 2021 Automatic Build System <autodist@mambasoft.it> 2.48.0-1mamba
- automatic version update by autodist
* Thu Jan 28 2021 Automatic Build System <autodist@mambasoft.it> 2.46.0-1mamba * Thu Jan 28 2021 Automatic Build System <autodist@mambasoft.it> 2.46.0-1mamba
- automatic version update by autodist - automatic version update by autodist