Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20e92565fd | ||
|
|
4c190a5558 | ||
|
|
add62207d4 | ||
|
|
bd50819bd7 | ||
|
|
8845c0f519 | ||
|
|
77b14605cd | ||
|
|
3b67682072 | ||
|
|
2d899073b4 | ||
|
|
cc251ecc3d | ||
|
|
c5c7779e71 | ||
|
|
a8adb4dc62 | ||
|
|
a50d6aad9a | ||
|
|
5bf534fac4 | ||
|
|
24aae8c5ca | ||
|
|
4e6a6c129f | ||
|
|
1e70cd36bb | ||
|
|
020b01be99 | ||
|
|
f4b9853406 | ||
|
|
d4e4329967 | ||
|
|
f6e313ac96 | ||
|
|
20a8a4c042 |
4 changed files with 1 additions and 84 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wiki2beamer-0.9.5.zip
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Retired: Long term failure to build
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
2e1d4509f72b283e94370cc30c64696e wiki2beamer-0.9.5.zip
|
||||
|
|
@ -1,82 +0,0 @@
|
|||
Name: wiki2beamer
|
||||
Version: 0.9.5
|
||||
Release: 10%{?dist}
|
||||
Summary: Converts a simple wiki-like syntax to complex LaTeX beamer code
|
||||
License: GPLv2+ and GFDL
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
URL: http://sourceforge.net/projects/%{name}
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
|
||||
|
||||
%description
|
||||
Wiki2beamer converts a simple wiki-like syntax to complex LaTeX beamer code.
|
||||
It's written in python and should run on windows and all *nix platforms. Why
|
||||
collaborative? Because you can use it with version control systems. Afraid
|
||||
to loose some LaTeX powers? Don't worry: you can always fall back to plain
|
||||
LaTeX as wiki2beamer is just a preprocessor.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
for file in code/wiki2beamer; do
|
||||
sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|' $file
|
||||
done
|
||||
mv doc/fdl.txt doc/LICENSE-DOCS
|
||||
|
||||
%build
|
||||
pushd code/
|
||||
%{__python3} setup.py build
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
|
||||
pushd code/
|
||||
%{__python3} setup.py install --skip-build --root %{buildroot}
|
||||
popd
|
||||
install -m644 -D doc/man/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
|
||||
rm -r %{buildroot}/%{python3_sitelib}
|
||||
|
||||
%check
|
||||
|
||||
|
||||
%files
|
||||
%doc LICENSE README doc/LICENSE-DOCS doc/example
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Nov 14 2015 Sebastian Dyroff <sdyroff@fedoraproject.org> - 0.9.5-9
|
||||
- Switch to python3
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Oct 04 2012 Sebastian Dyroff <sdyroff@fedoraproject.org> - 0.9.5-4
|
||||
- Email address in changelog
|
||||
- Remove the clean tag
|
||||
- Add README to doc
|
||||
|
||||
* Thu Oct 04 2012 Sebastian Dyroff <sdyroff@fedoraproject.org> - 0.9.5-3
|
||||
- Macro consistency
|
||||
|
||||
* Sat Sep 22 2012 Sebastian Dyroff <sdyroff@fedoraproject.org> - 0.9.5-2
|
||||
- Fix release tag
|
||||
- Not cleaning the buildroot(obsolete)
|
||||
- Renamed fdl.txt to LICENSE-DOCS
|
||||
|
||||
* Mon Aug 27 2012 Sebastian Dyroff <sdyroff@fedoraproject.org> - 0.9.5-1
|
||||
- Initial package
|
||||
Loading…
Add table
Add a link
Reference in a new issue