Compare commits
41 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 | ||
|
|
d768e63292 | ||
|
|
c73c1845ac | ||
|
|
76443d4c0d | ||
|
|
e897289b03 |
4 changed files with 1 additions and 107 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/woffTools-67030d4.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 @@
|
|||
872957747cd88a35dc7cede90d5d8634 woffTools-67030d4.tar.gz
|
||||
105
woffTools.spec
105
woffTools.spec
|
|
@ -1,105 +0,0 @@
|
|||
%global commit0 67030d47ccb97993eb683e23bbce0f79d9577cf5
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: woffTools
|
||||
Version: 0.1
|
||||
Release: 0.14.20160211git%{?dist}
|
||||
Summary: Tool for manipulating and examining WOFF files
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/typesupply/woffTools
|
||||
Source0: https://github.com/typesupply/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel python-tools
|
||||
|
||||
BuildRequires: fonttools
|
||||
Requires: fonttools
|
||||
Requires: python-woffTools
|
||||
|
||||
%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.
|
||||
|
||||
%package -n python-%{name}
|
||||
Summary: Tool for manipulating and examining WOFF files
|
||||
|
||||
%description -n python-%{name}
|
||||
An python module which provides a convenient example.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{name}-%{commit0}
|
||||
|
||||
mv %{name}-%{commit0} python2
|
||||
# Remove shebang
|
||||
sed -i -e '/^#! \//, 1d' python2/Lib/woffTools/tools/validate.py
|
||||
mv python2/*.txt .
|
||||
|
||||
%build
|
||||
pushd python2
|
||||
%py2_build
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd python2
|
||||
%py2_install
|
||||
popd
|
||||
|
||||
%files
|
||||
%{_bindir}/woff*
|
||||
|
||||
%files -n python-%{name}
|
||||
%doc README.txt
|
||||
%license License.txt
|
||||
%{python2_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 11 2016 Parag Nemade <pnemade AT redhat DOT com>- 0.1-0.14.20160211git
|
||||
- Update to latest snapshot 20160211
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-0.13.20151005git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.12.20151005git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Mon Oct 05 2015 Parag Nemade <pnemade@redhat.com>- 0.1-0.11.20151005git
|
||||
- Update to new upstream github URL
|
||||
- Follow git hosting source guidelines
|
||||
- remove optional group tag, buildroot, defattr, %%clean
|
||||
- removal of buildroot from %%install
|
||||
- follow newer python packaging guidelines
|
||||
|
||||
* Fri Sep 11 2015 Sandeep Shedmake <sshedmak@redhat.com> - 0.1-0.10.684svn
|
||||
- Patch0 added, Release bumped
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.9.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.8.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.7.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.6.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.5.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.4.684svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* 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