]> git.pld-linux.org Git - packages/apache-icons.git/blob - apache-icons.spec
- common icons used by apache 1.3 and apache 2.x
[packages/apache-icons.git] / apache-icons.spec
1 Summary:        Public Domain Icons
2 Name:           apache-icons
3 Version:        1.0
4 Release:        0.1
5 License:        Public Domain
6 Group:          Applications/WWW
7 # icons from apache 2.2.6 distributions
8 Source0:        %{name}.tar.bz2
9 # Source0-md5:  9e6091b200af6d03576534919c79ea96
10 BuildRequires:  rpmbuild(macros) >= 1.268
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 These icons were originally made for Mosaic for X and have been
16 included in the NCSA httpd and Apache server distributions in the
17 past. They are in the public domain and may be freely included in any
18 application.
19
20 %prep
21 %setup -qc
22 mv apache-icons/README* .
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_datadir}
27 cp -a apache-icons $RPM_BUILD_ROOT%{_datadir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc README README.html
35 %{_datadir}/%{name}
This page took 0.063972 seconds and 4 git commands to generate.