What do I do with it?? Where is the source that goes with it?? Thanks Aaron On Sun, 2003-11-16 at 12:23, Jonathan C. Sitte wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Aaron wrote: > | On Sun, 2003-11-16 at 11:06, Jonathan C. Sitte wrote: > | Actually its Nando and he says in a few days they should be ready. > | > | I am also chafing at the bit. > > Good to know that. Here is my inkscape spec if you want to add it to fedora. > - -- > Jonathan C. Sitte <jcsitte@xxxxxxxxxxxxxx> > Digital Arts & Computer Technology > http://www.staticnull.org/jcsitte/ > 917.414.2559 M-F 8AM-10PM > > Public Key: http://www.staticnull.org/jcsitte/0x40E69A47-pubkey.asc > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.2 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE/t1A4bzreREDmmkcRAkPPAKDq+UXRo2pAmg5epvtEuKVgFVCEbwCg1k+H > GHX3SmscaeE7IGdG02/s+eY= > =oADj > -----END PGP SIGNATURE----- > > ______________________________________________________________________ > Name: inkscape > Summary: A Vector Drawing Application > Version: 0.35 > Release: 1 > License: GPL > Group: Applications/Graphics > URL: http://inkscape.sourceforge.net/ > Source0: %{name}-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-root > > %description > Inkscape is a SVG based generic vector-drawing program for Linux/Unix/Windows. > > %prep > %setup > > %build > ### Needed for snapshot releases. > MYCFLAGS="$RPM_OPT_FLAGS" > > if [ ! -x configure ]; then > CFLAGS="$MYCFLAGS" ./autogen.sh $MYARCH_FLAGS --prefix=%{_prefix} --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} > else > %configure > fi > make > > %install > rm -rf %{buildroot} > > %makeinstall > > %clean > rm -rf %{buildroot} > > %files > %defattr(-,root,root) > %doc AUTHORS COPYING ChangeLog NEWS README TODO > %{_bindir}/inkscape > %{_libdir}/inkscape/extensions/* > %{_datadir}/applications/inkscape.desktop > %{_datadir}/locale/*/LC_MESSAGES/inkscape.mo > %{_datadir}/pixmaps/* > %{_datadir}/inkscape/* > %{_mandir}/man1/* > > %changelog > * Sun Nov 16 2003 Jonathan C. Sitte <jcsitte@xxxxxxxxxxxxxx> > - Initial spec file