[python-twisted-lore] Updated to 11.1.0 Dropped obsolete Group, Buildroot, %clean and %defattr

belegdol belegdol at fedoraproject.org
Fri Nov 18 14:36:33 UTC 2011


commit 6ed2955a872d1b14c4cf8929cd5eeb3fc5dc3c2f
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Fri Nov 18 15:36:26 2011 +0100

    Updated to 11.1.0
    Dropped obsolete Group, Buildroot, %clean and %defattr

 .gitignore               |    1 +
 python-twisted-lore.spec |   14 ++++++--------
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de09ea7..3a4bf5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ TwistedLore-8.2.0.tar.bz2
 /TwistedLore-10.1.0.tar.bz2
 /TwistedLore-10.2.0.tar.bz2
 /TwistedLore-11.0.0.tar.bz2
+/TwistedLore-11.1.0.tar.bz2
diff --git a/python-twisted-lore.spec b/python-twisted-lore.spec
index b7c0130..6604345 100644
--- a/python-twisted-lore.spec
+++ b/python-twisted-lore.spec
@@ -2,14 +2,12 @@
 %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           %{python}-twisted-lore
-Version:        11.0.0
+Version:        11.1.0
 Release:        1%{?dist}
 Summary:        Documentation generator with HTML and LaTeX support
-Group:          Development/Libraries
 License:        MIT
 URL:            http://www.twistedmatrix.com/trac/wiki/TwistedLore
-Source0:        http://tmrc.mit.edu/mirror/twisted/Lore/10.1/TwistedLore-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://twistedmatrix.com/Releases/Lore/11.1/TwistedLore-%{version}.tar.bz2
 BuildRequires:  %{python}-twisted-core >= %{version}
 BuildRequires:  %{python}-devel
 Requires:       %{python}-twisted-core >= %{version}
@@ -52,9 +50,6 @@ if [ -f $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info ]; then
         sed -e "s|^$RPM_BUILD_ROOT||"
 fi > egg-info
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
     %{_libexecdir}/twisted-dropin-cache || :
@@ -66,7 +61,6 @@ if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
 fi
 
 %files -f egg-info
-%defattr(-,root,root,-)
 %doc LICENSE NEWS README doc/*
 %{_bindir}/lore
 %{_mandir}/man1/lore.1*
@@ -74,6 +68,10 @@ fi
 %{python_sitearch}/twisted/plugins/twisted_lore.py*
 
 %changelog
+* Fri Nov 18 2011 Julian Sikorski <belegdol at fedoraproject.org> - 11.1.0-1
+- Updated to 11.1.0
+- Dropped obsolete Group, Buildroot, %%clean and %%defattr
+
 * Sat Apr 30 2011 Julian Sikorski <belegdol at fedoraproject.org> - 11.0.0-1
 - Updated to 11.0.0
 
diff --git a/sources b/sources
index d9bac8b..8f2cd6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c9904a32ce48ac36ea5b706b46f260d  TwistedLore-11.0.0.tar.bz2
+42d065301c1ff2d758868ce8e92b907a  TwistedLore-11.1.0.tar.bz2


More information about the scm-commits mailing list