Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ec9c32fe4 | ||
|
|
e06e113e7d | ||
|
|
fb8ec506ca |
6 changed files with 7 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
||||||
389-admin-console-1.1.4.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
389-admin-console-1.1.5.tar.bz2
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
%define major_version 1.1
|
%define major_version 1.1
|
||||||
%define minor_version 4
|
%define minor_version 5
|
||||||
|
|
||||||
%define shortname 389-admin
|
%define shortname 389-admin
|
||||||
%define pkgname dirsrv
|
%define pkgname dirsrv
|
||||||
|
|
||||||
Name: 389-admin-console
|
Name: 389-admin-console
|
||||||
Version: %{major_version}.%{minor_version}
|
Version: %{major_version}.%{minor_version}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: 389 Admin Server Management Console
|
Summary: 389 Admin Server Management Console
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
|
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
|
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
|
||||||
|
- the 1.1.5 release
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: 389-admin-console
|
|
||||||
# $Id$
|
|
||||||
NAME := 389-admin-console
|
|
||||||
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 +0,0 @@
|
||||||
89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2
|
14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue