Author: aredridel                    Date: Fri Feb  2 04:30:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   nss_updatedb.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nss_updatedb.spec
diff -u /dev/null SPECS/nss_updatedb.spec:1.1
--- /dev/null   Fri Feb  2 05:30:24 2007
+++ SPECS/nss_updatedb.spec     Fri Feb  2 05:30:18 2007
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:       NSS update DB tool
+Name:          nss_updatedb
+Version:       7
+Release:       1
+Source0:       http://www.padl.com/download/%{name}.tgz
+# Source0-md5: 3f6cfe1221a350fcacc3f96779be4da1
+License:       GPL
+Group:         Base
+URL:           http://www.padl.com/OSS/nss_updatedb.html
+BuildRequires: db-devel
+BuildRequires: autoconf
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The nss_updatedb tool synchronizes nameservice information with a
+local Berkeley DB cache.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install nss_updatedb $RPM_BUILD_ROOT%{_sbindir}
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS COPYING README ChangeLog
+%attr(755,root,root) %{_sbindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/02 04:30:18  aredridel
+- added
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to