Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
zn_poly
zn_poly.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zn_poly.spec of Package zn_poly
# # spec file for package zn_poly # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: zn_poly %define lname libzn_poly-0_9 Version: 0.9 Release: 0 Group: Productivity/Scientific/Math Summary: Library for polynomial arithmetic in Z/nZ[x] License: GPL-2.0 or GPL-3.0 URL: http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/ Source: %name-%version.tar.bz2 Patch1: znpoly-automake.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gmp-devel BuildRequires: libtool %description zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n is any modulus that fits into an unsigned long. %package -n %lname Summary: Library for polynomial arithmetic in Z/nZ[x] Group: System/Libraries %description -n %lname zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n is any modulus that fits into an unsigned long. %package devel Summary: Development files for the zn_poly library Group: Development/Libraries/C and C++ %description devel zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n is any modulus that fits into an unsigned long. %prep %setup -q %patch -P 1 -p1 %build autoreconf -fi; %configure --disable-static make %{?_smp_mflags} %install b="%buildroot"; make install DESTDIR="$b"; rm -f "$b/%_libdir"/*.la; %files -n %lname %defattr(-,root,root) %_libdir/libzn_poly-%version.so %files devel %defattr(-,root,root) %_libdir/libzn_poly.so %_includedir/%name %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor