rpms/robodoc/F-10 import.log, NONE, 1.1 robodoc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrick Monnerat monnerat at fedoraproject.org
Thu Dec 4 10:29:13 UTC 2008


Author: monnerat

Update of /cvs/pkgs/rpms/robodoc/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13289/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log robodoc.spec 
Log Message:
Initial CVS import



--- NEW FILE import.log ---
robodoc-4_99_36-2_fc8:F-10:robodoc-4.99.36-2.fc8.src.rpm:1228386457


--- NEW FILE robodoc.spec ---
#	Perl files are only documentation examples.

%define __perl_provides		%{nil}
%define __perl_requires		%{nil}


Name:		robodoc
Version:	4.99.36
Release:	2%{?dist}
Summary:	Extract documentation from source code
License:	GPLv3+
Group:		Development/Tools
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
URL:		http://sourceforge.net/projects/robodoc/
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
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.

  ROBODoc can format the documentation in HTML, ASCII, AmigaGuide,
LaTeX, or RTF format. It is even possible to include parts of the
source code with function names that point their the documentation. It
also can create index tables for all your variables, classes,
functions, etc.

  The best feature of ROBODoc is that it works with many languages:
Assembler, C, Perl, LISP, Occam, Tcl/Tk, Pascal, Fortran, shell
scripts, and COBOL, basically any language that supports
comments/remarks.


#-------------------------------------------------------------------------------
%prep
#-------------------------------------------------------------------------------

%setup -q


#-------------------------------------------------------------------------------
%build
#-------------------------------------------------------------------------------

%configure docdir="%{_docdir}/robodoc"
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}

#	Changelog is ISO8859. Convert it to UTF-8.

iconv -f ISO8859-1 -t UTF-8 -o ChangeLog.utf8 ChangeLog
touch -r ChangeLog ChangeLog.utf8
mv ChangeLog.utf8 ChangeLog


#-------------------------------------------------------------------------------
%install
#-------------------------------------------------------------------------------

rm -rf "${RPM_BUILD_ROOT}"

make DESTDIR="${RPM_BUILD_ROOT}" INSTALL="install -p" install

#	Get rid of the installed documentation

rm -rf "${RPM_BUILD_ROOT}%{_docdir}/robodoc"


#-------------------------------------------------------------------------------
%clean
#-------------------------------------------------------------------------------

rm -rf "${RPM_BUILD_ROOT}"


#-------------------------------------------------------------------------------
%files
#-------------------------------------------------------------------------------

%defattr(-, root, root, -)
%doc AUTHORS Change* COPYING NEWS README TODO Docs/manual.css Docs/manual.html
%doc Examples
%{_bindir}/*
%{_mandir}/man1/*


#-------------------------------------------------------------------------------
%changelog
#-------------------------------------------------------------------------------

* Tue Dec  2 2008 Patrick Monnerat <pm at datasphere.ch> 4.99.36-2
- Preserve ChangeLog timestamp.

* Wed Oct 22 2008 Patrick Monnerat <pm at datasphere.ch> 4.99.36-1
- New package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/robodoc/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Dec 2008 00:43:45 -0000	1.1
+++ .cvsignore	4 Dec 2008 10:28:42 -0000	1.2
@@ -0,0 +1 @@
+robodoc-4.99.36.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/robodoc/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Dec 2008 00:43:45 -0000	1.1
+++ sources	4 Dec 2008 10:28:42 -0000	1.2
@@ -0,0 +1 @@
+b1a0e0dda99bb26623682e62f0e59051  robodoc-4.99.36.tar.bz2




More information about the fedora-extras-commits mailing list