[irclog2html] * Sun Apr 29 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-1 - Switch to usage of the prov

Fabian Affolter fab at fedoraproject.org
Sun Apr 29 19:01:19 UTC 2012


commit 03705bf0b578ef4fa9e0629baea71d6e1d2e4007
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sun Apr 29 21:01:07 2012 +0200

    * Sun Apr 29 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-1
    - Switch to usage of the provided tarball
    - Updated to new upstream version 2.10.0

 .gitignore       |    1 +
 irclog2html.spec |   27 ++++++++++-----------------
 sources          |    2 +-
 3 files changed, 12 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fb7edf..ac150a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 irclog2html-2.8.tar.bz2
 /irclog2html-2.9.2.tar.bz2
+/irclog2html-2.10.0.tar.gz
diff --git a/irclog2html.spec b/irclog2html.spec
index 692ce96..5957b08 100644
--- a/irclog2html.spec
+++ b/irclog2html.spec
@@ -1,39 +1,32 @@
 Name:           irclog2html
-Version:        2.9.2
-Release:        3%{?dist}
+Version:        2.10.0
+Release:        1%{?dist}
 Summary:        Script to convert IRC logs to HTML and other formats
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://mg.pov.lt/irclog2html/
-# Source is only in upstream SCM. To create the tarball run
-# bzr export irclog2html-2.9.2.tar.bz2 -r 77 lp:irclog2html
-Source0:        %{name}-%{version}.tar.bz2
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Source0:        http://pypi.python.org/packages/source/i/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python
-
-Requires:       python
-
+BuildRequires:  python2
+Requires:       python2
 
 %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
 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}
@@ -43,23 +36,23 @@ mkdir -p %{buildroot}%{_datadir}/%{name}
 chmod a+x *.py
 cp -a * %{buildroot}%{_datadir}/%{name}/
 
-
 %check
 make check
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
 %doc README.txt README.fedora CHANGES.txt
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 
-
 %changelog
+* Sun Apr 29 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-1
+- Switch to usage of the provided tarball
+- Updated to new upstream version 2.10.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6fbbcc1..691e0d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc71476612866cdb279e2bacd14ae999  irclog2html-2.9.2.tar.bz2
+22146b05fde89e27b8f98e95ab219113  irclog2html-2.10.0.tar.gz


More information about the scm-commits mailing list