#1 Fixed source URL and directory ownership
Merged 6 years ago by churchyard. Opened 6 years ago by lbalhar.
rpms/ lbalhar/python-flask-babel master  into  master

file modified
+8 -4
@@ -3,12 +3,12 @@ 

  

  Name:		python-%{pkg_name}

  Version:	0.9

- Release:	13%{?dist}

+ Release:	14%{?dist}

  Summary:	Adds i18n/l10n support to Flask applications

  Group:		Development/Libraries

  License:	BSD

  URL:		http://github.com/mitsuhiko/%{pkg_name}/

- Source0:	http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz

+ Source0:	https://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz

  BuildArch:	noarch

  

  BuildRequires:	python2-babel, python3-babel
@@ -71,14 +71,18 @@ 

  %files -n python2-%{pkg_name}

  %doc docs LICENSE PKG-INFO README

  %{python2_sitelib}/*.egg-info/

- %{python2_sitelib}/flask_babel/*.py*

+ %{python2_sitelib}/flask_babel

  

  %files -n python3-%{pkg_name}

  %doc docs LICENSE PKG-INFO README

  %{python3_sitelib}/*.egg-info/

- %{python3_sitelib}/flask_babel/*

+ %{python3_sitelib}/flask_babel

  

  %changelog

+ * Fri Feb 16 2018 Lumír Balhar <lbalhar@redhat.com> - 0.9-14

+ - Fixed source URL

+ - Fixed directory ownership

+ 

  * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-13

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

Hello.

The problem there was that directories /usr/lib/python*/site-packages/flask_babelweren't owned by your packages. It means that mentioned directories weren't deleted during uninstall process.

I also fixed source URL.

Have a nice day.

rebased onto 8df6f62

6 years ago

Rebased as all other directory-ownership related PRs. Please merge.

Pull-Request has been merged by churchyard

6 years ago