Blob Blame History Raw
Name:           vmtouch
Version:        1.0.1
Release:        2%{?dist}
Summary:        Portable file system cache diagnostics and control

License:        BSD
URL:            http://hoytech.com/vmtouch/
Source0:        https://github.com/hoytech/%{name}/archive/%{name}-%{version}.tar.gz

BuildRequires:  /usr/bin/pod2man
# used by watch-vmtouch
Requires:       /usr/bin/clear


%description
Vmtouch is a tool for learning about and controlling the file system cache of
Unix and Unix-like systems.


%prep
%setup -q -n%{name}-%{name}-%{version}


%build
make CFLAGS='%{optflags}'


%install
make install PREFIX=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}


%files
%doc CHANGES README TODO
%{_bindir}/%{name}
%{_bindir}/watch-vmtouch
%{_mandir}/man8/%{name}.8*


%changelog
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Fri Nov 13 2015 Robin Lee <cheeselee@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1

* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.8.0-2
- Perl 5.18 rebuild

* Sat May 25 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.8.0-1
- Initial package