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