From c8f5b900a8bee952ca80ffe55551cd0fa401f953 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Dec 2024 15:13:39 +0100 Subject: [PATCH] bootstrap build --- php-phpdocumentor-type-resolver1.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-phpdocumentor-type-resolver1.spec b/php-phpdocumentor-type-resolver1.spec index 2c64d57..4847000 100644 --- a/php-phpdocumentor-type-resolver1.spec +++ b/php-phpdocumentor-type-resolver1.spec @@ -33,13 +33,13 @@ %global deprecations_max_ver 2 # Build using "--without tests" to disable tests -%bcond_without tests +%bcond_with tests %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 1.1%{?github_release}%{?dist} Summary: A PSR-5 based resolver of Class names, Types and Structural Element Names Group: Development/Libraries