rpms/woffTools/F-11 woffTools.spec,NONE,1.1 sources,1.1,1.2
Sandeep Sheshrao Shedmake
sandeeps at fedoraproject.org
Thu Dec 10 09:51:24 UTC 2009
Author: sandeeps
Update of /cvs/pkgs/rpms/woffTools/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14591
Modified Files:
sources
Added Files:
woffTools.spec
Log Message:
--- NEW FILE woffTools.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define svnrev 684
Name: woffTools
Version: 0.1
Release: 0.1.%{svnrev}svn%{?dist}
Summary: Tool for manipulating and examining WOFF files
Group: Development/Languages
License: MIT
URL: http://code.typesupply.com/wiki/woffTools
##### svn checkout HOWTO #####
##### $ svn export -r %{svnrev} http://svn.typesupply.com/packages/woffTools/trunk woffTools #####
##### $ python setup.py sdist --formats gztar #####
Source0: woffTools-0.1beta.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
Requires: fonttools
%description
woffTools is a collection of command line tools for verifying and
examining WOFF files. This is also a Python package that can be used
to manipulate and examine WOFF files just as you can examine SFNT files
with FontTools.
%prep
%setup -q -n %{name}-%{version}beta
%build
%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README.txt PKG-INFO
%{_bindir}/*
%{python_sitelib}/*
%changelog
* Fri Nov 27 2009 Parag Nemade <pnemade at redhat.com>- 0.1-0.1.684svn
- Initial specfile for Fedora
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/woffTools/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 9 Dec 2009 17:45:29 -0000 1.1
+++ sources 10 Dec 2009 09:51:23 -0000 1.2
@@ -0,0 +1 @@
+a3303c4143041f7d6be0a84c13f41066 woffTools-0.1beta.tar.gz
More information about the Fedora-fonts-bugs-list
mailing list