[Clipart] OpenClipart added to Ark Linux

Bernhard Rosenkraenzer bero at arklinux.org
Tue Jul 12 13:43:06 PDT 2005


On Tuesday 12 July 2005 17:47, Alan Horkan wrote:
> Ark Linux is an RPM based distribution, so presumably they put together
> the necessary intructions to make an architecture independant package.  I
> do hope it can be passed upstream and integrated into our build/release
> system.

Sure, the spec file is attached.

I've just looked over it, and I'm pretty sure it'll work on any rpm based 
distribution.

LLaP
bero
-------------- next part --------------
Name: openclipart
Version: 0.15
Release: 1ark
Summary: A clip art collection
URL: http://www.openclipart.org/
Source: %name-%version.tar.bz2
License: Public Domain
Group: Applications/Publishing
Prefix: %_datadir/%name
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch

%description
A clip art collection.

%prep
%setup

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_datadir/%name
cp -a * $RPM_BUILD_ROOT%_datadir/%name

%files
%defattr(-,root,root)
%_datadir/%name

%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}

%changelog
* Mon Jul 11 2005 Bernhard Rosenkraenzer <bero at arklinux.org> 0.15-1ark
- 0.15

* Sat May 14 2005 Bernhard Rosenkraenzer <bero at arklinux.org> 0.13.2-1ark
- initial RPM


More information about the clipart mailing list