Re: Sodipodi
"Jonathan C. Sitte" <[email protected]> Mon, 17 Nov 2003 17:57:22 -0500
| Newsgroups | gmane.linux.redhat.rhl.general,gmane.linux.redhat.fedora.general |
|---|---|
| Organization | Staticnull |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dag Wieers wrote: | I'm doing the Official sodipodi Red Hat rpms. You can find them at: | | http://dag.wieers.com/packages/sodipodi/ Nice. Fedora.us added it to the repos last night so I am set. I did do a ~ inkscape rpm if you want to take a look at the spec. You won't need the srpm since it just uses the fefault source rpm. - -- Jonathan C. Sitte <[email protected]> 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/uVJRbzreREDmmkcRArcKAKDZIL8LQMeW6ZbPU72XjvS4cn/JwgCg6PD2 CTCWcRjf+2S/MbYhg8ySjnM= =oO/J -----END PGP SIGNATURE-----
inkscape.spec
(text/plain, 1 KB)
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 <[email protected]>
- Initial spec file