1
0
forked from pool/armadillo

Accepting request 82836 from devel:libraries:c_c++

- Remove redundant tags/sections from specfile
- Implement baselibs for package (forwarded request 82831 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=8
This commit is contained in:
Lars Vogdt 2011-09-19 13:37:36 +00:00 committed by Git OBS Bridge
commit 6d7421881c
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 17 12:14:14 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Implement baselibs for package
-------------------------------------------------------------------
Sat Aug 27 10:45:46 UTC 2011 - badshah400@gmail.com

View File

@ -25,6 +25,7 @@ Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
Url: http://arma.sourceforge.net/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
BuildRequires: blas
BuildRequires: boost-devel
BuildRequires: cmake
@ -119,9 +120,6 @@ rm -rf examples/example1_win32
rm -rf examples/example2_win32
rm -rf examples/lib_win32
%clean
%{?buildroot:%__rm -rf %{buildroot}}
%post -n libarmadillo2 -p /sbin/ldconfig
%postun -n libarmadillo2 -p /sbin/ldconfig

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
libarmadillo2
armadillo-devel
requires -armadillo-<targettype>
requires "libarmadillo2-<targettype> = <version>"