]> git.pld-linux.org Git - packages/dgee.git/commitdiff
- initital pld version. NFY, release 0.0.1 ;)
authorundefine <undefine@pld-linux.org>
Sat, 6 Dec 2003 00:05:26 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dgee.spec -> 1.1

dgee.spec [new file with mode: 0644]

diff --git a/dgee.spec b/dgee.spec
new file mode 100644 (file)
index 0000000..d2af33f
--- /dev/null
+++ b/dgee.spec
@@ -0,0 +1,58 @@
+%define                _rel    2
+Summary:       The DotGNU Execution Environment Core
+Name:          dgee
+Version:       0.1.6
+Release:       %{_rel}.0.0.1
+Source0:       http://www.nfluid.com/download/src/%{name}-%{version}-%{_rel}.tgz
+# Source0-md5: a2573a076832c4c7212479cabda15eff
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-apache.patch
+License:       GPL
+Vendor:                DotGNU
+Group:         Networking/Daemons
+BuildRequires: phlib-devel => 1.20
+BuildRequires: goldwater-devel => 0.3.4
+BuildRequires: expat-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The core DotGNU Execution Environment that provides the functionality
+of accepting, validating and satisfying web service requests.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --with-goldwater=%{_prefix} \
+       --with-pnet=%{_prefix}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BINARYINSTALL INSTALL QUICKSTART README COPYING
+%attr(755,root,root) %{_bindir}/*
+%config %{_sysconfdir}/%{name}*
+%config %{_sysconfdir}/httpd/mod_%{name}.conf
+%{_libdir}/%{name}
+%{_libdir}/libdgee.*
+%{_libdir}/libdgxml.*
+%{_libdir}/apache/mod_%{name}.so
+%{_datadir}/%{name}
+
+# Local variables:
+# mode: rpm-spec
+# end:
This page took 0.102512 seconds and 4 git commands to generate.