Browse Source

add Provides:libqhull.so

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10164 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 8 years ago
parent
commit
c2b44f996b
1 changed files with 15 additions and 1 deletions
  1. 15 1
      q/qhull/qhull-vl.spec

+ 15 - 1
q/qhull/qhull-vl.spec

@@ -4,7 +4,7 @@
 Summary: General dimension convex hull programs
 Name: %{name}
 Version: %{version}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Distributable
 Group: System Environment/Libraries
 URL: http://www.qhull.org
@@ -13,6 +13,16 @@ Source0: http://www.qhull.org/download/qhull-%{version}-src.tgz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
+%ifarch %{ix86}
+Provides: libqhull.so
+Provides: libqhull_p.so
+%endif
+%ifarch x86_64
+Provides: libqhull.so()(64bit)
+Provides: libqhull_p.so()(64bit)
+%endif
+
+
 %description
 Qhull is a general dimension convex hull program that reads a set
 of points from stdin, and outputs the smallest convex set that contains
@@ -75,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libqhull_p.so
 
 %changelog
+* Tue Apr 12 2016 Toshiaki Ara <ara_t@384.jp> 2012.1-2
+- add Provides: libqhull.so
+- add Provides: libqhull_p.so
+
 * Sun Jan 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2012.1-1
 - update to 2012.1