remove %{dist} from spec file
This commit is contained in:
parent
ce29f95d61
commit
0f72d0f1ee
@ -1,19 +1,19 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: perl-Glib
|
||||
Version: 1.3293
|
||||
Release: 1%{?dist}
|
||||
Release: 2
|
||||
Summary: Perl wrappers for the GLib utility and Object libraries
|
||||
License: CHECK(Distributable)
|
||||
License: LGPL-2.1
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Glib/
|
||||
Source0: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: perl(ExtUtils::Depends) >= 0.300
|
||||
BuildRequires: glib2-devel perl-devel
|
||||
BuildRequires: perl-ExtUtils-Depends >= 0.300
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
|
||||
Requires: perl(ExtUtils::Depends) >= 0.300
|
||||
Requires: perl(ExtUtils::PkgConfig) >= 1.000
|
||||
BuildRequires: perl-ExtUtils-PkgConfig >= 1.000
|
||||
Requires: perl-ExtUtils-Depends >= 0.300
|
||||
Requires: perl-ExtUtils-PkgConfig >= 1.000
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
%description
|
||||
This wrapper attempts to provide a perlish interface while remaining as
|
||||
@ -82,5 +82,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 20 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.3292-1
|
||||
* Mon Jun 13 2022 peijiankang <peijiankang@kylinos.cn> 1.3293-2
|
||||
- remove %{dist} from spec file
|
||||
|
||||
* Sat Jun 20 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.3293-1
|
||||
- Specfile autogenerated by Perl_Bot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user