SPECS: fedora-ds.spec - add patch for included headers files

wolvverine wolvverine at pld-linux.org
Fri Apr 28 17:39:23 CEST 2006


Author: wolvverine                   Date: Fri Apr 28 15:39:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add patch for included headers files

---- Files affected:
SPECS:
   fedora-ds.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/fedora-ds.spec
diff -u SPECS/fedora-ds.spec:1.5 SPECS/fedora-ds.spec:1.6
--- SPECS/fedora-ds.spec:1.5	Sat Apr 22 10:09:12 2006
+++ SPECS/fedora-ds.spec	Fri Apr 28 17:39:17 2006
@@ -12,10 +12,11 @@
 Source0:	http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 # Source0-md5:	d8bd5b68087229b4bb2e3867cb92ba85
 Patch0:		%{name}-make.patch
+Patch1:		%{name}-path.patch
 URL:		http://directory.fedora.redhat.com/
 BuildRequires:	apr-devel
 BuildRequires:	db-devel >= 4.0
-BuildRequires:	libtermcap-devel
+#BuildRequires:	libtermcap-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	nspr-devel
 BuildRequires:	rpmbuild(macros) >= 1.228
@@ -72,10 +73,29 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 #%%configure
-%{__make} -I/usr/include/nspr/
+#MFLAGS="-I/usr/include \
+#	-I/usr/include/nspr \
+#	USE_ADMINSERVER=1 \
+#        USE_CONSOLE=1     \
+#        USE_DSMLGW=1      \
+#        USE_ORGCHART=1    \
+#        USE_DSGW=1        \
+#        USE_JAVATOOLS=1   \
+#        USE_SETUPUTIL=1   "
+#export $(MFLAGS)
+%{__make} 
+#	USE_ADMINSERVER=1 - bundle the Admin Server (required to run Console/webapps)
+#        USE_CONSOLE=1    - bundle the Administration Console (requires Java)
+#        USE_DSMLGW=1     - build/bundle the DSMLv2 Gateway (requires Java)
+#        USE_ORGCHART=1   - build/bundle the Org Chart webapp
+#        USE_DSGW=1       - build/bundle the Phonebook/DS Gateway webapp
+#        USE_JAVATOOLS=1  - build/bundle the Java command line tools
+#        USE_SETUPUTIL=1  - build/bundle programs that use Setuputil
+#
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -105,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/04/28 15:39:17  wolvverine
+- add patch for included headers files
+
 Revision 1.5  2006/04/22 08:09:12  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fedora-ds.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list