Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 670684 Details for
Bug 883512
Review Request: libforensic1394 - A library for performing live memory forensics over firewire
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Alternate spec
libforensic1394.spec (text/x-rpm-spec), 3.30 KB, created by
Eduardo Echeverria
on 2012-12-31 05:48:13 UTC
(
hide
)
Description:
Alternate spec
Filename:
MIME Type:
Creator:
Eduardo Echeverria
Created:
2012-12-31 05:48:13 UTC
Size:
3.30 KB
patch
obsolete
>%global s_name forensic1394 >%global with_python3 1 > >Name: libforensic1394 >Version: 0.2 >Release: 2%{?dist} >Summary: A library for performing live memory forensics over firewire > >Group: System Environment/Libraries >License: LGPLv3+ >URL: https://freddie.witherden.org/tools/libforensic1394/ >Source0: https://freddie.witherden.org/tools/%{name}/releases/%{name}-%{version}.tar.gz >Patch0: libforensic1394-0.2-cmake.patch > >BuildRequires: cmake >BuildRequires: doxygen > >%description >An library for performing live memory forensics over the IEEE 1394 (FireWire) >interface. libforensic1394 improves upon existing libraries by providing a >simple and clean interface to the the direct memory access functionality >available over FireWire. > >%package devel >Summary: Headers for developing programs that will use %{name} >Group: Development/Libraries >Requires: %{name}%{?_isa} = %{version}-%{release} > >%description devel >This package contains the header files needed for developing >%{name} applications. > >%package -n python2-%{s_name} >Summary: Python bindings for %{name} >Group: Development/Libraries >Requires: %{name}%{?_isa} = %{version}-%{release} >BuildRequires: python2-devel > >%description -n python2-%{s_name} >This package contains the python bindings for %{name}. > >%if 0%{?with_python3} >%package -n python3-%{s_name} >Summary: Python bindings for %{name} >Group: Development/Libraries >Requires: %{name}%{?_isa} = %{version}-%{release} >BuildRequires: python3-devel > >%description -n python3-%{s_name} >This package contains the python 3 bindings for %{name}. >%endif # if with_python3 > >%prep >%setup -q >%patch0 -p1 -b .path > >%if 0%{?with_python3} >rm -rf %{py3dir} >cp -a python %{py3dir} >%endif # if with_python3 > >%build >mkdir -p build >pushd build >%cmake -G"Unix Makefiles" \ > -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \ > -DFORENSIC1394_BUILD_STATIC:BOOL=OFF .. >make %{?_smp_mflags} >popd > ># Python 2 bindings >pushd python >%{__python2} setup.py build >popd > >%if 0%{?with_python3} ># Python 3 bindings >pushd %{py3dir} >%{__python3} setup.py build >popd >%endif # if with_python3 > ># Docs >doxygen docs/Doxyfile > >%install >pushd build >make install DESTDIR=%{buildroot} INSTALL="install -p" >find %{buildroot} -name '*.la' -exec rm -f {} ';' >popd > ># Python 2 bindings >pushd python >%{__python2} setup.py install --root %{buildroot} >popd > >%if 0%{?with_python3} ># Python 3 bindings >pushd %{py3dir} >%{__python3} setup.py install --root %{buildroot} >popd >%endif # if with_python3 > >%post -p /sbin/ldconfig >%postun -p /sbin/ldconfig > >%files >%doc AUTHORS COPYING COPYING.LESSER README >%{_libdir}/%{name}.so.* > >%files devel >%doc COPYING COPYING.LESSER docs/html >%{_includedir}/%{s_name}.h >%{_libdir}/%{name}.so > >%files -n python2-%{s_name} >%{python2_sitelib}/%{s_name}/ >%{python2_sitelib}/*.egg-info > >%if 0%{?with_python3} >%files -n python3-%{s_name} >%{python3_sitelib}/%{s_name}/ >%{python3_sitelib}/*.egg-info >%endif # with_python3 > >%changelog >* Mon Dec 10 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.2-2 >- python2 package added >- -devel subpackage requires: fixed >- License files from the subpackages removed >- python 3 subpackage renamed >- Docs generation changed > >* Mon Apr 16 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.2-1 >- Initial package for Fedora
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 883512
: 670684