Compare commits
	
		
			5 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| f801d654fd | |||
| 1b205c955a | |||
| 0e3c357cf7 | |||
| 06974f9a9a | |||
| 60598f0a91 | 
							
								
								
									
										
											BIN
										
									
								
								Module-Runtime-0.016.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Module-Runtime-0.016.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										3
									
								
								Module-Runtime-0.018.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Module-Runtime-0.018.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:0bf77ef68e53721914ff554eada20973596310b4e2cf1401fc958601807de577 | ||||||
|  | size 27428 | ||||||
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  |  | ||||||
|  | ## Build Results | ||||||
|  |  | ||||||
|  | Current state of perl in openSUSE:Factory is | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | The current state of perl in the devel project build (devel:languages:perl) | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -1,3 +1,20 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Apr 22 05:35:26 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||||
|  |  | ||||||
|  | - updated to 0.18.0 (0.018) | ||||||
|  |    see /usr/share/doc/packages/perl-Module-Runtime/Changes | ||||||
|  |  | ||||||
|  |   0.018   2025-04-21 | ||||||
|  |     - avoid xattr headers in release tarball | ||||||
|  |  | ||||||
|  |     - minor code reformatting | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Apr  8 05:36:15 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||||
|  |  | ||||||
|  | - updated to 0.17.0 (0.017) | ||||||
|  |    see /usr/share/doc/packages/perl-Module-Runtime/Changes | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Thu Oct 19 05:36:17 UTC 2017 - coolo@suse.com | Thu Oct 19 05:36:17 UTC 2017 - coolo@suse.com | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package perl-Module-Runtime | # spec file for package perl-Module-Runtime | ||||||
| # | # | ||||||
| # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. | # Copyright (c) 2025 SUSE LLC | ||||||
| # | # | ||||||
| # 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,25 +12,27 @@ | |||||||
| # 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-Module-Runtime |  | ||||||
| Version:        0.016 |  | ||||||
| Release:        0 |  | ||||||
| %define cpan_name Module-Runtime | %define cpan_name Module-Runtime | ||||||
| Summary:        Runtime Module Handling | Name:           perl-Module-Runtime | ||||||
| License:        Artistic-1.0 or GPL-1.0+ | Version:        0.18.0 | ||||||
| Group:          Development/Libraries/Perl | Release:        0 | ||||||
| Url:            http://search.cpan.org/dist/Module-Runtime/ | # 0.018 -> normalize -> 0.18.0 | ||||||
| Source0:        https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz | %define cpan_version 0.018 | ||||||
|  | License:        Artistic-1.0 OR GPL-1.0-or-later | ||||||
|  | Summary:        Runtime module handling | ||||||
|  | URL:            https://metacpan.org/release/%{cpan_name} | ||||||
|  | Source0:        https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz | ||||||
| Source1:        cpanspec.yml | Source1:        cpanspec.yml | ||||||
|  | Source100:      README.md | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build |  | ||||||
| BuildRequires:  perl | BuildRequires:  perl | ||||||
| BuildRequires:  perl-macros | BuildRequires:  perl-macros | ||||||
| BuildRequires:  perl(Module::Build) | Provides:       perl(Module::Runtime) = %{version} | ||||||
|  | %undefine       __perllib_provides | ||||||
| %{perl_requires} | %{perl_requires} | ||||||
|  |  | ||||||
| %description | %description | ||||||
| @@ -53,21 +55,22 @@ for a case where one of the bugs cannot be adequately worked around in pure | |||||||
| Perl. | Perl. | ||||||
|  |  | ||||||
| %prep | %prep | ||||||
| %setup -q -n %{cpan_name}-%{version} | %autosetup  -n %{cpan_name}-%{cpan_version} -p1 | ||||||
|  |  | ||||||
| %build | %build | ||||||
| %{__perl} Build.PL installdirs=vendor | perl Makefile.PL INSTALLDIRS=vendor | ||||||
| ./Build build flags=%{?_smp_mflags} | %make_build | ||||||
|  |  | ||||||
| %check | %check | ||||||
| ./Build test | make test | ||||||
|  |  | ||||||
| %install | %install | ||||||
| ./Build install destdir=%{buildroot} create_packlist=0 | %perl_make_install | ||||||
|  | %perl_process_packlist | ||||||
| %perl_gen_filelist | %perl_gen_filelist | ||||||
|  |  | ||||||
| %files -f %{name}.files | %files -f %{name}.files | ||||||
| %defattr(-,root,root,755) | %doc Changes README TODO | ||||||
| %doc Changes README | %license LICENSE | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user