Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34070555
npth.spec.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
npth.spec.in
View Options
# This is a template. The dist target uses it to create the real file.
Summary: NPTH - the new GNU Portable Threads Library
Name: npth
Version: @pkg_version@
Release: 1
URL: http://www.gnupg.org/
Source: ftp://ftp.gnupg.org/gcrypt/alpha
Group: Development/Libraries
Copyright: LGPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: make
Prereq: /sbin/ldconfig /sbin/install-info
%description
NPTH is a cooperative thread library.
%prep
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
./configure --prefix=/usr
make
%install
rm -fr $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
make install prefix=$RPM_BUILD_ROOT/usr
%clean
rm -fr $RPM_BUILD_ROOT
make distclean
%post
/sbin/ldconfig
%preun
%postun
/sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING COPYING.LESSER AUTHORS README INSTALL NEWS ChangeLog TODO THANKS
%attr(0755,root,root) %{_bindir}/npth-config
%attr(0755,root,root) %{_libdir}/*npth.so*
%attr(0755,root,root) %{_libdir}/*npth.la
%attr(0644,root,root) %{_libdir}/*npth.a
%{_includedir}/npth.h
%{_datadir}/aclocal/npth.m4
%changelog
* Thu Oct 06 2011 Marcus Brinkmann <mb@g10code.com>
- initial specfile release for npth.
# EOF
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Mon, Dec 1, 10:26 PM (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/98/a5a4d9b670a143689eaf8d942cef
Attached To
rPTH nPth
Event Timeline
Log In to Comment