2024-01-05 23:49:49 +01:00
|
|
|
Name: icon-naming-utils
|
|
|
|
Version: 0.8.90
|
2024-01-05 23:49:50 +01:00
|
|
|
Release: 3mamba
|
2024-01-05 23:49:49 +01:00
|
|
|
Summary: Icon handling tools of the Tango Project
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:49:50 +01:00
|
|
|
URL: http://tango.freedesktop.org/Tango_Desktop_Project
|
2024-01-05 23:49:49 +01:00
|
|
|
Source: http://tango.freedesktop.org/releases/icon-naming-utils-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: perl-XML-Simple
|
2024-01-05 23:49:50 +01:00
|
|
|
BuildRequires: perl-devel
|
2024-01-05 23:49:49 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%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
|
2024-01-05 23:49:50 +01:00
|
|
|
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 0.8.90-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 0.8.90-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
2024-01-05 23:49:49 +01:00
|
|
|
* 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
|