Author: glen                         Date: Wed Dec 26 20:15:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- common icons used by apache 1.3 and apache 2.x

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

---- Diffs:

================================================================
Index: SPECS/apache-icons.spec
diff -u /dev/null SPECS/apache-icons.spec:1.1
--- /dev/null   Wed Dec 26 21:15:25 2007
+++ SPECS/apache-icons.spec     Wed Dec 26 21:15:19 2007
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:       Public Domain Icons
+Name:          apache-icons
+Version:       1.0
+Release:       0.1
+License:       Public Domain
+Group:         Applications/WWW
+# icons from apache 2.2.6 distributions
+Source0:       %{name}.tar.bz2
+# Source0-md5: 9e6091b200af6d03576534919c79ea96
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+These icons were originally made for Mosaic for X and have been
+included in the NCSA httpd and Apache server distributions in the
+past. They are in the public domain and may be freely included in any
+application.
+
+%prep
+%setup -qc
+mv apache-icons/README* .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}
+cp -a apache-icons $RPM_BUILD_ROOT%{_datadir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README README.html
+%{_datadir}/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-26 20:15:19  glen
+- common icons used by apache 1.3 and apache 2.x
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to