File icon-naming-utils.spec of Package icon-naming-utils

#
# spec file for package icon-naming-utils
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           icon-naming-utils
BuildRequires:  perl-XML-Simple
BuildArch:      noarch 
Version:        0.8.90
Release:        0
Summary:        Icon Name Specification Mapping Script
License:        GPL-2.0+
Group:          Development/Tools/Other
Url:            http://tango-project.org/Standard_Icon_Naming_Specification
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source:         %{name}-%{version}.tar.bz2
Requires:       perl-XML-Simple
Provides:       %{name}-devel = %{version}-%{release}

%description
A script for creating a symlink mapping for deprecated icon names to
the new icon naming specification names for desktop icon themes.



Authors:
--------
    Rodney Dawes <dobey@novell.com>

%prep
%setup -q 

%build
%configure\
	--libexecdir=%{_prefix}/lib/icon-naming-utils
make %{?jobs:-j%jobs}

%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean 
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README 
%{_prefix}/lib/icon-naming-utils
%{_datadir}/dtds
%{_datadir}/icon-naming-utils
%{_datadir}/pkgconfig/*.pc

%changelog
openSUSE Build Service is sponsored by