Compare commits
10 Commits
b8c1cd7a20
...
952ba2a28a
Author | SHA256 | Date | |
---|---|---|---|
952ba2a28a | |||
a8d3df9889 | |||
a5dd1c4962 | |||
df0d690b82 | |||
67b6b1891b | |||
887933b917 | |||
|
651147c534 | ||
|
d00f54bb38 | ||
cbccb6c50d | |||
d30ada47ce |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f7d0a8eafec57072f9574dfd552e1cb8db26c09079c50dbef38f3c97ce25f60
|
||||
size 25047
|
3
Clipboard-0.32.tar.gz
Normal file
3
Clipboard-0.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95e234cde474cd62ee762f45f8c9d8297436c61ac53bc6af7a73c257358c4bd0
|
||||
size 26209
|
@@ -10,8 +10,11 @@
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
preamble: |-
|
||||
BuildRequires: xsel
|
||||
BuildRequires: xclip
|
||||
Requires: xsel
|
||||
Requires: xclip
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
|
@@ -1,3 +1,140 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 05:31:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.320.0 (0.32)
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.32 2025-02-10
|
||||
|
||||
- In drivers.t: prefer to use Clipboard::WaylandClipboard .
|
||||
- https://github.com/shlomif/Clipboard/issues/13
|
||||
- Thanks to @hightowe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 21:19:12 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.310.0 (0.31)
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.31 2025-01-21
|
||||
|
||||
- Make problematic t/drivers.t tests author only.
|
||||
- https://github.com/shlomif/Clipboard/pull/16
|
||||
- Thanks to @trwyant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:12:41 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 0.300.0 (0.30)
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.30 2024-06-16
|
||||
|
||||
- Add Wayland detection and support
|
||||
- https://github.com/shlomif/Clipboard/issues/13
|
||||
- https://github.com/shlomif/Clipboard/pull/14
|
||||
- Thanks to @hightowe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 03:06:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.29
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.29 2024-04-07
|
||||
|
||||
- Add Xsel.pm / xsel support.
|
||||
- Improve clipbrowse's reliability / security:
|
||||
- https://github.com/shlomif/Clipboard/issues/11
|
||||
- https://github.com/shlomif/Clipboard/pull/12
|
||||
- Thanks to @fschlich .
|
||||
- Made the code more elegant and reliable.
|
||||
- E.g.: explicit returns
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 24 03:06:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.28
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.28 2021-02-23
|
||||
|
||||
- Hopefully fix prereqs on cygwin.
|
||||
- https://github.com/shlomif/Clipboard/issues/7
|
||||
- Thanks to @tzccinct .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.27
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.27 2021-02-13
|
||||
|
||||
- README.md instead of README and INSTALL
|
||||
- https://github.com/shlomif/Clipboard/issues/5
|
||||
- Thanks to https://github.com/mitchblank .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
updated to 0.26
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.26 2020-05-16
|
||||
|
||||
- Try to fix 'Wide character in print' warning with Xclip
|
||||
- https://github.com/shlomif/Clipboard/issues/4
|
||||
- Thanks to @shawnhcorey .
|
||||
|
||||
0.25 2020-05-14
|
||||
|
||||
- Fix capitalization in GitHub links (the links still worked) in META.*
|
||||
- A minor and cosmetic change
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 03:07:36 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.24
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.24 2020-03-07
|
||||
- Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL
|
||||
- https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/4
|
||||
- Fix macOS detection.
|
||||
- https://github.com/shlomif/Clipboard/issues/1
|
||||
- convert "darwin" to a regex.
|
||||
|
||||
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 .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 03:08:04 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.22
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.22 2020-01-28
|
||||
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated
|
||||
POD documentation (see 0.001004 in
|
||||
https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF
|
||||
).
|
||||
- VERSION used to appear before NAME.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 03:07:48 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.21
|
||||
see /usr/share/doc/packages/perl-Clipboard/Changes
|
||||
|
||||
0.21 2019-12-02
|
||||
|
||||
- Min version of Mac::Pasteboard for macOS Catalina compat
|
||||
- Thanks to William H. Gilmore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 05:03:52 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Clipboard
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,27 +16,40 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Clipboard
|
||||
Version: 0.20
|
||||
Release: 0
|
||||
%define cpan_name Clipboard
|
||||
Summary: Clipboard
|
||||
Name: perl-Clipboard
|
||||
Version: 0.320.0
|
||||
Release: 0
|
||||
# 0.32 -> normalize -> 0.320.0
|
||||
%define cpan_version 0.32
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Copy and paste with any OS
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CGI)
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(URI::Escape)
|
||||
Requires: perl(CGI)
|
||||
Requires: perl(URI::Escape)
|
||||
Provides: perl(Clipboard) = %{version}
|
||||
Provides: perl(Clipboard::MacPasteboard) = %{version}
|
||||
Provides: perl(Clipboard::WaylandClipboard) = %{version}
|
||||
Provides: perl(Clipboard::Win32) = %{version}
|
||||
Provides: perl(Clipboard::Xclip) = %{version}
|
||||
Provides: perl(Clipboard::Xsel) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: xsel
|
||||
BuildRequires: xclip
|
||||
Requires: xclip
|
||||
Requires: xsel
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
Who doesn't remember the first time they learned to copy and paste, and
|
||||
@@ -47,23 +60,23 @@ With Clipboard.pm, this magic is now trivial to access, in a
|
||||
cross-platform-consistent API, from your Perl code.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc at Changes README scripts
|
||||
%doc Changes README.mkdn
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user