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