Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > 0e7b4bf7a3184e80c67745f2b5b1ef48 > files > 2

entr-4.6-1.mga8.src.rpm

%define         debug_package %{nil}
%define         debug_source %{nil}

Name:           entr
Version:        4.6
Release:        %mkrel 1
Summary:        Run arbitrary commands when files change
Group:          File tools
License:        ISC
URL:            https://eradman.com/entrproject/
Source0:        https://eradman.com/entrproject/code/%{name}-%{version}.tar.gz

%description
The Event Notify Test Runner is a general purpose Unix utility intended to make
rapid feedback and automated testing natural and completely ordinary. 

%prep
%autosetup

%build
%set_build_flags
# Uses a very simplified configure script and our macros doesn't work
export PREFIX=%{_prefix}
./configure
%__make

%install
export PREFIX=%{_prefix}
export DESTDIR=%{buildroot}
%__make install

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*


%changelog
* Thu Oct 01 2020 kekepower <kekepower> 4.6-1.mga8
+ Revision: 1631407
- Update to version 4.6

* Thu Jun 18 2020 kekepower <kekepower> 4.5-2.mga8
+ Revision: 1596546
- Use %%set_build_flags to compile with our settings

* Fri Jun 12 2020 kekepower <kekepower> 4.5-1.mga8
+ Revision: 1592963
- Update to version 4.5

* Sun Mar 08 2020 kekepower <kekepower> 4.4-1.mga8
+ Revision: 1554970
- imported package entr