[packages/ftss] - initial
arekm
arekm at pld-linux.org
Wed Apr 10 19:11:37 CEST 2013
commit 88a108b543d2fb1de10473653fb1026d3d7b130d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Apr 10 19:11:25 2013 +0200
- initial
ftss.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
---
diff --git a/ftss.spec b/ftss.spec
new file mode 100644
index 0000000..4c2ad3b
--- /dev/null
+++ b/ftss.spec
@@ -0,0 +1,43 @@
+Summary: Apache server-status viewer
+Name: ftss
+Version: 0.9.3
+Release: 1
+License: GPL v2
+Group: Networking/Admin
+Source0: http://fabletech.com/ftss-download/%{name}-%{version}.tar.gz
+# Source0-md5: 2a8a364a87e1b9f310e3b068e2f20fe5
+URL: http://fabletech.com/ftss
+BuildRequires: apache-devel
+BuildRequires: apr-devel
+BuildRequires: apr-util-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _sbindir /sbin
+
+%description
+Apache server-status viewer from "name based" shared memory segment
+setup in apache for the scoreboard.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ CFLAGS="%{rpmcppflags} $(%{_bindir}/apu-1-config --includes)" \
+ --with-apr-config=%{_bindir}/apr-1-config
+
+%{__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 AUTHORS ChangeLog README
+%attr(755,root,root) %{_sbindir}/ftss
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ftss.git/commitdiff/88a108b543d2fb1de10473653fb1026d3d7b130d
More information about the pld-cvs-commit
mailing list