rpms/code2html/devel code2html.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Tue Jan 27 01:56:36 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/code2html/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6236/devel

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



--- NEW FILE code2html.spec ---
Name:           code2html
Version:        0.9.1
Release:        2%{?dist}
Summary:        Convert source code to HTML

Group:          Applications/Publishing     
License:        MIT
URL:            http://search.cpan.org/dist/code2html/
Source0:        http://www.palfrader.org/code2html/all/latest.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Code2HTML converts a program source code to syntax highlighted HTML.

%prep
%setup -q
iconv -f iso8859-1 -t utf-8 %{name}.1 > %{name}.1.conv && mv -f %{name}.1.conv %{name}.1

%build
# Empty build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/

mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
install -p -m 644 ChangeLog  CREDITS  LICENSE  README $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/

mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog  CREDITS  LICENSE  README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz


%changelog
* Mon Jan 26 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.9.1-2
- Fixed wrong license field and used -p while installing

* Mon Jan 26 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.9.1-1
- Initial package


--- NEW FILE import.log ---
code2html-0_9_1-2_fc10:HEAD:code2html-0.9.1-2.fc10.src.rpm:1233021094


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/code2html/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2009 23:05:39 -0000	1.1
+++ .cvsignore	27 Jan 2009 01:56:05 -0000	1.2
@@ -0,0 +1 @@
+latest.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/code2html/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 23:05:39 -0000	1.1
+++ sources	27 Jan 2009 01:56:05 -0000	1.2
@@ -0,0 +1 @@
+368377696547026c79c51a274571dc39  latest.tar.gz




More information about the fedora-extras-commits mailing list