[python-twisted-words] - Updated to 10.1.0 - Switched to macros for versioned dependencies - Dropped the im application sin

belegdol belegdol at fedoraproject.org
Tue Sep 21 20:42:32 UTC 2010


commit 7af85d8ee2eb2551e3f21d96769c61d42111d93d
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Tue Sep 21 22:42:29 2010 +0200

    - Updated to 10.1.0
    - Switched to macros for versioned dependencies
    - Dropped the im application since upstream no longer ships it

 .gitignore                |    1 +
 python-twisted-words.spec |   22 ++++++++++------------
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c39b68..72cc7c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TwistedWords-8.2.0.tar.bz2
+/TwistedWords-10.1.0.tar.bz2
diff --git a/python-twisted-words.spec b/python-twisted-words.spec
index f3769ac..1211ff0 100644
--- a/python-twisted-words.spec
+++ b/python-twisted-words.spec
@@ -2,17 +2,17 @@
 %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           %{python}-twisted-words
-Version:        8.2.0
-Release:        4%{?dist}
+Version:        10.1.0
+Release:        1%{?dist}
 Summary:        Twisted Instant Messaging implementations
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedWords
-Source0:        http://tmrc.mit.edu/mirror/twisted/Words/8.1/TwistedWords-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Words/10.1/TwistedWords-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  %{python}-twisted-core >= 8.2.0
+BuildRequires:  %{python}-twisted-core >= %{version}
 BuildRequires:  %{python}-devel
-Requires:       %{python}-twisted-core >= 8.2.0
+Requires:       %{python}-twisted-core >= %{version}
 Requires:       %{python}-twisted-web
 
 # a noarch-turned-arch package should not have debuginfo
@@ -47,11 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 %{python} setup.py install -O1 --skip-build \
     --install-purelib %{python_sitearch} --root $RPM_BUILD_ROOT
 
-# Man pages
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
-cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
-rm -rf doc/man
-
 # See if there's any egg-info
 if [ -f $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info ]; then
     echo $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info |
@@ -74,12 +69,15 @@ fi
 %files -f egg-info
 %defattr(-,root,root,-)
 %doc README LICENSE doc/* NEWS
-%{_bindir}/im
-%{_mandir}/man1/im.1*
 %{python_sitearch}/twisted/words/
 %{python_sitearch}/twisted/plugins/twisted_words.py*
 
 %changelog
+* Tue Sep 21 2010 Julian Sikorski <belegdol at fedoraproject.org> - 10.1.0-1
+- Updated to 10.1.0
+- Switched to macros for versioned dependencies
+- Dropped the im application since upstream no longer ships it
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 8.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index fe55be0..4644ca9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7067b9e66f8fb85657e9044ffbd28e17  TwistedWords-8.2.0.tar.bz2
+ebad799d073a99335d650b77d0084104  TwistedWords-10.1.0.tar.bz2


More information about the scm-commits mailing list