68 lines
2.0 KiB
RPMSpec
68 lines
2.0 KiB
RPMSpec
Summary: A collection of free clipart
|
|
Name: openclipart
|
|
Version: 2.0
|
|
Release: 3mamba
|
|
License: Common Public License 1.0
|
|
Group: Graphical Desktop/Applications/Graphics
|
|
Distribution: openmamba
|
|
Vendor: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://openclipart.org/
|
|
Source: http://www.openclipart.org/downloads/%{version}/%{name}-%{version}-full.tar.bz2
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Open Clip Art Library release includes over 26000 unique images, roughly sorted by the subject listed in the image metadata. This sorting capability marks an important step in the evolution of the clip art processing tools!
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}-full
|
|
sed -i "s|/usr/local|%{_prefix}|" Makefile
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/clipart
|
|
%{_datadir}/clipart/*
|
|
%doc AUTHORS LICENSE README NEWS ChangeLog
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%changelog
|
|
* Sat Oct 28 2023 Automatic Build System <autodist@mambasoft.it> 2.0-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Oct 28 2023 Automatic Build System <autodist@mambasoft.it> 2.0-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Jun 19 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.0-1mamba
|
|
- update to 2.0
|
|
|
|
* Mon Aug 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
|
|
- update to 0.18
|
|
- build as noarch package
|
|
|
|
* Tue Aug 16 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1qilnx
|
|
- update to version 0.16 by autospec
|
|
|
|
* Fri Jun 17 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.14-1qilnx
|
|
- New version
|
|
|
|
* Mon May 16 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.13-1qilnx
|
|
- New version
|
|
|
|
* Mon Apr 04 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.12-1qilnx
|
|
- New version
|
|
|
|
* Mon Dec 06 2004 Matteo Bernasconi <voyagernm@virgilio.it> 0.08-1qilnx
|
|
- Updated
|
|
|
|
* Wed Sep 29 2004 Matteo Bernasconi <voyagernm@virgilio.it> 0.06-1qilnx
|
|
- First Build
|