From 266e416365d888c0dfeee40ff03704b21f26bd7e Mon Sep 17 00:00:00 2001 From: Tomasz Kłoczko Date: Jan 08 2018 14:09:58 +0000 Subject: - indent spec --- diff --git a/libtdb.spec b/libtdb.spec index 685337d..a4f9bf6 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -2,56 +2,52 @@ %bcond_without python3 %endif -Name: libtdb -Version: 1.3.15 -Release: 3%{?dist} -Summary: The tdb library -License: LGPLv3+ -URL: http://tdb.samba.org/ -Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz - - -BuildRequires: docbook-style-xsl -BuildRequires: libxslt -BuildRequires: pkgconfig -BuildRequires: python2-devel +Summary: The tdb library +Name: libtdb +Version: 1.3.15 +Release: 3%{?dist} +License: LGPLv3+ +URL: http://tdb.samba.org/ +Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz +BuildRequires: docbook-style-xsl +BuildRequires: libxslt +BuildRequires: pkgconfig +BuildRequires: python2-devel %if %{with python3} BuildRequires: python3-devel %endif - Provides: bundled(libreplace) - # Patches %description A library that implements a trivial database. %package devel -Summary: Header files need to link the Tdb library -Requires: libtdb = %{version}-%{release} +Summary: Header files need to link the Tdb library +Requires: libtdb = %{version}-%{release} %description devel Header files needed to develop programs that link against the Tdb library. %package -n tdb-tools -Summary: Developer tools for the Tdb library -Requires: libtdb = %{version}-%{release} +Summary: Developer tools for the Tdb library +Requires: libtdb = %{version}-%{release} %description -n tdb-tools Tools to manage Tdb files. %package -n python2-tdb -Summary: Python bindings for the Tdb library -Requires: libtdb = %{version}-%{release} +Summary: Python bindings for the Tdb library +Requires: libtdb = %{version}-%{release} %{?python_provide:%python_provide python2-tdb} %description -n python2-tdb Python bindings for libtdb. %package -n python3-tdb -Summary: Python3 bindings for the Tdb library -Requires: libtdb = %{version}-%{release} +Summary: Python3 bindings for the Tdb library +Requires: libtdb = %{version}-%{release} %{?python_provide:%python_provide python3-tdb} %description -n python3-tdb @@ -117,6 +113,7 @@ find %{buildroot} -name "*.so*" -exec chmod -c +x {} \; - use %%bcond instead %%global - removed delete static libtdb.a in %%install (is not needed) - added use more macros (%%autosetup, %%{make_build} and %{make_install}) +- indent spec * Thu Nov 30 2017 Lukas Slebodnik - 1.3.15-2 - Update spec file conditionals