Skip to content

Commit

Permalink
change: [rpm] just move %global desc block
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Feb 10, 2018
1 parent 7763928 commit 571019d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/package.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
%bcond_with extras
%endif

%global desc \
Python library provides common APIs to load and dump configuration files in\
various formats such like JSON, YAML and XML with some useful features such as\
contents merge, templates, query, schema validation and generation support.

Name: python-%{pkgname}
Version: @VERSION@
Release: 1%{?dist}
Expand Down Expand Up @@ -44,11 +49,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
%endif

%global desc \
Python library provides common APIs to load and dump configuration files in\
various formats such like JSON, YAML and XML with some useful features such as\
contents merge, templates, query, schema validation and generation support.

%description %{desc}

%package -n python2-%{pkgname}
Expand Down

0 comments on commit 571019d

Please sign in to comment.