icon-naming-utils/icon-naming-utils.spec

58 lines
1.6 KiB
RPMSpec
Raw Permalink Normal View History

Name: icon-naming-utils
Version: 0.8.90
Release: 1mamba
Summary: Icon handling tools of the Tango Project
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://tango.freedesktop.org/
Source: http://tango.freedesktop.org/releases/icon-naming-utils-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: perl-XML-Simple
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This utility maps the icon names used by the GNOME and KDE desktops to the icon names proposed in the Icon Naming Specification.
%prep
%setup -q
%build
%configure
%make pkgconfigdir=%{_libdir}/pkgconfig
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall pkgconfigdir=%{_libdir}/pkgconfig
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/dtds/
%{_datadir}/icon-naming-utils/
%{_libdir}/pkgconfig/icon-naming-utils.pc
%{_libexecdir}/icon-name-mapping
%doc AUTHORS COPYING ChangeLog README
%changelog
* Tue Feb 24 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-1mamba
- automatic update by autodist
* Wed Oct 15 2008 gil <puntogil@libero.it> 0.8.7-1mamba
- update to 0.8.7
* Fri Apr 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.6-1mamba
- update to 0.8.6
* Fri Jan 12 2007 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.1-2qilnx
- fixed package group
* Sun Sep 17 2006 Tiziano Pratellesi <info@mycare.it> 0.8.1-1qilnx
- package created by autospec