This commit is contained in:
parent
4583b3ccf2
commit
1328c23c4e
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libnscd
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 29 17:36:02 CET 2006 - kukuk@suse.de
|
Wed Nov 29 17:36:02 CET 2006 - kukuk@suse.de
|
||||||
|
|
||||||
|
35
libnscd.spec
35
libnscd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnscd (Version 2.0.2)
|
# spec file for package libnscd (Version 2.0.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,28 +10,30 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libnscd
|
Name: libnscd
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: LGPL v2.1 only
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 1
|
Release: 72
|
||||||
Summary: Library to Allow Applications to Communicate with nscd
|
Summary: Library to Allow Applications to Communicate with nscd
|
||||||
Source: libnscd-%{version}.tar.bz2
|
Source: libnscd-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides an interface for applications to NSCD (Name
|
This library provides an interface for applications to NSCD (Name
|
||||||
Service Cache Daemon) and allows those applications, if they have the
|
Service Cache Daemon) and allowsthose applications, to flushthe cache
|
||||||
necessary permissions, to flush the cache for special services.
|
for special services, if they have the necessary permissions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: Include Files and Libraries for Development.
|
Summary: Include Files and Libraries for Development.
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libnscd = %{version}
|
Requires: libnscd = %{version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
@ -73,18 +75,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libnscd.so
|
%{_libdir}/libnscd.so
|
||||||
%{_mandir}/man3/nscd_flush_cache.3*
|
%{_mandir}/man3/nscd_flush_cache.3*
|
||||||
|
|
||||||
%changelog -n libnscd
|
%changelog
|
||||||
* Wed Nov 29 2006 - kukuk@suse.de
|
* 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)
|
- Update to version 2.0.2 (fix memory leak)
|
||||||
* Thu Oct 05 2006 - kukuk@suse.de
|
* Thu Oct 05 2006 kukuk@suse.de
|
||||||
- Update to version 2.0.1 (Makefile fixes)
|
- Update to version 2.0.1 (Makefile fixes)
|
||||||
* Sat Jun 03 2006 - kukuk@suse.de
|
* Sat Jun 03 2006 kukuk@suse.de
|
||||||
- Update to version 2.0 (manual page, new nscd features)
|
- Update to version 2.0 (manual page, new nscd features)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Feb 22 2005 - kukuk@suse.de
|
* Tue Feb 22 2005 kukuk@suse.de
|
||||||
- libtool is crap
|
- libtool is crap
|
||||||
* Tue Feb 22 2005 - kukuk@suse.de
|
* Tue Feb 22 2005 kukuk@suse.de
|
||||||
- Update to libnscd 1.1 (fix interface to nscd) [#65748]
|
- Update to libnscd 1.1 (fix interface to nscd) [#65748]
|
||||||
* Tue Sep 14 2004 - kukuk@suse.de
|
* Tue Sep 14 2004 kukuk@suse.de
|
||||||
- Initial release
|
- Initial release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user