[yum-langpacks] update source and project urls to fedorahosted

Jens Petersen petersen at fedoraproject.org
Mon Nov 19 03:33:09 UTC 2012


commit 3a1d9ea3df75958652924c8304b4364d34763611
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Nov 19 12:33:01 2012 +0900

    update source and project urls to fedorahosted
    
    - remove deprecated standard buildroot stuff
    - fixup changelogs

 yum-langpacks.spec |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/yum-langpacks.spec b/yum-langpacks.spec
index 9b60231..f253ffd 100644
--- a/yum-langpacks.spec
+++ b/yum-langpacks.spec
@@ -3,12 +3,11 @@
 Summary: Langpacks plugin for yum
 Name: yum-langpacks
 Version: 0.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Development/Tools
-Source0: http://petersen.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
-URL: https://fedoraproject.org/wiki/Features/YumLangpackPlugin
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0: https://fedorahosted.org/releases/y/u/%{name}/%{name}-%{version}.tar.gz
+URL: https://fedorahosted.org/yum-langpacks/
 BuildArch: noarch
 BuildRequires: python-setuptools
 Requires: yum >= 3.0
@@ -26,26 +25,27 @@ language for packages you install.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+
 %build
 
 %install
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-, root, root, -)
 %doc README COPYING
 %{python_sitelib}/*
 %{_prefix}/lib/yum-plugins/langpacks.py*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/langpacks.conf
 
 %changelog
-* Tue Sep 25 2012 Bill Nottingham <notting at redhat.com> - 0.3.1-3
+* Mon Nov 19 2012 Jens Petersen <petersen at redhat.com> - 0.3.0-4
+- update source and project urls
+- minor spec cleanup
+
+* Tue Sep 25 2012 Bill Nottingham <notting at redhat.com> - 0.3.0-3
 - fix traceback on groupremove (#858175)
 
-* Mon Aug 13 2012 Bill Nottingham <notting at redhat.com> - 0.3.1-1
+* Mon Aug 13 2012 Bill Nottingham <notting at redhat.com> - 0.3.0-2
 - fix groupinstall of langonly groups (#840885)
 - fix plugin type for use in yumex, elsewhere (#847502)
 


More information about the scm-commits mailing list