diff --git a/.gitignore b/.gitignore index a619577..a777108 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xdotool-2.20100623.2949.tar.gz /xdotool-2.20110530.1.tar.gz /xdotool-3.20150503.1.tar.gz /xdotool-3.20160805.1.tar.gz +/xdotool-3.20211022.1.tar.gz diff --git a/sources b/sources index 2514cef..24a0104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdotool-3.20160805.1.tar.gz) = e27b1029ee954ea17643ed489a00a1856e5687b03772c0f10a8e50cde3c3c957b57a3ba9890005474a744a228ef4827a83770d6890479c37a1f98f4fd7b1ff6c +SHA512 (xdotool-3.20211022.1.tar.gz) = f11d7b079f19d1650adfb549ecc96e840805935bf4925beefc3238154ad0afbff36b134c78bfc73a9dc07fc869ab75676575d6de50cfd54484d2c35d6913ea27 diff --git a/xdotool.spec b/xdotool.spec index 8260872..f7558d5 100644 --- a/xdotool.spec +++ b/xdotool.spec @@ -1,10 +1,10 @@ Name: xdotool -Version: 3.20160805.1 +Version: 3.20211022.1 Epoch: 1 -Release: 6%{?dist} +Release: 1%{?dist} Summary: Fake keyboard/mouse input 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 BuildRequires: make @@ -33,12 +33,11 @@ developing applications that use libxdo %setup -q %build -export WARNFLAGS="$RPM_OPT_FLAGS" -make %{?_smp_mflags} WITHOUT_RPATH_FIX=1 +%set_build_flags +%make_build WITHOUT_RPATH_FIX=1 %install -rm -rf $RPM_BUILD_ROOT -make PREFIX=$RPM_BUILD_ROOT/%{_prefix} INSTALLMAN=$RPM_BUILD_ROOT%{_mandir} INSTALLLIB=$RPM_BUILD_ROOT%{_libdir} install +%make_install PREFIX=%{_prefix} INSTALLMAN=%{_mandir} INSTALLLIB=%{_libdir} #fix permissions chmod 0644 examples/ffsp.sh @@ -46,12 +45,13 @@ chmod 0644 examples/ffsp.sh %ldconfig_scriptlets -n libxdo %files -n libxdo -%doc CHANGELIST COPYRIGHT README -%{_libdir}/*.so.* +%doc CHANGELIST COPYRIGHT README.md +%{_libdir}/*.so.3* %files -n libxdo-devel %{_includedir}/* %{_libdir}/*.so +%{_libdir}/pkgconfig/libxdo.pc %files %{_bindir}/%{name} @@ -59,6 +59,10 @@ chmod 0644 examples/ffsp.sh %doc examples %changelog +* Sat Nov 05 2022 Orion Poplawski - 1:3.20111022.1-1 +- Update to 3.20111022.1 +- Use set_build_flags and make macros + * Sat Jul 23 2022 Fedora Release Engineering - 1:3.20160805.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild