SPECS: awffull.spec (NEW) - new, based on http://dag.wieers.com/pa...

zbyniu zbyniu at pld-linux.org
Thu May 25 16:07:08 CEST 2006


Author: zbyniu                       Date: Thu May 25 14:07:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on http://dag.wieers.com/packages/awffull/awffull.spec

---- Files affected:
SPECS:
   awffull.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/awffull.spec
diff -u /dev/null SPECS/awffull.spec:1.1
--- /dev/null	Thu May 25 16:07:08 2006
+++ SPECS/awffull.spec	Thu May 25 16:07:02 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	Web server log analysis program
+Name:		awffull
+Version:	3.4.1
+Release:	0.1
+License:	GPL
+Group:		Applications/Networking
+URL:		http://www.stedee.id.au/awffull
+Source0:	http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
+# Source0-md5:	9b1ff7694d62f42dcf44832a7e163ce5
+BuildRequires:	gd-devel
+BuildRequires:	pcre-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AWFFull is a Web server log analysis program, forked from Webalizer.
+It adds a number of new features and improvements, such as extended
+frontpage history, resizable graphs, and a few more pie charts.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__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 ChangeLog COPYING INSTALL README TODO
+%doc %{_mandir}/man1/awffull*
+%attr(755,root,root) %{_bindir}/awffull
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/25 14:07:02  zbyniu
+- new, based on http://dag.wieers.com/packages/awffull/awffull.spec
+
+* Sun Mar 26 2006 Dries Verachtert <dries at ulyssis.org> - 3.4.1-1
+- Updated to release 3.4.1.
+
+* Sun Feb 12 2006 Dries Verachtert <dries at ulyssis.org> - 3.3.1-1
+- Updated to release 3.3.1.
+
+* Wed Jan 25 2006 Dries Verachtert <dries at ulyssis.org> - 3.02-1
+- Updated to release 3.02.
+
+* Tue Dec 13 2005 Dries Verachtert <dries at ulyssis.org> - 3.01-1
+- Initial package.
================================================================


More information about the pld-cvs-commit mailing list