remove binary package

no binaries left here
This commit is contained in:
Arne Morten Kvarving 2017-04-18 12:16:19 +02:00
parent aed63397c5
commit b6c5247ef9
3 changed files with 0 additions and 32 deletions

19
debian/control vendored
View File

@ -55,25 +55,6 @@ Description: OPM core library
* Utilities (input and output processing, unit conversion)
* Wells (basic well handling)
Package: libopm-core1-bin
Section: science
Pre-Depends: ${misc:Pre-Depends}, multiarch-support
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libopm-core-bin
Description: OPM core library -- applications
The OPM core library is the core library within OPM and contains
* Eclipse deck input and preprosessing
* Fluid properties (basic PVT models and rock properties)
* Grid handling (cornerpoint grids, unstructured grid interface)
* Linear Algebra (interface to different linear solvers)
* Pressure solvers (various discretization schemes, flow models)
* Simulators (some basic examples of simulators based on sequential splitting schemes)
* Transport solvers (various discretization schemes, flow models)
* Utilities (input and output processing, unit conversion)
* Wells (basic well handling)
Package: libopm-core1-doc
Section: doc
Architecture: all

View File

@ -1 +0,0 @@
usr/bin/*

View File

@ -51,15 +51,6 @@ BuildArch: noarch
%description doc
This package contains the documentation files for opm-core
%package bin
Summary: Applications in opm-core
Group: Scientific
Requires: %{name} = %{version}
Requires: libopm-core1 = %{version}
%description bin
This package contains the applications for opm-core
%prep
%setup -q -n %{name}-release-%{version}-%{tag}
@ -97,6 +88,3 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/cmake/*
%files bin
%{_bindir}/*