libnscd/libnscd.spec

115 lines
3.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package libnscd (Version 2.0.2)
#
# Copyright (c) 2009 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/
#
# norootforbuild
Name: libnscd
License: LGPL v2.1 only
Group: System/Libraries
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: libnscd-64bit
%endif
#
Version: 2.0.2
Release: 106
Summary: Library to Allow Applications to Communicate with nscd
Source: libnscd-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This library provides an interface for applications to NSCD (Name
Service Cache Daemon) and allowsthose applications, to flushthe cache
for special services, if they have the necessary permissions.
%package devel
License: LGPL v2.1 or later
Summary: Include Files and Libraries for Development.
Group: Development/Libraries/C and C++
Requires: libnscd = %{version}
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: libnscd-devel-64bit
%endif
#
%description devel
This package contains all necessary include files and libraries needed
to develop applications that needs to communicate with a running nscd.
%prep
%setup
%build
%configure
make
make check
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libnscd.la
mkdir -p $RPM_BUILD_ROOT/%{_lib}
mv -v $RPM_BUILD_ROOT%{_libdir}/libnscd.so.* $RPM_BUILD_ROOT/%{_lib}
ln -sf ../../%{_lib}/libnscd.so.1 $RPM_BUILD_ROOT%{_libdir}/libnscd.so
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING.LIB README NEWS
/%{_lib}/libnscd.so.*
%files devel
%defattr(-,root,root)
%{_prefix}/include/*.h
%{_libdir}/libnscd.a
%{_libdir}/libnscd.so
%{_mandir}/man3/nscd_flush_cache.3*
%changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Wed Nov 29 2006 kukuk@suse.de
- Update to version 2.0.2 (fix memory leak)
* Thu Oct 05 2006 kukuk@suse.de
- Update to version 2.0.1 (Makefile fixes)
* Sat Jun 03 2006 kukuk@suse.de
- Update to version 2.0 (manual page, new nscd features)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Feb 22 2005 kukuk@suse.de
- libtool is crap
* Tue Feb 22 2005 kukuk@suse.de
- Update to libnscd 1.1 (fix interface to nscd) [#65748]
* Tue Sep 14 2004 kukuk@suse.de
- Initial release