update to 2.0 [release 2.0-1mamba;Sun Jun 19 2011]
This commit is contained in:
parent
584c255db6
commit
cb6bc8a226
@ -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!
|
||||
|
||||
|
62
openclipart.spec
Normal file
62
openclipart.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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@qilinux.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
|
Loading…
Reference in New Issue
Block a user