added debug package and build fix for aarch64 [release 0.8.14-3mamba;Tue Dec 01 2020]
This commit is contained in:
parent
adc1bb3249
commit
d362605917
@ -1,5 +1,4 @@
|
|||||||
# libIDL
|
# libIDL
|
||||||
|
|
||||||
LibIDL is a front-end for CORBA 2.2 IDL and Netscape's XPIDL, currently used in
|
LibIDL is a front-end for CORBA 2.2 IDL and Netscape's XPIDL, currently used in the GNOME project (bundled with ORBit), and the Mozilla project.
|
||||||
the GNOME project (bundled with ORBit), and the Mozilla project.
|
|
||||||
|
|
||||||
|
41
libIDL.spec
41
libIDL.spec
@ -1,13 +1,7 @@
|
|||||||
%define gnomever 2.30.0
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define libver 2
|
|
||||||
|
|
||||||
%define gnomemajver %(echo %gnomever | cut -d. -f 1-2)
|
|
||||||
%define gnomegroup platform
|
|
||||||
%define pkgname libIDL
|
|
||||||
|
|
||||||
Name: libIDL
|
Name: libIDL
|
||||||
Version: 0.8.14
|
Version: 0.8.14
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Libraries for Interface Definition Language files
|
Summary: Libraries for Interface Definition Language files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,20 +9,20 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
|
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/%{gnomegroup}/%{gnomemajver}/%{gnomever}/sources/%{pkgname}-%{version}.tar.bz2
|
Source: http://ftp.gnome.org/pub/gnome/sources/libIDL/%{majver}/libIDL-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: flex, bison
|
BuildRequires: flex
|
||||||
PreReq: %{__install_info}
|
BuildRequires: bison
|
||||||
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibIDL is a front-end for CORBA 2.2 IDL and Netscape's XPIDL, currently used in
|
LibIDL is a front-end for CORBA 2.2 IDL and Netscape's XPIDL, currently used in the GNOME project (bundled with ORBit), and the Mozilla project.
|
||||||
the GNOME project (bundled with ORBit), and the Mozilla project.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Devel package for libIDL
|
Summary: Devel package for libIDL
|
||||||
@ -36,13 +30,14 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
LibIDL is a front-end for CORBA 2.2 IDL and Netscape's XPIDL, currently used in
|
LibIDL is a front-end for CORBA 2.2 IDL and Netscape's XPIDL, currently used in the GNOME project (bundled with ORBit), and the Mozilla project.
|
||||||
the GNOME project (bundled with ORBit), and the Mozilla project.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -71,21 +66,25 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libIDL-%{libver}.so.*
|
%{_libdir}/libIDL-2.so.*
|
||||||
%doc AUTHORS BUGS ChangeLog COPYING HACKING MAINTAINERS NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/libIDL-config-2
|
%{_bindir}/libIDL-config-2
|
||||||
%dir %{_includedir}/libIDL-?.?
|
%dir %{_includedir}/libIDL-?.?
|
||||||
%{_includedir}/libIDL-?.?/*
|
%{_includedir}/libIDL-?.?/*
|
||||||
%{_libdir}/libIDL-%{libver}.a
|
%{_libdir}/libIDL-2.a
|
||||||
%{_libdir}/libIDL-%{libver}.la
|
%{_libdir}/libIDL-2.la
|
||||||
%{_libdir}/libIDL-%{libver}.so
|
%{_libdir}/libIDL-2.so
|
||||||
%{_libdir}/pkgconfig/libIDL-?.?.pc
|
%{_libdir}/pkgconfig/libIDL-?.?.pc
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
%doc BUGS ChangeLog HACKING MAINTAINERS NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.14-3mamba
|
||||||
|
- added debug package and build fix for aarch64
|
||||||
|
|
||||||
* Tue Jun 29 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.14-2mamba
|
* Tue Jun 29 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.14-2mamba
|
||||||
- rebuilt to add pkgconfig provides
|
- rebuilt to add pkgconfig provides
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user