automatic version update by autodist [release 2.28.0-1mamba;Mon Aug 13 2018]
This commit is contained in:
parent
b0b5d0fbd9
commit
d9a74cb1fa
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: at-spi2-core
|
||||
Version: 2.26.2
|
||||
Version: 2.28.0
|
||||
Release: 1mamba
|
||||
Summary: Protocol definitions and daemon for D-Bus at-spi
|
||||
Group: System/Libraries
|
||||
@ -32,6 +32,7 @@ BuildRequires: libXtst-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: meson
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -70,13 +71,13 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
#--enable-gtk-doc
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -107,17 +108,19 @@ This package includes the %{name} API documentation.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/at-spi-2.0
|
||||
%{_includedir}/at-spi-2.0/*
|
||||
%{_libdir}/libatspi.la
|
||||
%{_libdir}/libatspi.so
|
||||
%{_libdir}/pkgconfig/atspi-2.pc
|
||||
%{_datadir}/gir-1.0/Atspi-2.0.gir
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/libatspi
|
||||
%{_datadir}/gtk-doc/html/libatspi/*
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/libatspi
|
||||
#%{_datadir}/gtk-doc/html/libatspi/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 31 2017 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user