]> git.pld-linux.org Git - packages/apache-icons.git/blob - apache-icons.spec
- rel 2
[packages/apache-icons.git] / apache-icons.spec
1 Summary:        Public Domain Icons
2 Name:           apache-icons
3 Version:        1.0
4 Release:        2
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 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 These icons were originally made for Mosaic for X and have been
15 included in the NCSA httpd and Apache server distributions in the
16 past. They are in the public domain and may be freely included in any
17 application.
18
19 %prep
20 %setup -qc
21 mv apache-icons/README* .
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_datadir}
26 cp -a apache-icons $RPM_BUILD_ROOT%{_datadir}
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc README README.html
34 %{_datadir}/%{name}
This page took 0.065134 seconds and 4 git commands to generate.