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:
commit
6d7421881c
@ -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
|
Sat Aug 27 10:45:46 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
|||||||
Url: http://arma.sourceforge.net/
|
Url: http://arma.sourceforge.net/
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
BuildRequires: blas
|
BuildRequires: blas
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -119,9 +120,6 @@ rm -rf examples/example1_win32
|
|||||||
rm -rf examples/example2_win32
|
rm -rf examples/example2_win32
|
||||||
rm -rf examples/lib_win32
|
rm -rf examples/lib_win32
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf %{buildroot}}
|
|
||||||
|
|
||||||
%post -n libarmadillo2 -p /sbin/ldconfig
|
%post -n libarmadillo2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libarmadillo2 -p /sbin/ldconfig
|
%postun -n libarmadillo2 -p /sbin/ldconfig
|
||||||
|
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libarmadillo2
|
||||||
|
armadillo-devel
|
||||||
|
requires -armadillo-<targettype>
|
||||||
|
requires "libarmadillo2-<targettype> = <version>"
|
Loading…
Reference in New Issue
Block a user