|
|
@ -1,10 +1,10 @@
|
|
|
|
Name: xdotool
|
|
|
|
Name: xdotool
|
|
|
|
Version: 3.20160805.1
|
|
|
|
Version: 3.20211022.1
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fake keyboard/mouse input
|
|
|
|
Summary: Fake keyboard/mouse input
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: http://www.semicomplete.com/projects/xdotool/
|
|
|
|
URL: https://github.com/jordansissel/xdotool
|
|
|
|
Source0: https://github.com/jordansissel/xdotool/releases/download/v%{version}/xdotool-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/jordansissel/xdotool/releases/download/v%{version}/xdotool-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -33,12 +33,11 @@ developing applications that use libxdo
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export WARNFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%set_build_flags
|
|
|
|
make %{?_smp_mflags} WITHOUT_RPATH_FIX=1
|
|
|
|
%make_build WITHOUT_RPATH_FIX=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%make_install PREFIX=%{_prefix} INSTALLMAN=%{_mandir} INSTALLLIB=%{_libdir}
|
|
|
|
make PREFIX=$RPM_BUILD_ROOT/%{_prefix} INSTALLMAN=$RPM_BUILD_ROOT%{_mandir} INSTALLLIB=$RPM_BUILD_ROOT%{_libdir} install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#fix permissions
|
|
|
|
#fix permissions
|
|
|
|
chmod 0644 examples/ffsp.sh
|
|
|
|
chmod 0644 examples/ffsp.sh
|
|
|
@ -46,12 +45,13 @@ chmod 0644 examples/ffsp.sh
|
|
|
|
%ldconfig_scriptlets -n libxdo
|
|
|
|
%ldconfig_scriptlets -n libxdo
|
|
|
|
|
|
|
|
|
|
|
|
%files -n libxdo
|
|
|
|
%files -n libxdo
|
|
|
|
%doc CHANGELIST COPYRIGHT README
|
|
|
|
%doc CHANGELIST COPYRIGHT README.md
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/*.so.3*
|
|
|
|
|
|
|
|
|
|
|
|
%files -n libxdo-devel
|
|
|
|
%files -n libxdo-devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/libxdo.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/%{name}
|
|
|
@ -59,6 +59,10 @@ chmod 0644 examples/ffsp.sh
|
|
|
|
%doc examples
|
|
|
|
%doc examples
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Nov 05 2022 Orion Poplawski <orion@nwra.com> - 1:3.20111022.1-1
|
|
|
|
|
|
|
|
- Update to 3.20111022.1
|
|
|
|
|
|
|
|
- Use set_build_flags and make macros
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20160805.1-6
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20160805.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|