forked from pool/perl-Class-Unload
		
	Automatic update to v0.120.0 (0.12) #1
| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:52e29747a7e4d2e1a289c0e1de8107634f10c8426cd7c9d31ecac8383e4a0a5f |  | ||||||
| size 11607 |  | ||||||
							
								
								
									
										
											BIN
										
									
								
								Class-Unload-0.12.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Class-Unload-0.12.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,3 +1,14 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Thu Aug 21 21:51:25 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||||
|  |  | ||||||
|  | - updated to 0.120.0 (0.12) | ||||||
|  |    see /usr/share/doc/packages/perl-Class-Unload/Changes | ||||||
|  |  | ||||||
|  |   0.12      2025-08-11 17:20:12+01:00 Europe/London | ||||||
|  |  | ||||||
|  |           - Generate README.md in the repo | ||||||
|  |           - Move git repository to Codeberg | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Fri Jun 23 05:13:05 UTC 2017 - coolo@suse.com | Fri Jun 23 05:13:05 UTC 2017 - coolo@suse.com | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package perl-Class-Unload | # spec file for package perl-Class-Unload | ||||||
| # | # | ||||||
| # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. | # Copyright (c) 2025 SUSE LLC and contributors | ||||||
| # | # | ||||||
| # All modifications and additions to the file contributed by third parties | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -12,43 +12,46 @@ | |||||||
| # license that conforms to the Open Source Definition (Version 1.9) | # license that conforms to the Open Source Definition (Version 1.9) | ||||||
| # published by the Open Source Initiative. | # published by the Open Source Initiative. | ||||||
|  |  | ||||||
| # Please submit bugfixes or comments via http://bugs.opensuse.org/ | # Please submit bugfixes or comments via https://bugs.opensuse.org/ | ||||||
| # | # | ||||||
|  |  | ||||||
|  |  | ||||||
| Name:           perl-Class-Unload |  | ||||||
| Version:        0.11 |  | ||||||
| Release:        0 |  | ||||||
| %define cpan_name Class-Unload | %define cpan_name Class-Unload | ||||||
|  | Name:           perl-Class-Unload | ||||||
|  | Version:        0.120.0 | ||||||
|  | Release:        0 | ||||||
|  | # 0.12 -> normalize -> 0.120.0 | ||||||
|  | %define cpan_version 0.12 | ||||||
|  | License:        Artistic-1.0 OR GPL-1.0-or-later | ||||||
| Summary:        Unload a class | Summary:        Unload a class | ||||||
| License:        Artistic-1.0 or GPL-1.0+ | URL:            https://metacpan.org/release/%{cpan_name} | ||||||
| Group:          Development/Libraries/Perl | Source0:        https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{cpan_version}.tar.gz | ||||||
| Url:            http://search.cpan.org/dist/Class-Unload/ |  | ||||||
| Source0:        https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz |  | ||||||
| Source1:        cpanspec.yml | Source1:        cpanspec.yml | ||||||
| Source100:      README.md | Source100:      README.md | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build |  | ||||||
| BuildRequires:  perl | BuildRequires:  perl | ||||||
| BuildRequires:  perl-macros | BuildRequires:  perl-macros | ||||||
| BuildRequires:  perl(Class::Inspector) | BuildRequires:  perl(Class::Inspector) | ||||||
| BuildRequires:  perl(Test::More) >= 0.88 | BuildRequires:  perl(Test::More) >= 0.88 | ||||||
| BuildRequires:  perl(Test::Requires) | BuildRequires:  perl(Test::Requires) | ||||||
| Requires:       perl(Class::Inspector) | Requires:       perl(Class::Inspector) | ||||||
|  | Provides:       perl(Class::Unload) = %{version} | ||||||
|  | Provides:       perl(MooseClass) | ||||||
|  | %undefine       __perllib_provides | ||||||
| %{perl_requires} | %{perl_requires} | ||||||
|  |  | ||||||
| %description | %description | ||||||
| Unload a class | Unload a class | ||||||
|  |  | ||||||
| %prep | %prep | ||||||
| %setup -q -n %{cpan_name}-%{version} | %autosetup -n %{cpan_name}-%{cpan_version} -p1 | ||||||
|  |  | ||||||
| %build | %build | ||||||
| %{__perl} Makefile.PL INSTALLDIRS=vendor | perl Makefile.PL INSTALLDIRS=vendor | ||||||
| %{__make} %{?_smp_mflags} | %make_build | ||||||
|  |  | ||||||
| %check | %check | ||||||
| %{__make} test | make test | ||||||
|  |  | ||||||
| %install | %install | ||||||
| %perl_make_install | %perl_make_install | ||||||
| @@ -56,7 +59,6 @@ Unload a class | |||||||
| %perl_gen_filelist | %perl_gen_filelist | ||||||
|  |  | ||||||
| %files -f %{name}.files | %files -f %{name}.files | ||||||
| %defattr(-,root,root,755) |  | ||||||
| %doc Changes README | %doc Changes README | ||||||
| %license LICENSE | %license LICENSE | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user