rebuilt with debug package and aarch64 build fix [release 0.12-3mamba;Thu Dec 17 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:52:07 +01:00
parent f2674e61fe
commit 4a9a645560

View File

@ -3,23 +3,22 @@
Name: libstartup-notification Name: libstartup-notification
Version: 0.12 Version: 0.12
Release: 2mamba Release: 3mamba
Summary: A mechanism allowing a desktop environment to track application startup Summary: A mechanism allowing a desktop environment to track application startup
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnome.org URL: http://www.gnome.org
#Source: ftp://ftp.gnome.org/pub/GNOME/sources/startup-notification/%{majversion}/%{pkgname}-%{version}.tar.bz2 #Source: ftp://ftp.gnome.org/pub/GNOME/sources/startup-notification/%{majversion}/%{pkgname}-%{version}.tar.bz2
Source: http://freedesktop.org/software/startup-notification/releases/%{pkgname}-%{version}.tar.gz Source: http://freedesktop.org/software/startup-notification/releases/%{pkgname}-%{version}.tar.gz
License: LGPL License: LGPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libxcb-devel BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel BuildRequires: libxcb-util-devel
BuildRequires: pkg-config
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -31,13 +30,14 @@ Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
A mechanism allowing a desktop environment to track application startup, to A mechanism allowing a desktop environment to track application startup, to provide user feedback and other features.
provide user feedback and other features. 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 -n %{pkgname}-%{version} %setup -q -n %{pkgname}-%{version}
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -69,6 +69,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%changelog %changelog
* Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-3mamba
- rebuilt with debug package and aarch64 build fix
* Tue Jul 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-2mamba * Tue Jul 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-2mamba
- remove .la file - remove .la file