diff --git a/README.md b/README.md index 9db2130..8d42d4d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # openclipart +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! + diff --git a/openclipart.spec b/openclipart.spec new file mode 100644 index 0000000..3b6c457 --- /dev/null +++ b/openclipart.spec @@ -0,0 +1,62 @@ +Summary: A collection of free clipart +Name: openclipart +Version: 2.0 +Release: 1mamba +License: Common Public License 1.0 +Group: Graphical Desktop/Applications/Graphics +Distribution: openmamba +Vendor: openmamba +Packager: Silvan Calarco +URL: http://www.openclipart.org +Source: http://www.openclipart.org/downloads/%{version}/%{name}-%{version}-full.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-root +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 +* Sun Jun 19 2011 Ercole 'ercolinux' Carpanetto 2.0-1mamba +- update to 2.0 + +* Mon Aug 27 2007 Silvan Calarco 0.18-1mamba +- update to 0.18 +- build as noarch package + +* Tue Aug 16 2005 Silvan Calarco 0.16-1qilnx +- update to version 0.16 by autospec + +* Fri Jun 17 2005 Alessandro Ramazzina 0.14-1qilnx +- New version + +* Mon May 16 2005 Alessandro Ramazzina 0.13-1qilnx +- New version + +* Mon Apr 04 2005 Matteo Bernasconi 0.12-1qilnx +- New version + +* Mon Dec 06 2004 Matteo Bernasconi 0.08-1qilnx +- Updated + +* Wed Sep 29 2004 Matteo Bernasconi 0.06-1qilnx +- First Build