Fridrich Strba 2020-11-09 16:32:33 +00:00 committed by Git OBS Bridge
parent dc71ad0f5b
commit 021800b5f5

View File

@ -26,8 +26,7 @@ Group: Development/Libraries/Java
URL: https://gitlab.gnome.org/GNOME/java-atk-wrapper/
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
Source1: HOWTO
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/wrapper/manifest.txt
Source3: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: java-devel >= 1.7
@ -59,9 +58,7 @@ change of underlying communication mechanism.
%prep
%setup -q
cp %{SOURCE1} .
cp %{SOURCE2} wrapper/
cp %{SOURCE3} .
cp %{SOURCE1} %{SOURCE2} .
rm -f wrapper/org/GNOME/Accessibility/AtkWrapper.java
%build