Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > a1837f747b6dc44f5bd8cc73fc87a52a > files > 2

glyphtracer-1.3-2.fc15.src.rpm

#global bzrrev 94

Name:  glyphtracer
Version: 1.3
Release: 2%{?dist}
Summary: Program for creating fonts from images

Group:         Development/Languages 
License:        GPLv3+ 
URL:  http://launchpad.net/glyphtracer
### Keep following steps for future reference
### Source tarball is created from latest 94 revision
### bzr branch lp:glyphtracer -r 94
### cd glyphtracer
### python setup.py sdist
### tarball is in dist/glyphtracer-%{version}.tar.gz
Source0: http://launchpad.net/glyphtracer/1.0/1.0/+download/%{name}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python2-devel
BuildRequires:  desktop-file-utils
Requires:       PyQt4
Requires:       potrace

%description
Glyphtracer takes an image of letters. It detects all letter forms and allows
the user to tag them.  They are then vectorised and passed on to Fontforge for
fine tuning.

%prep
%setup -q -n %{name}-%{version}

%build
%{__python} setup.py build


%install
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications glyphtracer.desktop

%files
%defattr(-,root,root,-)
%doc license.txt README.txt COPYING
%{_bindir}/*
%{python_sitelib}/*
%{_datadir}/applications/glyphtracer.desktop

%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Mon Dec 13 2010 Parag Nemade <pnemade AT redhat.com> - 1.3-1
- Update to upstream release 1.3

* Sun Aug  1 2010 Thomas Spura <tomspur@fedoraproject.org> - 1.2-2.20100601bzr81
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

* Tue Jun 01 2010 Parag Nemade <pnemade AT redhat.com> - 1.2-1.20100601bzr81
- Update to upstream revision 81

* Mon May 10 2010 Parag Nemade <pnemade AT redhat.com> - 1.1-1.20100510bzr76
- Update to upstream revision 76

* Sun May 09 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1-1
- Update to upstream release 1.1
- Changes to how upstream is installed.

* Thu May 05 2010 Parag Nemade <pnemade AT redhat.com> - 1.0-1.r73bzr
- Update to upstream revision 73

* Mon May 03 2010 Parag Nemade <pnemade AT redhat.com> - 0-0.1.r72
- Update to upstream revision 72

* Fri Apr 30 2010 Parag Nemade <pnemade AT redhat.com> - 1.0-1
- Update to upstream release 1.0

* Thu Apr 29 2010 Parag Nemade <pnemade AT redhat.com> - 0-0.1.r69
- Initial release for Fedora.