Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c7aded8a408f5293a8141de709fcd544 > files > 2

sketch-0.3.2-6.fc14.src.rpm

Name: sketch		
Version: 0.3.2	
Release: 6%{?dist}
Summary: A 3D Scene Description Translator. 

Group: Applications/Publishing
License: GPLv3+	
URL: http://www.frontiernet.net/~eugene.ressler	
Source0: http://www.frontiernet.net/~eugene.ressler/sketch-%{version}.tgz	

BuildRequires: gcc
BuildRequires: flex
BuildRequires: bison


%description
Sketch is a small, simple system for producing line drawings of two- or
three-dimensional solid objects and scenes. It began as a way to make
illustrations for a textbook after we could find no suitable tool for this
purpose. Existing scene processors emphasized GUIs and/or photo-realism,
both un-useful to us. We wanted to produce finely wrought, mathematically-based
illustrations with no extraneous detail. The input language is reminiscent of
PSTricks, so will be easy to learn for current PSTricks users.


%prep
%setup -q


%build
make %{?_smp_mflags} CFLAGS="%{optflags}" BINDIR=%{_bindir}


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}/
cp -p sketch %{buildroot}%{_bindir}/


%files
%defattr(-,root,root,-)
%{_bindir}/sketch
%doc COPYING.txt Data/
#%doc Doc/


%changelog
* Wed Jul 27 2011 Ryan H. Lewis <me@ryanlewis.net> - 0.3.2-6
- added a % to the doc comment as per: https://bugzilla.redhat.com/show_bug.cgi?id=711547#c19

* Tue Jul 26 2011 Ryan H. Lewis <me@ryanlewis.net> 0.3.2-5
- Implemented changes suggested: https://bugzilla.redhat.com/show_bug.cgi?id=711547#c16

* Sun Jul 3 2011 Ryan H. Lewis <me@ryanlewis.net> 0.3.2-4
- Implemented changes suggested: https://bugzilla.redhat.com/show_bug.cgi?id=711547#c12

* Mon Jun 26 2011 Ryan H. Lewis <me@ryanlewis.net> 0.3.2-3
- Added ChangeLog

* Mon Jun 9 2011 Ryan H. Lewis <me@ryanlewis.net> 0.3.2-2
- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=711547#c5

* Mon Jun 7 2011 Ryan H. Lewis <me@ryanlewis.net> 0.3.2-1
- Created initial spec file