Blame SPECS/filebench.spec

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