Update to 3.20111022.1

Use set_build_flags and make macros
epel9 imports/e9/xdotool-3.20211022.1-1.el9
Orion Poplawski 2 years ago
parent 60a9b71055
commit 5aeba85944

1
.gitignore vendored

@ -3,3 +3,4 @@ xdotool-2.20100623.2949.tar.gz
/xdotool-2.20110530.1.tar.gz /xdotool-2.20110530.1.tar.gz
/xdotool-3.20150503.1.tar.gz /xdotool-3.20150503.1.tar.gz
/xdotool-3.20160805.1.tar.gz /xdotool-3.20160805.1.tar.gz
/xdotool-3.20211022.1.tar.gz

@ -1 +1 @@
SHA512 (xdotool-3.20160805.1.tar.gz) = e27b1029ee954ea17643ed489a00a1856e5687b03772c0f10a8e50cde3c3c957b57a3ba9890005474a744a228ef4827a83770d6890479c37a1f98f4fd7b1ff6c SHA512 (xdotool-3.20211022.1.tar.gz) = f11d7b079f19d1650adfb549ecc96e840805935bf4925beefc3238154ad0afbff36b134c78bfc73a9dc07fc869ab75676575d6de50cfd54484d2c35d6913ea27

@ -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

Loading…
Cancel
Save