Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2db2b1a41e
!8 configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
From: @ultra_planet 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-08-02 02:28:10 +00:00
lingsheng
528fa00587 configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL 2024-08-01 03:26:51 +00:00
openeuler-ci-bot
300145cae0
!6 [sync] PR-4: enable patch
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-14 07:44:45 +00:00
xingxing
a544729767 enable patch
(cherry picked from commit 122eda8cb3f8c191bdc8b83dd9a8e381457115c6)
2022-04-13 09:50:42 +08:00
openeuler-ci-bot
19e3d9ac6a !3 add yaml file in package
Merge pull request !3 from gaoch_100/master
2020-07-21 11:22:40 +08:00
gaochao_100
2c2cbc95f7 add yaml file in package 2020-06-16 11:20:37 +08:00
openeuler-ci-bot
0cc594203b !2 patch init
Merge pull request !2 from t.feng/master
2020-03-17 20:52:55 +08:00
t_feng
412fa895f1 patch init 2020-03-17 20:32:29 +08:00
openeuler-ci-bot
0d6b40177a !1 optimization the spec
Merge pull request !1 from huzunhao/master
2020-01-09 21:16:50 +08:00
songnannan
a52ab62bb4 optimization the spec 2020-01-09 16:03:46 +08:00
3 changed files with 64 additions and 3 deletions

View File

@ -0,0 +1,38 @@
From 554d6fda2144dcc879e09297518df5e9fee87855 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun, 7 Jan 2024 09:17:53 -0800
Subject: [PATCH] configure: Use LT_INIT from libtool 2 instead of deprecated
AC_PROG_LIBTOOL
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
so it's time to rely on it.
Clears autoconf warnings:
configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:44: You should run autoupdate.
aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
configure.ac:44: the top level
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index fb6f9fe..0f39968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,8 +40,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Initialize libtool
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
AH_TOP([#include "xorg-server.h"])
--
2.33.0

View File

@ -1,16 +1,17 @@
%global moduledir %(pkg-config xorg-server --variable=moduledir ) %global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/drivers %global driverdir %{moduledir}/drivers
%undefine _hardened_build %undefine _hardened_build
Name: xorg-x11-drv-fbdev Name: xorg-x11-drv-fbdev
Version: 0.5.0 Version: 0.5.0
Release: 3 Release: 7
Summary: Xorg X11 fbdev video driver Summary: Xorg X11 fbdev video driver
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
Source0: https://www.x.org/pub/individual/driver/xf86-video-fbdev-%{version}.tar.bz2 Source0: https://www.x.org/pub/individual/driver/xf86-video-fbdev-%{version}.tar.bz2
Patch2: BGNoneRoot.patch Patch6000: BGNoneRoot.patch
Patch6001: backport-configure-Use-LT_INIT-from-libtool-2-instead-of-depr.patch
BuildRequires: xorg-x11-server-devel autoconf automake libtool BuildRequires: xorg-x11-server-devel autoconf automake libtool
@ -46,6 +47,24 @@ make
%{_mandir}/man4/fbdev.4* %{_mandir}/man4/fbdev.4*
%changelog %changelog
* Thu Aug 01 2024 lingsheng <lingsheng1@h-partners.com> - 0.5.0-7
- configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Mon Apr 11 2022 xingxing <buildteam@openeuler.org> - 0.5.0-6
- enable patch
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.5.0-5
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:patch init
* Thu Jan 09 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.5.0-4
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:optimization the spec
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5.0-3 * Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5.0-3
- Package init - Package init

4
xorg-x11-drv-fbdev.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.freedesktop.org/xorg/driver/xf86-video-fbdev.git
tag_prefix: xf86-video-fbdev-
separator: .