Skip to content

Commit

Permalink
[update to 0.23] - Require deps on MacOS and MSwin32
Browse files Browse the repository at this point in the history
0.23    2020-03-06
    - Require deps on MacOS and MSwin32
        - See: shlomif/Clipboard#1
        - Thanks to https://metacpan.org/pod/Dist::Zilla::Plugin::OSPrereqs .
  • Loading branch information
fenrus75 committed Mar 6, 2020
1 parent 8a3ffc2 commit 7101529
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.23 2020-03-06
- Require deps on MacOS and MSwin32
- See: https://github.com/shlomif/Clipboard/issues/1
- Thanks to https://metacpan.org/pod/Dist::Zilla::Plugin::OSPrereqs .

0.22 2020-01-28
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated
POD documentation (see 0.001004 in
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := perl-Clipboard
URL = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.22.tar.gz
URL = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion buildreq_cache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.22
0.23
perl(CGI)
perl(URI::Escape)
3 changes: 2 additions & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = perl-Clipboard
url = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.22.tar.gz
url = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz
archives =
giturl =
domain =
alias =

[autospec]
# build 32 bit libraries
Expand Down
17 changes: 9 additions & 8 deletions perl-Clipboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Generated by: autospec.py
#
Name : perl-Clipboard
Version : 0.22
Release : 15
URL : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.22.tar.gz
Source0 : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.22.tar.gz
Summary : 'Copy and paste with any OS'
Version : 0.23
Release : 16
URL : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz
Source0 : https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Clipboard-0.23.tar.gz
Summary : Perl clipboard module
Group : Development/Tools
License : Artistic-1.0-Perl GPL-2.0
Requires: perl-Clipboard-bin = %{version}-%{release}
Expand Down Expand Up @@ -39,6 +39,7 @@ Group: Development
Requires: perl-Clipboard-bin = %{version}-%{release}
Provides: perl-Clipboard-devel = %{version}-%{release}
Requires: perl-Clipboard = %{version}-%{release}
Requires: perl-Clipboard = %{version}-%{release}

%description dev
dev components for the perl-Clipboard package.
Expand Down Expand Up @@ -70,8 +71,8 @@ perl components for the perl-Clipboard package.


%prep
%setup -q -n Clipboard-0.22
cd %{_builddir}/Clipboard-0.22
%setup -q -n Clipboard-0.23
cd %{_builddir}/Clipboard-0.23

%build
export http_proxy=http://127.0.0.1:9/
Expand All @@ -96,7 +97,7 @@ make TEST_VERBOSE=1 test
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/perl-Clipboard
cp %{_builddir}/Clipboard-0.22/LICENSE %{buildroot}/usr/share/package-licenses/perl-Clipboard/38e94f89ec602e1a6495ef7c30477d01aeefedc9
cp %{_builddir}/Clipboard-0.23/LICENSE %{buildroot}/usr/share/package-licenses/perl-Clipboard/38e94f89ec602e1a6495ef7c30477d01aeefedc9
if test -f Makefile.PL; then
make pure_install PERL_INSTALL_ROOT=%{buildroot} INSTALLDIRS=vendor
else
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
701fc7a8850e272f1bd0df37b3f8fff5ef896040/Clipboard-0.22.tar.gz
131feb247b0851d5ded73a244b9cfb234104e1b6/Clipboard-0.23.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22
0.23

0 comments on commit 7101529

Please sign in to comment.