Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d1deb0461 | ||
|
|
e1839d72ed | ||
|
|
48e897c059 | ||
|
|
b169cb8d4f | ||
|
|
f2ed3dd751 |
4 changed files with 12 additions and 26 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
16
389-ds.spec
16
389-ds.spec
|
|
@ -1,14 +1,12 @@
|
||||||
Summary: 389 Directory, Administration, and Console Suite
|
Summary: 389 Directory, Administration, and Console Suite
|
||||||
Name: 389-ds
|
Name: 389-ds
|
||||||
Version: 1.1.3
|
Version: 1.2.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: fedora-ds = %{version}-%{release}
|
|
||||||
Obsoletes: fedora-ds < 1.1.3-2
|
|
||||||
|
|
||||||
Source: LICENSE
|
Source: LICENSE
|
||||||
|
|
||||||
|
|
@ -44,6 +42,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 1 2011 Rich Megginson <rmeggins@redhat.com> 1.2.2-1
|
||||||
|
- get rid of old fedora-ds stuff
|
||||||
|
|
||||||
|
* Thu Apr 15 2010 Rich Megginson <rmeggins@redhat.com> 1.2.1-1
|
||||||
|
- removed selinux subpackages - the selinux policy is now provided
|
||||||
|
- by the main 389-ds-base and 389-admin packages
|
||||||
|
|
||||||
|
* Mon Mar 2 2010 Rich Megginson <rmeggins@redhat.com> 1.2.0-1
|
||||||
|
- added selinux subpackages
|
||||||
|
|
||||||
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-5
|
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-5
|
||||||
- added doc subpackages
|
- added doc subpackages
|
||||||
|
|
||||||
|
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: 389-ds
|
|
||||||
# $Id: Makefile,v 1.1 2009/07/17 20:54:32 ausil Exp $
|
|
||||||
NAME := 389-ds
|
|
||||||
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 $$d/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-ds-1_1_3-2:HEAD:389-ds-1.1.3-2.src.rpm:1247865158
|
|
||||||
Reference in a new issue