Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
npth
npth.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File npth.spec of Package npth
# # spec file for package npth # # Copyright (c) 2012 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: npth %define lname libnpth0 Summary: New GNU Portable Threads library License: LGPL-3.0+ or GPL-2.0+ Group: Development/Libraries/C and C++ Version: 0.91 Release: 0 Url: http://gnupg.org/ #DL-URL: ftp://ftp.gnupg.org/gcrypt/npth/npth-%version.tar.bz2 #Git-Clone: git://git.gnupg.org/npth Source: %name-%version.tar.bz2 Source2: %name-%version.tar.bz2.sig Source4: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildRequires: autoconf >= 2.67, automake >= 1.11 #BuildRequires: libtool >= 2.2.6 %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif %description nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. In contrast to Pth, nPth is based on the system's standard threads implementation. Thus, nPth allows the use of libraries which are not compatible to GNU Pth. %package -n %lname Summary: New GNU Portable Threads library Group: System/Libraries %description -n %lname nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. In contrast to Pth, nPth is based on the system's standard threads implementation. Thus, nPth allows the use of libraries which are not compatible to GNU Pth. %package devel Summary: Development files for the GNU New Portable Threads library Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. In contrast to Pth, nPth is based on the system's standard threads implementation. Thus, nPth allows the use of libraries which are not compatible to GNU Pth. %prep %{?gpg_verify: %gpg_verify %{S:2}} %setup -q %build %configure make %{?_smp_mflags}; %install b="%buildroot"; make install DESTDIR="$b"; rm -f "$b/%_libdir"/*.la; %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname %defattr(-,root,root) %_libdir/libnpth.so.0* %files devel %defattr(-,root,root) %_bindir/npth-config %_includedir/npth.h %_libdir/libnpth.so %_datadir/aclocal %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