1 |
Name: mbuffer |
2 |
Version: 20100526 |
3 |
Release: 2%{?dist} |
4 |
Summary: Measuring Buffer is an enhanced version of buffer |
5 |
|
6 |
Group: Applications/File |
7 |
License: GPLv3+ |
8 |
URL: http://www.maier-komor.de/mbuffer.html |
9 |
Source0: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz |
10 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
11 |
|
12 |
BuildRequires: mt-st |
13 |
BuildRequires: mhash-devel |
14 |
|
15 |
|
16 |
%description |
17 |
Measuring Buffer is an enhanced version of buffer. It features displayof |
18 |
throughput, memory-mapped file I/O for huge buffers, and multithreading. |
19 |
|
20 |
|
21 |
%prep |
22 |
%setup -q |
23 |
|
24 |
|
25 |
%build |
26 |
# suppress detection of MD5_Init functions if openssl-devel |
27 |
# is available on build system, let only mhash_init be |
28 |
# detected if the md5 hash feature is enabled |
29 |
export ac_cv_search_MD5_Init=no |
30 |
%configure |
31 |
make %{?_smp_mflags} |
32 |
|
33 |
|
34 |
%install |
35 |
rm -rf %{buildroot} |
36 |
make install DESTDIR=%{buildroot} INSTALL="install -p" |
37 |
|
38 |
|
39 |
%clean |
40 |
rm -rf %{buildroot} |
41 |
|
42 |
|
43 |
%files |
44 |
%defattr(-,root,root) |
45 |
%doc AUTHORS ChangeLog LICENSE NEWS README |
46 |
%{_mandir}/man1/mbuffer.1* |
47 |
%{_bindir}/%{name} |
48 |
|
49 |
|
50 |
%changelog |
51 |
* Mon Nov 01 2010 Fabian Affolter <fabian@bernewireless.net> - 20100526-2 |
52 |
- Rebuild with md5hash as requested in #608943 |
53 |
|
54 |
* Mon Jun 14 2010 Fabian Affolter <fabian@bernewireless.net> - 20100526-1 |
55 |
- Updated to new upstream version 20100526 |
56 |
|
57 |
* Sat Feb 27 2010 Fabian Affolter <fabian@bernewireless.net> - 20091227-1 |
58 |
- Updated to new upstream version 20091227 |
59 |
|
60 |
* Wed Dec 23 2009 Fabian Affolter <fabian@bernewireless.net> - 20091122-1 |
61 |
- Updated to new upstream version 20091122 |
62 |
|
63 |
* Sat Nov 20 2009 Fabian Affolter <fabian@bernewireless.net> - 20091110-1 |
64 |
- Updated to new upstream version 20091110 |
65 |
|
66 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090628-2 |
67 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
68 |
|
69 |
* Fri Jul 17 2009 Fabian Affolter <fabian@bernewireless.net> - 20090628-1 |
70 |
- Fixed license (since 20080910 GPLv3+) |
71 |
- Removed --enable-networking, is no longer needed |
72 |
- Added make install to install section |
73 |
- Added NEWS to doc and changed COPYING to LICENSE |
74 |
- Added macro for bin dir |
75 |
- Updated to new upstream version 20090628 |
76 |
|
77 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080507-3 |
78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
79 |
|
80 |
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> - 20080507-2 |
81 |
- fix license tag |
82 |
|
83 |
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> - 20080507-1 |
84 |
- update to 20080507 |
85 |
|
86 |
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 20070502-2 |
87 |
- Autorebuild for GCC 4.3 |
88 |
|
89 |
* Sat May 12 2007 Alexander Dalloz <alex {%} dalloz {*} de> - 20070502-1 |
90 |
- Updated to latest version. |
91 |
|
92 |
* Sat Apr 14 2007 Alexander Dalloz <alex {%} dalloz {*} de> - 20070401-1 |
93 |
- Updated to latest version. |
94 |
|
95 |
* Tue Aug 29 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 20060728-3 |
96 |
- Rebuild for FC6. |
97 |
|
98 |
* Thu Aug 10 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 20060728-2 |
99 |
- Removed NEWS from %%doc because free of information. |
100 |
|
101 |
* Wed Aug 09 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 20060728-1 |
102 |
- Updated to latest version |
103 |
- Adjusted project URL and Source0. |
104 |
|
105 |
* Thu Aug 04 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 20050730-3 |
106 |
- Switched over to mhash for md5hash option instead of |
107 |
openssl use (thanks Paul Howarth) |
108 |
- md5hash disabled by default to not link against library in |
109 |
/usr/lib, mbuffer usable without /usr mounted. |
110 |
|
111 |
* Wed Aug 03 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 20050730-2 |
112 |
- Corrected Source0 URL |
113 |
- Adjusted binary location in man page |
114 |
- Added BR mt-st and conditional openssl-devel. |
115 |
|
116 |
* Tue Aug 02 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 20050730-1 |
117 |
- Initial build. |