]> git.pld-linux.org Git - packages/apache-icons.git/blob - apache-icons.spec
- "Powered by PLD" logo could be included here
[packages/apache-icons.git] / apache-icons.spec
1 # TODO:
2 # - include some "Powered by PLD" icon, e.g.
3 #   http://pl.docs.pld-linux.org/zrzuty_ekr/logo_04.png
4 #   (or more from http://pl.docs.pld-linux.org/loga_na_www.html)
5 Summary:        Public Domain Icons
6 Summary(pl.UTF-8):      Ikony będące własnością publiczną
7 Name:           apache-icons
8 Version:        1.0
9 Release:        2
10 License:        Public Domain
11 Group:          Applications/WWW
12 # icons from apache 2.2.6 distributions
13 Source0:        %{name}.tar.bz2
14 # Source0-md5:  9e6091b200af6d03576534919c79ea96
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 These icons were originally made for Mosaic for X and have been
20 included in the NCSA httpd and Apache server distributions in the
21 past. They are in the public domain and may be freely included in any
22 application.
23
24 %description -l pl.UTF-8
25 Te ikony powstały pierwotnie dla przeglądarki Mosaic dla X i były
26 dołączane do dystrybucji demonów NCSA httpd i Apache. Są własnością
27 publiczną (public domain) i mogą być swobodnie dołączane do dowolnych
28 aplikacji.
29
30 %prep
31 %setup -qc
32 mv apache-icons/README* .
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_datadir}
37 cp -a apache-icons $RPM_BUILD_ROOT%{_datadir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README README.html
45 %{_datadir}/%{name}
This page took 0.048192 seconds and 3 git commands to generate.