]> git.pld-linux.org Git - packages/fedora-ds.git/commitdiff
- add patch for included headers files
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Fri, 28 Apr 2006 15:39:17 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fedora-ds.spec -> 1.6

fedora-ds.spec

index c8d8b7176f14e5326e5da9bd20a17fda3c86889c..53bc0c3affe83560f6e35fb6275ea04b4d63f490 100644 (file)
@@ -11,10 +11,11 @@ Group:              Applications
 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
@@ -71,10 +72,29 @@ interesuj
 %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
This page took 0.027939 seconds and 4 git commands to generate.