Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
1574c5878b |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 4 15:46:21 UTC 2024 - pgajdos@suse.com
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 11 12:47:27 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
|
Mon Nov 11 12:47:27 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
@@ -47,7 +47,8 @@ Associates's series of books about X (ISBN 1-56592-083-X,
|
|||||||
'http://www.oreilly.com'), which contains most of the same information.
|
'http://www.oreilly.com'), which contains most of the same information.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user