updated: package applications on redhat

This commit is contained in:
Arne Morten Kvarving
2013-04-02 11:46:26 +02:00
parent ef09f3d6f8
commit 54e78b017c

View File

@@ -47,6 +47,15 @@ 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
@@ -82,3 +91,6 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/cmake/*
%files bin
%{_bindir}/*