Blame SPECS/filebench.spec

a17c5f
Name:           filebench
a17c5f
Version:        1.4.9.1
a17c5f
Release:        3%{?dist}
a17c5f
Summary:        A model based file system workload generator
a17c5f
a17c5f
Group:          Applications/File
a17c5f
License:        CDDL
a17c5f
URL:            http://filebench.sourceforge.net/
a17c5f
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
a17c5f
Source1:        LICENSE
a17c5f
Source2:        filebench.1
a17c5f
Patch0:         make-dofile-global.patch
a17c5f
a17c5f
BuildRequires:  flex
a17c5f
BuildRequires:  bison
a17c5f
a17c5f
%description
a17c5f
Filebench is a file system and storage benchmark that allows to generate a
a17c5f
high variety of workloads. It employs extensive Workload Model Language (WML)
a17c5f
for detailed workload specification.
a17c5f
a17c5f
a17c5f
%prep
a17c5f
%setup -q
a17c5f
%patch0 -p1 -b .dofile
a17c5f
cp -p %{SOURCE1} .
a17c5f
cp -p %{SOURCE2} .
a17c5f
a17c5f
a17c5f
%build
a17c5f
%configure
a17c5f
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
a17c5f
a17c5f
a17c5f
%install
a17c5f
make install DESTDIR=$RPM_BUILD_ROOT
a17c5f
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
a17c5f
install -m 644 -p %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
a17c5f
a17c5f
a17c5f
%files
a17c5f
%doc AUTHORS ChangeLog COPYING LICENSE NEWS README TODO
a17c5f
%{_bindir}/%{name}
a17c5f
%{_datadir}/%{name}
a17c5f
%{_mandir}/man1/%{name}*
a17c5f
a17c5f
a17c5f
%changelog
a17c5f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.4.9.1-3
a17c5f
- Mass rebuild 2014-01-24
a17c5f
a17c5f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4.9.1-2
a17c5f
- Mass rebuild 2013-12-27
a17c5f
a17c5f
* Sat Sep 14 2013 Hushan Jia <hushan.jia@gmail.com> 1.4.9.1-1
a17c5f
- Update to upstream 1.4.9.1 which have several bug fixes and enhancements
a17c5f
- remove arch definitions, the syscalls are now detected during configuring
a17c5f
a17c5f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.9-12
a17c5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a17c5f
a17c5f
* Tue Mar 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.9-11
a17c5f
- Fix FTBFS on ARM (RHBZ 923468)
a17c5f
a17c5f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.9-10
a17c5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a17c5f
a17c5f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.9-9
a17c5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a17c5f
a17c5f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.9-8
a17c5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a17c5f
a17c5f
* Fri Oct 7 2011 Dan HorĂ¡k <dan[at]danny.cz> 1.4.9-7
a17c5f
- fix build on secondary arches
a17c5f
a17c5f
* Fri Sep 9 2011 Hushan Jia <hushan.jia@gmail.com> 1.4.9-6
a17c5f
- make dofile global
a17c5f
- add bison to BR
a17c5f
a17c5f
* Sun Sep 4 2011 Hushan Jia <hushan.jia@gmail.com> 1.4.9-5
a17c5f
- fix build error on ppc64 arch
a17c5f
a17c5f
* Sat Sep 3 2011 Hushan Jia <hushan.jia@gmail.com> 1.4.9-4
a17c5f
- use RPM_BUILD_ROOT macro for consistency
a17c5f
a17c5f
* Sat Sep 3 2011 Hushan Jia <hushan.jia@gmail.com> 1.4.9-3
a17c5f
- use UTF-8 encoded LICENSE
a17c5f
- add man page
a17c5f
a17c5f
* Wed Aug 31 2011 Hushan Jia <hushan.jia@gmail.com> 1.4.9-2
a17c5f
- remove defattr tag, dont ship INSTALL
a17c5f
- convert LICENSE to UTF-8 encoding
a17c5f
a17c5f
* Thu Aug 25 2011 Hushan Jia <hushan.jia@gmail.com> 1.4.9-1
a17c5f
- FSL port became mainline, update to latest 1.4.9 version
a17c5f
a17c5f
* Sun Apr 10 2011 Hushan Jia <hjia@redhat.com> 0.8-1
a17c5f
- initial package