Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Berteaud 6e8e5c2369 Automatic commit of package [perl-PSGI] minor release [1.102-2].
Created by command:

/usr/bin/tito tag
2022-02-20 21:46:28 +01:00
Daniel Berteaud 3b0e432d0b BuildReq perl(inc::Module::Install) 2022-02-20 21:45:13 +01:00
Daniel Berteaud 56e601f6b5 Import PSGI and configure tito 2022-02-20 21:39:07 +01:00
Daniel Berteaud 9762263a37 Initialized to use tito. 2022-02-20 21:38:04 +01:00
7 changed files with 67 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text

3
.tito/packages/.readme Normal file
View File

@ -0,0 +1,3 @@
the .tito/packages directory contains metadata files
named after their packages. Each file has the latest tagged
version and the project's relative directory.

1
.tito/packages/perl-PSGI Normal file
View File

@ -0,0 +1 @@
1.102-2 ./

1
.tito/releasers.conf Symbolic link
View File

@ -0,0 +1 @@
../../tito_libs/releasers.conf

6
.tito/tito.props Normal file
View File

@ -0,0 +1,6 @@
[buildconfig]
builder = dbd.builder.GitLfsBuilder
tagger = tito.tagger.ReleaseTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = ../tito_libs

BIN
PSGI-1.102.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

52
perl-PSGI.spec Normal file
View File

@ -0,0 +1,52 @@
Name: perl-PSGI
Version: 1.102
Release: 2%{?dist}
Summary: PSGI Perl module
License: CHECK(Distributable)
Group: Development/Libraries
URL: http://search.cpan.org/dist/PSGI/
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/PSGI-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(inc::Module::Install)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
PSGI Perl module
%prep
%setup -q -n PSGI-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README.md
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sun Feb 20 2022 Daniel Berteaud <dbd@ehtrace.com> 1.102-2
- new package built with tito
* Sun Feb 20 2022 Daniel Berteaud <dbd@ehtrace.com> 1.102-1
- Specfile autogenerated by cpanspec 1.78.