From 9db979d1cf33bcb6932717b1183b05f5b26ff853 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Apr 09 2016 22:25:41 +0000 Subject: Renamed to python-breathe --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8c5df84..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/breathe-4.0.0.tar.gz -/breathe-a80e74c105be721a2777311dd58a0264f40339f9.tar.gz diff --git a/breathe.spec b/breathe.spec deleted file mode 100644 index 168ff6e..0000000 --- a/breathe.spec +++ /dev/null @@ -1,66 +0,0 @@ -%global owner michaeljones -%global commit0 a80e74c105be721a2777311dd58a0264f40339f9 - -Name: breathe -Version: 4.1.0 -Release: 2%{?dist} -Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx -License: BSD -URL: https://github.com/%{owner}/%{name} -Source0: https://github.com/%{owner}/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz - -BuildArch: noarch - -BuildRequires: doxygen -BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-six -BuildRequires: python-sphinx -# NOTE: git is only needed because part of the build process checks if it's in -# a git repo -BuildRequires: git - -Requires: python-six - -# Set the name of the documentation directory -%global _docdir_fmt %{name} - -%description -Breathe is an extension to reStructuredText and Sphinx to be able to read and -render the Doxygen xml output. - -%package doc -Summary: Documentation files for %{name} -# tinyxml uses zlib license -License: BSD and zlib - -%description doc -This package contains documentation for developer documentation for %{name}. - -%prep -%setup -q -n %{name}-%{commit0} - -%build -%{__python2} setup.py build -make %{?_smp_mflags} html - -%install -%{__python2} setup.py install --skip-build --root %{buildroot} -# Remove the .buildinfo file -rm documentation/build/html/.buildinfo - -%files -%{python2_sitelib}/* -%{!?_licensedir:%global license %%doc} -%license LICENSE - -%files doc -%doc documentation/build/html -%license LICENSE - -%changelog -* Wed Feb 03 2016 Fedora Release Engineering - 4.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat May 16 2015 Dave Johansen - 4.0.0-1 -- Initial RPM release diff --git a/breathe_build_html.patch b/breathe_build_html.patch deleted file mode 100644 index 3e86aff..0000000 --- a/breathe_build_html.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile -+++ Makefile -@@ -1,6 +1,10 @@ - --all: data -+all: html pdf -+ -+html: data - $(MAKE) -C documentation html -+ -+pdf: data - $(MAKE) -C documentation latexpdf - - data: diff --git a/breathe_remove_env.patch b/breathe_remove_env.patch deleted file mode 100644 index 6c05a27..0000000 --- a/breathe_remove_env.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -r 0db09dc41fd7 breathe/parser/doxygen/compound.py ---- a/breathe/parser/doxygen/compound.py Sat May 16 10:41:49 2015 -0700 -+++ b/breathe/parser/doxygen/compound.py Sat Jun 20 07:37:22 2015 -0700 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - """ - Generated Mon Feb 9 19:08:05 2009 by generateDS.py. - """ -diff -r 0db09dc41fd7 breathe/parser/doxygen/compoundsuper.py ---- a/breathe/parser/doxygen/compoundsuper.py Sat May 16 10:41:49 2015 -0700 -+++ b/breathe/parser/doxygen/compoundsuper.py Sat Jun 20 07:37:22 2015 -0700 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - # - # Generated Thu Jun 11 18:44:25 2009 by generateDS.py. - # -diff -r 0db09dc41fd7 breathe/parser/doxygen/index.py ---- a/breathe/parser/doxygen/index.py Sat May 16 10:41:49 2015 -0700 -+++ b/breathe/parser/doxygen/index.py Sat Jun 20 07:37:22 2015 -0700 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - """ - Generated Mon Feb 9 19:08:05 2009 by generateDS.py. - """ -diff -r 0db09dc41fd7 breathe/parser/doxygen/indexsuper.py ---- a/breathe/parser/doxygen/indexsuper.py Sat May 16 10:41:49 2015 -0700 -+++ b/breathe/parser/doxygen/indexsuper.py Sat Jun 20 07:37:22 2015 -0700 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - # - # Generated Thu Jun 11 18:43:54 2009 by generateDS.py. - # diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8fcfab3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to python-breathe diff --git a/sources b/sources deleted file mode 100644 index 6ef589d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fc2fa51a12ed87fd647c5b316eb33ed9 breathe-a80e74c105be721a2777311dd58a0264f40339f9.tar.gz