rpms/webcpp/devel webcpp-0.8.4-typo.patch, NONE, 1.1 webcpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michal Fabry (furby) fedora-extras-commits at redhat.com
Sat Mar 8 09:37:17 UTC 2008


Author: furby

Update of /cvs/pkgs/rpms/webcpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16856/devel

Modified Files:
	.cvsignore sources 
Added Files:
	webcpp-0.8.4-typo.patch webcpp.spec 
Log Message:
Initial import


webcpp-0.8.4-typo.patch:

--- NEW FILE webcpp-0.8.4-typo.patch ---
--- webcpp-0.8.4-src/webcpp/engine.cpp.orig	2004-01-05 00:52:47.000000000 +0000
+++ webcpp-0.8.4-src/webcpp/engine.cpp	2007-11-23 01:07:06.000000000 +0000
@@ -1005,7 +1005,7 @@
 </tr><tr><td colspan=6>\n\
 <a href=\"http://webcpp.sf.net\"><center><b>\
 <font color=#ffffff>web c plus plus</font></b></center>\n\
-</a></td></tr>\n\</table>\n<br>\n</center>";
+</a></td></tr>\n</table>\n<br>\n</center>";
 
 		*IO << made;
 	}


--- NEW FILE webcpp.spec ---
Name:		webcpp
Version:	0.8.4
Release:	1%{?dist}
Summary:	Convert C++ code to HTML
License:	GPLv2
Group:		Development/Tools
URL:		http://webcpp.sourceforge.net
Source:		http://prdownloads.sourceforge.net/webcpp/%{name}-%{version}-src.tar.gz
Patch0:		webcpp-0.8.4-typo.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Web C Plus Plus is a command line utility that takes your source 
code, and converts it into an HTML file using a fully customizable 
syntax highlighting engine and colour schemes. This is useful if 
you want to post your code online and make it easier to read, or 
to make online programming tutorials. 

%prep
%setup -qn %{name}-%{version}-src
%patch0 -p1 -b .typo

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 %{name}/webcpp $RPM_BUILD_ROOT%{_bindir}/webcpp


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README docs.html
%{_bindir}/webcpp


%changelog
* Fri Nov 23 2007  Michal Fabry <furby at fedoraproject.org> - 0.8.4-1
- First build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/webcpp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Mar 2008 17:47:12 -0000	1.1
+++ .cvsignore	8 Mar 2008 09:36:42 -0000	1.2
@@ -0,0 +1 @@
+webcpp-0.8.4-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webcpp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2008 17:47:12 -0000	1.1
+++ sources	8 Mar 2008 09:36:42 -0000	1.2
@@ -0,0 +1 @@
+201306053f50857e70dca6a4748ebf07  webcpp-0.8.4-src.tar.gz




More information about the fedora-extras-commits mailing list