]> git.pld-linux.org Git - packages/ftss.git/commitdiff
- initial master
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2013 17:11:25 +0000 (19:11 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2013 17:11:25 +0000 (19:11 +0200)
ftss.spec [new file with mode: 0644]

diff --git a/ftss.spec b/ftss.spec
new file mode 100644 (file)
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
This page took 0.143713 seconds and 4 git commands to generate.