[jabber-roster] * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.1-5 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Thu Jun 27 08:41:47 UTC 2013


commit b6df7c63c77a1e150eede84a8e454a3233a61ef7
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Jun 27 10:41:17 2013 +0200

    * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.1-5
    - Spec file updated

 jabber-roster.spec |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)
---
diff --git a/jabber-roster.spec b/jabber-roster.spec
index a71b87e..25c5b8b 100644
--- a/jabber-roster.spec
+++ b/jabber-roster.spec
@@ -2,12 +2,11 @@
 
 Name:           jabber-roster
 Version:        0.1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A Python tool for listing your Jabber roster contacts
 
-Group:          Applications/Internet
 License:        AGPLv3
-URL:            https://launchpad.net/jabber-roster
+URL:            https://github.com/kparal/jabber-roster
 Source0:        http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 
@@ -16,39 +15,30 @@ BuildRequires:  python-setuptools
 
 Requires:       python-xmpp
 
-
 %description
 A small Python tool for listing your Jabber roster contacts. You can
 use it to easily backup list of your buddies.
 
-
 %prep
 %setup -q
 sed -i -e '/^#!\//, 1d' jabber_roster.py
 
-
 %build
 %{__python} setup.py build
 
-
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
- 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc README
 %{_bindir}/%{name}
 %{python_sitelib}/%{srcname}.p*
 %{python_sitelib}/%{srcname}-*.egg-info
 
-
 %changelog
+* Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.1-5
+- Spec file updated
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list