Compare commits
4 Commits
factory
...
bundle_tes
| Author | SHA256 | Date | |
|---|---|---|---|
|
2208652a59
|
|||
|
7170b83fa5
|
|||
|
95c18ad59a
|
|||
|
c6228e4d57
|
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
## Default LFS
|
||||
*.changes merge=merge-changes
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -12,6 +12,7 @@
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
20
cpanspec.yml
20
cpanspec.yml
@@ -1,20 +0,0 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#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
|
||||
post_install: |-
|
||||
# avoid conflict with Perl's own supplied version
|
||||
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
|
||||
rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:10 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 03:09:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
@@ -27,6 +33,11 @@ Fri Dec 9 03:08:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- Drop Pod::Man dependency for 5.8 compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 08:53:19 UTC 2021 - Victor Zhestkov <victor.zhestkov@suse.com>
|
||||
|
||||
- Do not use rename for Debian and Ubuntu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 03:13:27 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -26,7 +26,9 @@ License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Build and install Perl modules
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -108,7 +110,7 @@ perl Build.PL installdirs=vendor
|
||||
# MANUAL BEGIN
|
||||
# avoid conflict with Perl's own supplied version
|
||||
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
|
||||
rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
|
||||
#rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
|
||||
# MANUAL END
|
||||
%perl_gen_filelist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user