8
0

Compare commits

...

3 Commits

3 changed files with 20 additions and 2 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Crypt-RC4/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Crypt-RC4)

View File

@@ -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

View File

@@ -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