Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
eeb15ea86d | |||
1015aeeede | |||
d75841cec7 | |||
|
bd551a37c4 | ||
|
b8dc66aea4 | ||
|
7c379b6757 | ||
|
448eebfbcf |
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,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 9 14:26:10 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Use %make_build for reproducible builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 7 07:19:30 UTC 2011 - coolo@novell.com
|
Tue Jun 7 07:19:30 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -26,6 +26,7 @@ Summary: Perl implementation of the RC4 encryption algorithm
|
|||||||
Url: http://search.cpan.org/dist/Crypt-RC4/
|
Url: http://search.cpan.org/dist/Crypt-RC4/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz
|
||||||
|
Source100: README.md
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -50,7 +51,7 @@ sed -i '/^auto_install/d' Makefile.PL
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX="%{_prefix}"
|
perl Makefile.PL PREFIX="%{_prefix}"
|
||||||
make %{?jobs:-j%{jobs}}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user