9c77358
Name:           icon-naming-utils
df56765
Version:        0.7.3
41b4f8c
Release:        1%{?dist}
9c77358
Summary: 	A script to handle icon names in desktop icon themes
9c77358
9c77358
Group:          Development/Tools/Other
9c77358
License:        GPL 
9c77358
BuildArch:	noarch
9c77358
URL:            http://tango-project.org/Standard_Icon_Naming_Specification
9c77358
Source0:        icon-naming-utils-%{version}.tar.gz
9c77358
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9c77358
9c77358
BuildRequires:  perl-XML-Simple
9ca9213
BuildRequires:  automake
9c77358
Requires:       perl-XML-Simple
9c77358
0876989
Patch0:		icon-naming-utils-0.6.7-paths.patch
9c77358
9c77358
%description
9c77358
A script for creating a symlink mapping for deprecated icon names to
9c77358
the new Icon Naming Specification names, for desktop icon themes.
9c77358
9c77358
%prep:
9c77358
%setup -q
9c77358
%patch0 -p1 -b .paths
9c77358
9c77358
9c77358
%build
9c77358
# the paths patch patches Makefile.am
9c77358
automake
9c77358
%configure
9c77358
make %{?_smp_mflags}
9c77358
9c77358
9c77358
%install
9c77358
rm -rf $RPM_BUILD_ROOT
9c77358
make install DESTDIR=$RPM_BUILD_ROOT
9c77358
9c77358
9c77358
%clean
9c77358
rm -rf $RPM_BUILD_ROOT
9c77358
9c77358
9c77358
%files
9c77358
%defattr(-,root,root,-)
9c77358
%{_bindir}/icon-name-mapping
9c77358
%{_datadir}/icon-naming-utils
9c77358
%{_datadir}/pkgconfig/icon-naming-utils.pc
9c77358
9c77358
%changelog
41b4f8c
* Wed Aug 02 2006 Warren Togami <wtogami@redhat.com> - 0.7.3-1
41b4f8c
- add disttag
41b4f8c
df56765
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.3-1
df56765
- Update to 0.7.3
df56765
9ca9213
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-2
9ca9213
- Rebuild
9ca9213
a24b79c
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
a24b79c
- Update to 0.7.2
a24b79c
55652df
* Tue Apr 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
55652df
- Update to 0.7.1
55652df
0876989
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.7-1
0876989
- Update to 0.6.7
0876989
9c77358
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.5-1
9c77358
- Initial import