]> git.pld-linux.org Git - packages/tango-icon-theme-extras.git/blob - tango-icon-theme-extras.spec
- tabs in preamble
[packages/tango-icon-theme-extras.git] / tango-icon-theme-extras.spec
1 #
2 # TODO:
3 # - better summary and descriptions
4 # - check why 24x24 and scalable icon sets don't build correctly
5 # - add license
6 #
7 Summary:        Additional freedesktop.org standard compliant icons
8 Summary(pl.UTF-8):      Dodatkowe ikony implementujÄ…ce standard freedesktop.org
9 Name:           tango-icon-theme-extras
10 Version:        0.1.0
11 Release:        0.1
12 License:        Creative Commons License (see COPYING)
13 Group:          Themes
14 Source0:        http://tango-project.org/releases/%{name}-%{version}.tar.gz
15 # Source0-md5:  caaceaec7b61f1cbda0db9842f9db281
16 URL:            http://tango-project.org/Tango_Desktop_Project
17 BuildRequires:  ImageMagick-coder-png
18 BuildRequires:  ImageMagick-devel
19 BuildRequires:  icon-naming-utils >= 0.7.2
20 BuildRequires:  pkgconfig
21 Requires:       tango-icon-theme
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Additional freedesktop.org standard compliant icons.
27
28 %description -l pl.UTF-8
29 Dodatkowe ikony implementujÄ…ce standard freedesktop.org.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING ChangeLog README
50 %{_iconsdir}/Tango
This page took 0.121077 seconds and 3 git commands to generate.