modify source
This commit is contained in:
parent
057908e28a
commit
1c7374242d
@ -1,25 +0,0 @@
|
|||||||
diff -up autogen-5.18/autoopts/autoopts-config.in.multilib autogen-5.18/autoopts/autoopts-config.in
|
|
||||||
--- autogen-5.18/autoopts/autoopts-config.in.multilib 2013-07-15 02:37:20.000000000 +0200
|
|
||||||
+++ autogen-5.18/autoopts/autoopts-config.in 2013-07-29 15:41:26.654229342 +0200
|
|
||||||
@@ -17,17 +17,17 @@
|
|
||||||
includedir="@includedir@"
|
|
||||||
exec_prefix="@exec_prefix@"
|
|
||||||
bindir="@bindir@"
|
|
||||||
- libdir="@libdir@"
|
|
||||||
- ldopts="@AG_LDFLAGS@"
|
|
||||||
+ libdir=""
|
|
||||||
+ ldopts=""
|
|
||||||
exeext="@EXEEXT@"
|
|
||||||
version="@AO_CURRENT@:@AO_REVISION@:@AO_AGE@"
|
|
||||||
dotver="@AO_CURRENT@.@AO_REVISION@.@AO_AGE@"
|
|
||||||
pkgdatadir="${datadir}/${package}"
|
|
||||||
autogen="${bindir}/autogen${exeext}"
|
|
||||||
- ldflags="-L${libdir} -lopts"
|
|
||||||
+ ldflags="-lopts"
|
|
||||||
libs="${ldflags}"
|
|
||||||
libsrc="${pkgdatadir}/libopts-${dotver}.tar.gz"
|
|
||||||
- static_libs="${libdir}/libopts.a"
|
|
||||||
+ static_libs=""
|
|
||||||
cflags="-I${includedir}"
|
|
||||||
test 'X@ENABLE_STATIC@' = Xno && static_libs=''
|
|
||||||
case "${libdir}" in
|
|
||||||
11
autogen.spec
11
autogen.spec
@ -1,14 +1,12 @@
|
|||||||
Name: autogen
|
Name: autogen
|
||||||
Version: 5.18.14
|
Version: 5.18.14
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
Summary: Automated text file generator
|
Summary: Automated text file generator
|
||||||
URL: http://www.gnu.org/software/autogen/
|
URL: http://www.gnu.org/software/autogen/
|
||||||
Provides: autogen-libopts
|
Provides: autogen-libopts
|
||||||
Obsoletes: autogen-libopts
|
Obsoletes: autogen-libopts
|
||||||
Source0: ftp://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: autogen-multilib.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc guile-devel libtool libxml2-devel
|
BuildRequires: gcc guile-devel libtool libxml2-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -95,7 +93,8 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%exclude %{_infodir}/dir
|
%exclude %{_infodir}/dir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.18.14-4
|
||||||
|
- Modify Source
|
||||||
|
|
||||||
* Thu Aug 29 2019 hexiaowen <hexiaowen@huawei.com> - 5.18.14-3
|
* Thu Aug 29 2019 hexiaowen <hexiaowen@huawei.com> - 5.18.14-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user