]> git.pld-linux.org Git - packages/apache-icons.git/blob - apache-icons.spec
8bfa16268b0005a9b75cdaf793debabe3b1b0365
[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.063347 seconds and 2 git commands to generate.