Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 35f31a4f0fb938f20113eca3360b6e86 > files > 2

fspy-0.1.1-3.fc16.src.rpm

Name:           fspy
Version:        0.1.1
Release:        3%{?dist}
Summary:        Filesystem activity monitoring utility

Group:          Applications/System
License:        GPLv2+
URL:            http://mytty.org/fspy/
Source0:        http://mytty.org/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
fspy is an easy to use linux filesystem activity monitoring tool. It is
is small, fast and handles system resources conservatively. Features 
include being able to apply filters, use diffing and set a custom output
format in order to achieve the best results.


%prep
%setup -q
# tar ball contains binaries
rm fspy obj/*.o

%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
chmod 0644 README


%install
rm -rf %{buildroot}
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc GPL* LICENSE README
%{_bindir}/%{name}


%changelog
* Fri Feb 11 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.1.1-3
- Fix mass rebuild breakdown, caused by tarball containing precompiled binaries.

* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Fri Mar 05 2010 Fabian Affolter <fabian@bernewireless.net> - 0.1.1-1
- Added license files
- Updated to new upstream version 0.1.1

* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.1.0-6
- Use bzipped upstream tarball.

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Sun Jan 04 2009 Fabian Affolter <fabian@bernewireless.net> - 0.1.0-3
- Updated description and source URL

* Sun Jan 04 2009 Fabian Affolter <fabian@bernewireless.net> - 0.1.0-2
- Removed BR

* Thu Jan 01 2009 Fabian Affolter <fabian@bernewireless.net> - 0.1.0-1
- Initial spec for Fedora