Compare commits

..

10 commits

Author SHA1 Message Date
Fedora Release Engineering
448562ffe5 dist-git conversion 2010-07-28 09:36:03 +00:00
Bill Nottingham
aba4220864 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:04 +00:00
Richard Allen Megginson
7081d019a1 Resolves bug 454060 - ViewLog CGI crash with new adminutil Resolves bug
413531 - Web browser accepted languages configuration causes dsgw CGI
    binaries to segfault This is the 1.1.7 release
2008-08-27 20:17:40 +00:00
Richard Allen Megginson
82cabd0f8f 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
2008-03-03 18:16:20 +00:00
Richard Allen Megginson
d0dae7c26d bump version to 1.1.5 - fix icu linking issue - disable libtool rpath by
default - added --enable-rpath option to configure
2007-10-18 16:28:34 +00:00
Richard Allen Megginson
5e8555b075 - updated to version 1.1.4
- fixes bugzilla 250526
2007-08-02 03:27:33 +00:00
Richard Allen Megginson
13d3186dc5 bump version to 1.1.3 2007-07-24 19:09:05 +00:00
Richard Allen Megginson
f00532a2d6 bump version to 1.1.2 2007-06-22 22:55:35 +00:00
Richard Allen Megginson
981ebf252d initial commit for F-7 2007-06-20 21:31:33 +00:00
Kevin Fenzi
2a75349c65 Initialize branch F-7 for adminutil 2007-06-20 21:02:26 +00:00
4 changed files with 134 additions and 1 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
adminutil-1.1.5.tar.bz2
adminutil-1.1.6.tar.bz2
adminutil-1.1.7.tar.bz2

128
adminutil.spec Normal file
View file

@ -0,0 +1,128 @@
%define nspr_version 4.6
%define nss_version 3.11
%define svrcore_version 4.0
%define mozldap_version 6.0
%define icu_version 3.4
Summary: Utility library for directory server administration
Name: adminutil
Version: 1.1.7
Release: 1%{?dist}
License: LGPLv2
URL: http://directory.fedoraproject.org/wiki/AdminUtil
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nspr-devel >= %{nspr_version}
BuildRequires: nss-devel >= %{nss_version}
BuildRequires: svrcore-devel >= %{svrcore_version}
BuildRequires: mozldap-devel >= %{mozldap_version}
BuildRequires: libicu-devel >= %{icu_version}
BuildRequires: icu >= %{icu_version}
Source0: http://directory.fedoraproject.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 >= %{nspr_version}
Requires: nss-devel >= %{nss_version}
Requires: svrcore-devel >= %{svrcore_version}
Requires: mozldap-devel >= %{mozldap_version}
Requires: libicu-devel >= %{icu_version}
%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 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 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.
* 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
* Wed Aug 1 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.4-1
- updated to version 1.1.4
- fixes bugzilla 250526
* 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

View file

@ -1 +0,0 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

3
sources Normal file
View file

@ -0,0 +1,3 @@
1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2
b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2
e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2