Add missing Requires for (lib)gfan-devel
OBS-URL: https://build.opensuse.org/package/show/science/gfan?expand=0&rev=3
This commit is contained in:
parent
938ca6bc6a
commit
93559c208e
@ -47,11 +47,12 @@ Group: System/Libraries
|
||||
Gfan is a software package for computing Gröbner fans and tropical
|
||||
varieties. These are polyhedral fans associated to polynomial ideals.
|
||||
|
||||
%package devel
|
||||
%package -n libgfan-devel
|
||||
Summary: Development files for libgfan
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
%description -n libgfan-devel
|
||||
Gfan is a software package for computing Gröbner fans and tropical
|
||||
varieties. These are polyhedral fans associated to polynomial ideals.
|
||||
|
||||
@ -85,7 +86,7 @@ find "$b" -type f -name "*.la" -delete;
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libgfan-%version.so
|
||||
|
||||
%files devel
|
||||
%files -n libgfan-devel
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libgfan.so
|
||||
%_includedir/*
|
||||
|
Loading…
Reference in New Issue
Block a user