rpms/irclog2html/EL-5 import.log, NONE, 1.1 irclog2html.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller ianweller at fedoraproject.org
Fri Dec 5 06:07:14 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/irclog2html/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21500/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log irclog2html.spec 
Log Message:
importing irclog2html-2.7-2.svn67 in EL-5


--- NEW FILE import.log ---
irclog2html-2_7-2_svn67_fc9:EL-5:irclog2html-2.7-2.svn67.fc9.src.rpm:1228456078


--- NEW FILE irclog2html.spec ---
%define svn_revision 67

Name:           irclog2html
Version:        2.7
Release:        2.svn%{svn_revision}%{?dist}
Summary:        Script to convert IRC logs to HTML and other formats

Group:          Applications/Communications
# Not specific to GPL version, will assume 3 as that's what they link to
License:        GPLv3+
URL:            http://mg.pov.lt/irclog2html/
# Source is only in upstream SCM. To create the tarball run
#   svn export -r %{svn_revision} http://mg.pov.lt/irclog2html/svn irclog2html-r%{svn_revision}
#   tar cjO irclog2html-r%{svn_revision} > %{name}-r%{svn_revision}.tar.bz2
Source0:        %{name}-r%{svn_revision}.tar.bz2
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
Requires:       python

%description
irclog2html is a nice IRC log parser and colorizer that will do the most common
things necessary to make an IRC log readable in a web browser. It can export to
many different HTML formats, and can export MediaWiki pipe-table syntax.


%prep
%setup -q -n %{name}-r%{svn_revision}
echo "You may need the irclog.css file. It is available at
  %{_datadir}/%{name}/irclog.css
" > README.fedora


%build
# nothing


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -pm 755 %{name}.py %{buildroot}%{_bindir}/%{name}
# keep bindir cleanish, most people will just want the main script.
mkdir -p %{buildroot}%{_datadir}/%{name}
chmod a+x *.py
cp -a * %{buildroot}%{_datadir}/%{name}/


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README.fedora
%{_bindir}/%{name}
%{_datadir}/%{name}


%changelog
* Thu Dec 04 2008 Ian Weller <ianweller at gmail.com> 2.7-2.svn67
- Fix buildroot
- Fix how-to-create-source comment

* Thu Dec 04 2008 Ian Weller <ianweller at gmail.com> 2.7-1.svn67
- Initial package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/irclog2html/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Dec 2008 05:13:02 -0000	1.1
+++ .cvsignore	5 Dec 2008 06:06:44 -0000	1.2
@@ -0,0 +1 @@
+irclog2html-r67.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/irclog2html/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Dec 2008 05:13:02 -0000	1.1
+++ sources	5 Dec 2008 06:06:44 -0000	1.2
@@ -0,0 +1 @@
+787fc227906ac1b575ad5e435c177efc  irclog2html-r67.tar.bz2




More information about the fedora-extras-commits mailing list