Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 1daf9165a3 | |||
| b6281cd303 | |||
| a690cb0d8f | 
							
								
								
									
										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) | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -11,7 +11,7 @@ | ||||
| #  foo.patch: -p1 | ||||
| #  bar.patch: | ||||
| preamble: |- | ||||
|  BuildRequires:  ncurses5-devel | ||||
|  BuildRequires:  ncurses-devel | ||||
| #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,8 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Thu Feb  6 22:53:46 UTC 2025 - Tina Müller <tina.mueller@suse.com> | ||||
|  | ||||
| - Fix build by depending on ncurses-devel instead of ncurses5-devel | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Thu Nov 26 13:52:20 UTC 2020 - Frank Schreiner <FSchreiner@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package perl-Term-Terminfo | ||||
| # | ||||
| # Copyright (c) 2020 SUSE LLC | ||||
| # 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 | ||||
| @@ -26,6 +26,7 @@ Group:          Development/Libraries/Perl | ||||
| URL:            https://metacpan.org/release/%{cpan_name} | ||||
| Source0:        https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz | ||||
| Source1:        cpanspec.yml | ||||
| Source100:      README.md | ||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||
| BuildRequires:  perl | ||||
| BuildRequires:  perl-macros | ||||
| @@ -36,7 +37,7 @@ BuildRequires:  perl(Module::Build::Using::PkgConfig) | ||||
| BuildRequires:  perl(Test::More) >= 0.88 | ||||
| %{perl_requires} | ||||
| # MANUAL BEGIN | ||||
| BuildRequires:  ncurses5-devel | ||||
| BuildRequires:  ncurses-devel | ||||
| # MANUAL END | ||||
|  | ||||
| %description | ||||
|   | ||||
		Reference in New Issue
	
	Block a user