]> git.pld-linux.org Git - SPECS.git/blob - icon-naming-utils.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / icon-naming-utils.spec
1 Summary:        Icon naming utility
2 Summary(pl.UTF-8):      Narzędzie do nadawania nazw ikonom
3 Name:           icon-naming-utils
4 Version:        0.8.90
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
9 # Source0-md5:  dd8108b56130b9eedc4042df634efa66
10 Patch0:         %{name}-paths.patch
11 URL:            http://tango.freedesktop.org/Standard_Icon_Naming_Specification
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  perl-XML-Simple
15 BuildRequires:  perl-base >= 5
16 BuildRequires:  rpm-perlprov >= 4.1-13
17 BuildRequires:  rpmbuild(macros) >= 1.446
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This utility maps the icon names used by the GNOME and KDE desktops to
23 the icon names proposed in the Icon Naming Specification.
24
25 %description -l pl.UTF-8
26 Narzędzie to adaptuje nazwy ikon używanych przez środowiska GNOME i
27 KDE do nazw zaproponowanych w standardzie Icon Naming Specification.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog README
52 %attr(755,root,root) %{_bindir}/icon-name-mapping
53 %{_datadir}/%{name}
54 %{_npkgconfigdir}/icon-naming-utils.pc
This page took 0.119285 seconds and 3 git commands to generate.