Sync from SUSE:SLFO:Main perl-X11-Protocol revision 73a470de975f893c7a3927561c261c5f

This commit is contained in:
Adrian Schröter 2024-10-03 17:48:18 +02:00
parent 1375e0379f
commit 9170f7d51d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@ -47,8 +47,7 @@ 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
%setup -q -n %{cpan_name}-%{version} %autosetup -p1 -n %{cpan_name}-%{version}
%patch0 -p1
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"