forked from pool/perl-Crypt-RC4
Compare commits
3 Commits
bd551a37c4
...
main
Author | SHA256 | Date | |
---|---|---|---|
eeb15ea86d | |||
1015aeeede | |||
d75841cec7 |
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
|
||||
|
||||
|
@@ -21,11 +21,12 @@
|
||||
Name: perl-Crypt-RC4
|
||||
Version: 2.02
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Summary: Perl implementation of the RC4 encryption algorithm
|
||||
Url: http://search.cpan.org/dist/Crypt-RC4/
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://search.cpan.org/CPAN/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz
|
||||
Source100: README.md
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -50,7 +51,7 @@ sed -i '/^auto_install/d' Makefile.PL
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX="%{_prefix}"
|
||||
make %{?jobs:-j%{jobs}}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Reference in New Issue
Block a user