Compare commits
37 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be166f7afe | ||
|
|
242e3daf10 | ||
|
|
a4be5109e4 | ||
|
|
d31f49392e | ||
|
|
6b072336f2 | ||
|
|
1bd68a5bb9 | ||
|
|
13182f44ce | ||
|
|
967715bbd1 | ||
|
|
648051e5d7 | ||
|
|
a079c36e42 | ||
|
|
5ad8fa0696 | ||
|
|
365782ba5b | ||
|
|
44acbba6ec | ||
|
|
fe7286a0c8 | ||
|
|
05e49364bf | ||
|
|
1b9c664aeb | ||
|
|
b28af40405 | ||
|
|
f4f3aef21c | ||
|
|
5e153bc4a2 | ||
|
|
d3eb7b3998 | ||
|
|
94f786ae8e | ||
|
|
126e508036 | ||
|
|
f2bea21ed5 | ||
|
|
43bfdb4436 | ||
|
|
47b1a2f85c | ||
|
|
4d343efbc3 | ||
|
|
8c6627b71d | ||
|
|
62da9618ea | ||
| 43df4ab1cd | |||
|
|
b670e6c26a | ||
|
|
225e0f83cc | ||
|
|
a032f1e99b | ||
|
|
51d5ecd6ce | ||
|
|
8f514badbe | ||
|
|
ab7bc55042 | ||
|
|
023187bf26 | ||
|
|
2c8fea5a29 |
4 changed files with 1 additions and 67 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
woffTools-0.1beta.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
a3303c4143041f7d6be0a84c13f41066 woffTools-0.1beta.tar.gz
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
%{!?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.3.%{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
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.3.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.1-0.2.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Fri Nov 27 2009 Parag Nemade <pnemade@redhat.com>- 0.1-0.1.684svn
|
||||
- Initial specfile for Fedora
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue