automatic version update by autodist [release 2.28.1-1mamba;Sat Dec 19 2020]
This commit is contained in:
parent
6e366fcca8
commit
39841fe80f
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libatkmm
|
Name: libatkmm
|
||||||
Version: 2.28.0
|
Version: 2.28.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The official C++ interface for the ATK accessibility toolkit library
|
Summary: The official C++ interface for the ATK accessibility toolkit library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -31,19 +31,21 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.
|
atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n atkmm-%{version}
|
%setup -q -n atkmm-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -51,7 +53,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libatkmm-*.so.*
|
%{_libdir}/libatkmm-*.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -59,16 +61,19 @@ This package contains static libraries and header files need for development.
|
|||||||
%dir %{_includedir}/atkmm-*
|
%dir %{_includedir}/atkmm-*
|
||||||
%{_includedir}/atkmm-*/atkmm.h
|
%{_includedir}/atkmm-*/atkmm.h
|
||||||
%{_includedir}/atkmm-*/atkmm/
|
%{_includedir}/atkmm-*/atkmm/
|
||||||
%{_libdir}/libatkmm-*.la
|
|
||||||
%{_libdir}/libatkmm-*.so
|
%{_libdir}/libatkmm-*.so
|
||||||
%{_libdir}/atkmm-1.6/include/atkmmconfig.h
|
%{_libdir}/atkmm-1.6/include/atkmmconfig.h
|
||||||
%{_libdir}/atkmm-1.6/proc/m4/convert*.m4
|
%{_libdir}/atkmm-1.6/proc/m4/convert*.m4
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/devhelp/books/atkmm-*/atkmm-*.devhelp2
|
#%{_datadir}/devhelp/books/atkmm-*/atkmm-*.devhelp2
|
||||||
%dir %{_docdir}/atkmm-*
|
#%dir %{_docdir}/atkmm-*
|
||||||
%{_docdir}/atkmm-*/reference
|
#%{_docdir}/atkmm-*/reference
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Nov 05 2018 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
* Mon Nov 05 2018 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user