Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1197506 Details for
Bug 1372866
Review Request: hyperscan - Hyperscan is a high-performance multiple regex matching library
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
spec file
hyperscan.spec (text/x-matlab), 2.24 KB, created by
gil cattaneo
on 2016-09-03 19:56:49 UTC
(
hide
)
Description:
spec file
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2016-09-03 19:56:49 UTC
Size:
2.24 KB
patch
obsolete
>%global _hardened_build 1 > >Name: hyperscan >Version: 4.3.1 >Release: 1%{?dist} >Summary: High-performance regular expression matching library > >License: BSD >URL: https://01.org/hyperscan >Source0: https://github.com/01org/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz >Patch1: lib-suffix.patch > >BuildRequires: boost-devel >BuildRequires: cmake >BuildRequires: pcre-devel >BuildRequires: python >BuildRequires: ragel > >Requires: pcre > >%description >Hyperscan is a high-performance multiple regex matching library. It >follows the regular expression syntax of the commonly-used libpcre >library, but is a standalone library with its own C API. > >Hyperscan uses hybrid automata techniques to allow simultaneous >matching of large numbers (up to tens of thousands) of regular >expressions and for the matching of regular expressions across streams >of data. > >Hyperscan is typically used in a DPI library stack. > >%package devel >Summary: Libraries and header files for the hyperscan library. >Requires: %{name}%{?_isa} = %{version}-%{release} > >%description devel >Hyperscan is a high-performance multiple regex matching library. It >follows the regular expression syntax of the commonly-used libpcre >library, but is a standalone library with its own C API. > >Hyperscan uses hybrid automata techniques to allow simultaneous >matching of large numbers (up to tens of thousands) of regular >expressions and for the matching of regular expressions across streams >of data. > >Hyperscan is typically used in a DPI library stack. > >This package provides the libraries, include files and other resources >needed for developing Hyperscan applications. > >%prep >%setup -q >%patch1 -p1 > >%build >export CFLAGS="$RPM_OPT_FLAGS -march=core2" >export CXXFLAGS="${CFLAGS}" >%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_AND_SHARED:BOOL=ON . >make %{?_smp_mflags} > >%install >make install DESTDIR=%{buildroot} > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%{_libdir}/*.so.* >%doc CHANGELOG.md README.md >%license COPYING LICENSE > >%files devel >%dir %{_includedir}/hs >%{_includedir}/hs/* >%{_libdir}/*.so >%{_libdir}/pkgconfig/libhs.pc > >%changelog >* Fri Sep 2 2016 Jason Taylor <jtfas90@gmail.com> - 4.3.1-1 >- Updated to latest upstream release. > >* Fri Jul 1 2016 Jason Ish <ish@unx.ca> - 4.2.0-1 >- Initial package of Hyperscan.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1372866
: 1197506