forked from pool/perl-Devel-Symdump
Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d5288c6d58 | |||
| fd56cf03fc | |||
| e6b77f1faf | |||
| 045ecd0d0e | |||
|
|
c254a489f1 | ||
|
|
41d92f4ef7 | ||
|
|
3d732de61c | ||
|
|
fde0d55b6f | ||
|
|
f21dba74da | ||
|
|
541adf117f | ||
|
|
5bbec461c4 | ||
|
|
07978064f3 | ||
|
|
a9ecb8bad8 | ||
|
|
c1cd588f62 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.changes merge=merge-changes
|
||||
## Default LFS
|
||||
*.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,7 +12,6 @@
|
||||
*.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
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:03 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 11:42:48 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-Symdump
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -21,13 +21,11 @@ Version: 2.18
|
||||
Release: 0
|
||||
%define cpan_name Devel-Symdump
|
||||
Summary: Dump Symbol Names or the Symbol Table
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
URL: http://search.cpan.org/dist/Devel-Symdump/
|
||||
Url: http://search.cpan.org/dist/Devel-Symdump/
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
||||
Reference in New Issue
Block a user