[Clipart] Makefile and RPMs
Jon Phillips
jon at rejon.org
Sun Aug 21 21:13:02 PDT 2005
On Sun, 2005-08-21 at 19:10 -0700, Bryce Harrington wrote:
> On Sun, Aug 21, 2005 at 07:08:15PM -0700, Jon Phillips wrote:
> > Soooo, I started to add support for building RPM packages of our
> > clipart, but found that I am not into doing RPM hacking right now, nor
> > do I fully understand the spec file.
> >
> > Could someone take a look at this:
> >
> > https://bugs.freedesktop.org/show_bug.cgi?id=3584
> >
> > Just check out cvs module: clipart_package
> >
> > and check out the directive, rpm
>
> Can you just post us the spec file?
Ok, I made a tarball out of the current clipart_package module. Please
provide any patches to it via that bug item, or if you have cvs commit
access, commit.
https://bugs.freedesktop.org/show_bug.cgi?id=3584
The clipart folder is stocked with dummy data for testing...
Jon
--
Jon Phillips
San Francisco, CA
USA PH 510.499.0894
jon at rejon.org
http://www.rejon.org
MSN, AIM, Yahoo Chat: kidproto
Jabber Chat: rejon at gristle.org
IRC: rejon at irc.freenode.net
Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
-------------- next part --------------
Name: openclipart
Version: APP_VERSION
Release: 1ark
Summary: A public domain clip art collection.
URL: http://www.openclipart.org/
Source: packages/%name-%version-full.tar.gz
License: Public Domain
Group: Applications/Publishing
Prefix: %_datadir/%name
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
%description
%{Summary}
%prep
%setup
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_datadir/%name-%{version}-full
cp -a * $RPM_BUILD_ROOT%_datadir/%name-%{version}-full
%files
%defattr(-,root,root)
%_datadir/%name-%{version}-full
%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}-full
%changelog
* Mon Jul 11 2005 Bernhard Rosenkraenzer <bero at ...> 0.15-1ark
- 0.15
* Sat May 14 2005 Bernhard Rosenkraenzer <bero at ...> 0.13.2-1ark
- initial RPM
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: text/x-makefile
Size: 7423 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/clipart/attachments/20050821/32f16047/attachment.bin>
More information about the clipart
mailing list