Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
31f5f86393 |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 4 12:51:40 UTC 2024 - pgajdos@suse.com
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 25 16:05:05 UTC 2018 - pmonrealgonzalez@suse.com
|
Tue Sep 25 16:05:05 UTC 2018 - pmonrealgonzalez@suse.com
|
||||||
|
|
||||||
|
@@ -39,7 +39,8 @@ JIS 2000, hence the module name).
|
|||||||
%define __find_requires %{_prefix}/lib/rpm/find-requires
|
%define __find_requires %{_prefix}/lib/rpm/find-requires
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Encode-JIS2K-%{version}
|
%setup -q -n Encode-JIS2K-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" perl Makefile.PL
|
CFLAGS="%{optflags}" perl Makefile.PL
|
||||||
|
Reference in New Issue
Block a user