Compare commits
55 commits
EL-6-split
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e1ef59664 | ||
|
|
99b969f871 | ||
|
|
69e6a20285 | ||
|
|
c38061411a | ||
|
|
8a5b8df7c1 | ||
|
|
e8d0051258 | ||
|
|
11fcfd166d | ||
|
|
87ca2fff75 | ||
|
|
60705dfc59 | ||
|
|
0227f68306 | ||
|
|
216f6cda06 | ||
|
|
9e27c5f57f | ||
|
|
342a03ac6c | ||
|
|
6c22bdb556 | ||
|
|
e33897064f |
||
|
|
068dcb28ab | ||
|
|
7ae5de4c83 | ||
|
|
ed7ba1b229 | ||
|
|
c7e8b974cf | ||
|
|
47c614b253 | ||
|
|
1ba3d01e17 | ||
|
|
b441b09ba5 | ||
|
|
48ef307bf2 | ||
|
|
de602e1378 | ||
|
|
b1ba3a3c49 | ||
|
|
d090540895 | ||
|
|
b0464ee272 | ||
|
|
ab07ac98ee | ||
|
|
97fd2cb9d0 | ||
|
|
1738ae9a12 | ||
|
|
db463c7a86 | ||
|
|
c0caf278b6 | ||
|
|
1a79ebed22 | ||
|
|
3948fa9080 | ||
|
|
497c12efda | ||
|
|
d08f6533c6 | ||
|
|
9c5ed97d5f | ||
|
|
d64759c58b | ||
|
|
61665d2cac | ||
|
|
2066a8665a | ||
|
|
e0cc2b50b6 | ||
|
|
c3d421a7e7 | ||
|
|
58cdbe1f79 | ||
|
|
1756ca286d | ||
|
|
83fbc1b9c2 | ||
|
|
340eb46a2d | ||
|
|
76bd41fff3 | ||
|
|
e5486aff91 | ||
|
|
6c0f34fa2f | ||
|
|
e3dc1632fd | ||
|
|
41a5bb3a29 | ||
|
|
d9a4e1ce91 | ||
|
|
fc510e4d66 | ||
|
|
f9bf10afbd | ||
|
|
39b2fe1f5c |
6 changed files with 1 additions and 177 deletions
|
|
@ -1 +0,0 @@
|
|||
389-adminutil-1.1.8.tar.bz2
|
||||
|
|
@ -1,153 +0,0 @@
|
|||
Summary: Utility library for 389 administration
|
||||
Name: 389-adminutil
|
||||
Version: 1.1.8
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2
|
||||
URL: http://port389.org/wiki/AdminUtil
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: nspr-devel
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: svrcore-devel
|
||||
BuildRequires: mozldap-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: icu
|
||||
Provides: adminutil = %{version}-%{release}
|
||||
Obsoletes: adminutil < 1.1.8-2
|
||||
|
||||
Source0: http://port389.org/sources/%{name}-%{version}.tar.bz2
|
||||
|
||||
%description
|
||||
%{name} is libraries of functions used to administer directory
|
||||
servers, usually in conjunction with the admin server. %{name} is
|
||||
broken into two libraries - libadminutil contains the basic
|
||||
functionality, and libadmsslutil contains SSL versions and wrappers
|
||||
around the basic functions. The PSET functions allow applications to
|
||||
store their preferences and configuration parameters in LDAP, without
|
||||
having to know anything about LDAP. The configuration is cached in a
|
||||
local file, allowing applications to function even if the LDAP server
|
||||
is down. The other code is typically used by CGI programs used for
|
||||
directory server management, containing GET/POST processing code as
|
||||
well as resource handling (ICU ures API).
|
||||
|
||||
%package devel
|
||||
Summary: Development and header files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: nspr-devel
|
||||
Requires: nss-devel
|
||||
Requires: svrcore-devel
|
||||
Requires: mozldap-devel
|
||||
Requires: libicu-devel
|
||||
Provides: adminutil-devel = %{version}-%{release}
|
||||
Obsoletes: adminutil-devel < 1.1.8-2
|
||||
|
||||
%description devel
|
||||
Development files and header files necessary to build applications
|
||||
that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%configure --disable-tests
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a
|
||||
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README NEWS
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/libadminutil
|
||||
%{_includedir}/libadmsslutil
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.8-4
|
||||
- final 1.1.8 release
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue May 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.8-2
|
||||
- rename to 389-adminutil
|
||||
|
||||
* Tue Mar 31 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.8-1
|
||||
- this is the 1.1.8 release
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Aug 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.7-1
|
||||
- Resolves bug 454060 - ViewLog CGI crash with new adminutil
|
||||
- Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault
|
||||
|
||||
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.6-2
|
||||
- fix license tag
|
||||
|
||||
* Mon Mar 3 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.6-1
|
||||
- Resolves bug 245248 - dsgw doesn't escape filename in error message
|
||||
- The new dsgw hasn't been released yet, and the old one doesn't use
|
||||
- this code.
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.5-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Thu Oct 18 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
|
||||
- bump version to 1.1.5
|
||||
- fix icu linking issue
|
||||
- disable libtool rpath by default - added --enable-rpath option to configure
|
||||
|
||||
* Fri Aug 17 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.4-2
|
||||
- remove >= version from icu build requires to fix rawhide build problem
|
||||
|
||||
* Wed Aug 1 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.4-1
|
||||
- updated to version 1.1.4
|
||||
- fixes bugzilla 250526
|
||||
|
||||
* Wed Jul 25 2007 Warren Togami <wtogami@redhat.com> - 1.1.3-1.1
|
||||
- binutils/gcc bug rebuild (#249435)
|
||||
|
||||
* Tue Jul 24 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.3-1
|
||||
- updated to version 1.1.3
|
||||
- fixes bugzillas 246124 and 247192
|
||||
|
||||
* Fri Jun 22 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.2-1
|
||||
- Updated version to 1.1.2
|
||||
- This version fixes some memory leaks and invalid memory use
|
||||
- issues
|
||||
|
||||
* Wed May 23 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.1-3
|
||||
- more fedora review stuff - use macros consistently
|
||||
- make sure install preserves timestamps
|
||||
- use lgpl instead of gpl for acclanglist.c
|
||||
- fix undefined weak symbols in libadmsslutil
|
||||
|
||||
* Fri May 18 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.1-2
|
||||
- pkgconfig is a requires not a build requires
|
||||
|
||||
* Thu May 17 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.1-1
|
||||
- Many bug fixes - bumped version to 1.1.1
|
||||
- fixed concerns from Fedora package review
|
||||
|
||||
* Wed Mar 28 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1
|
||||
- Initial version - based largely on svrcore.spec
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: 389-adminutil
|
||||
# $Id$
|
||||
NAME := 389-adminutil
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Retiring 389-adminutil as its been replaced by Cockpit UI plugin
|
||||
|
|
@ -1 +0,0 @@
|
|||
89-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f1b0884c701e3cc7705224e07d088d8e 389-adminutil-1.1.8.tar.bz2
|
||||
Reference in a new issue