[robodoc/f16] * Wed Mar 28 2012 Patrick Monnerat <pm at datasphere.ch> 4.99.41-1 - New upstream release. - Patch "dou

Patrick Monnerat monnerat at fedoraproject.org
Wed Mar 28 11:58:46 UTC 2012


commit a40d27efdef0a9caa6495fd5c522b3d4cb270619
Author: Patrick Monnerat <pm at datasphere.ch>
Date:   Wed Mar 28 13:58:22 2012 +0200

    * Wed Mar 28 2012 Patrick Monnerat <pm at datasphere.ch> 4.99.41-1
    - New upstream release.
    - Patch "doubleman" to avoid double install of man pages.
      https://sourceforge.net/tracker/?func=detail&aid=3512312&group_id=7245&atid=307245

 .gitignore                      |    1 +
 robodoc-4.99.41-doubleman.patch |   11 +++++++++++
 robodoc.spec                    |   31 +++++++++++++++++++++----------
 sources                         |    2 +-
 4 files changed, 34 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2d27f8..4db0783 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 robodoc-4.99.38.tar.gz
+/robodoc-4.99.41.tar.gz
diff --git a/robodoc-4.99.41-doubleman.patch b/robodoc-4.99.41-doubleman.patch
new file mode 100644
index 0000000..fca30b6
--- /dev/null
+++ b/robodoc-4.99.41-doubleman.patch
@@ -0,0 +1,11 @@
+diff -Naur robodoc-4.99.41.orig/Docs/makefile.am robodoc-4.99.41.new/Docs/makefile.am
+--- robodoc-4.99.41.orig/Docs/makefile.am	2011-02-02 23:52:40.000000000 +0100
++++ robodoc-4.99.41.new/Docs/makefile.am	2012-03-28 13:01:59.752931968 +0200
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+ 
+-man_MANS = robodoc.1 robohdrs.1
++# man_MANS = robodoc.1 robohdrs.1
+ 
+ if FINK
+ man1_MANS = robodoc.1 robohdrs.1
diff --git a/robodoc.spec b/robodoc.spec
index ae53e39..4ad7469 100644
--- a/robodoc.spec
+++ b/robodoc.spec
@@ -1,23 +1,25 @@
 #	Perl files are only documentation examples.
 
-%define __perl_provides		%{nil}
-%define __perl_requires		%{nil}
+%global __perl_provides		%{nil}
+%global __perl_requires		%{nil}
 
 
 Name:		robodoc
-Version:	4.99.38
-Release:	2%{?dist}
+Version:	4.99.41
+Release:	1%{?dist}
 Summary:	Extract documentation from source code
 License:	GPLv3+
 Group:		Development/Tools
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-URL:		http://sourceforge.net/projects/robodoc/
+Source0:	http://rfsber.home.xs4all.nl/Robo/%{name}-%{version}.tar.gz
+Patch1:		robodoc-4.99.41-doubleman.patch
+URL:		http://rfsber.home.xs4all.nl/Robo/
+BuildRequires:	autoconf automake
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 
 %description
   ROBODoc is a documentation tool (based on the AutoDocs program written
-a long time ago by Commodore). It extracts specially formated comment
+a long time ago by Commodore). It extracts specially formatted comment
 headers from the source file and puts them in a separate file. ROBODoc
 thus allows you to include the program documentation in the source
 code and avoid having to maintain two separate documents.
@@ -40,6 +42,10 @@ comments/remarks.
 
 %setup -q
 
+%patch1 -p 1 -b .doubleman
+
+autoreconf
+
 
 #-------------------------------------------------------------------------------
 %build
@@ -80,7 +86,7 @@ rm -rf "${RPM_BUILD_ROOT}"
 #-------------------------------------------------------------------------------
 
 %defattr(-, root, root, -)
-%doc AUTHORS Change* COPYING NEWS README TODO Docs/manual.css Docs/manual.html
+%doc AUTHORS Change* COPYING README Docs/manual.css Docs/manual.html
 %doc Examples
 %{_bindir}/*
 %{_mandir}/man1/*
@@ -88,11 +94,16 @@ rm -rf "${RPM_BUILD_ROOT}"
 
 #-------------------------------------------------------------------------------
 %changelog
+#-------------------------------------------------------------------------------
+
+* Wed Mar 28 2012 Patrick Monnerat <pm at datasphere.ch> 4.99.41-1
+- New upstream release.
+- Patch "doubleman" to avoid double install of man pages.
+  https://sourceforge.net/tracker/?func=detail&aid=3512312&group_id=7245&atid=307245
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.99.38-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-#-------------------------------------------------------------------------------
-
 * Fri Feb  5 2010 Patrick Monnerat <pm at datasphere.ch> 4.99.38-1
 - New upstream version.
 
diff --git a/sources b/sources
index 13b0869..fbc36f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5a26403c543d40ce8e6887abd06295d  robodoc-4.99.38.tar.gz
+986ff954e0ba5a9c407384fc4b05303d  robodoc-4.99.41.tar.gz


More information about the scm-commits mailing list