2024-01-06 05:52:06 +01:00
|
|
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
|
|
%define pkgname startup-notification
|
|
|
|
|
|
|
|
Name: libstartup-notification
|
|
|
|
Version: 0.12
|
2024-01-06 05:52:07 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 05:52:06 +01:00
|
|
|
Summary: A mechanism allowing a desktop environment to track application startup
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 05:52:07 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:52:06 +01:00
|
|
|
URL: http://www.gnome.org
|
|
|
|
#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
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:52:07 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-06 05:52:06 +01:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxcb-util-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A mechanism allowing a desktop environment to track application startup, to provide user feedback and other features.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
2024-01-06 05:52:07 +01:00
|
|
|
A mechanism allowing a desktop environment to track application startup, to provide user feedback and other features.
|
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 05:52:06 +01:00
|
|
|
|
2024-01-06 05:52:07 +01:00
|
|
|
%debug_package
|
2024-01-06 05:52:06 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkgname}-%{version}
|
2024-01-06 05:52:07 +01:00
|
|
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
2024-01-06 05:52:06 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libstartup-notification-1.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%dir %{_includedir}/startup-notification-?.?
|
|
|
|
%{_includedir}/startup-notification-?.?/*
|
|
|
|
%{_libdir}/pkgconfig/libstartup-notification-?.?.pc
|
|
|
|
%doc ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:52:07 +01:00
|
|
|
* Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-3mamba
|
|
|
|
- rebuilt with debug package and aarch64 build fix
|
|
|
|
|
2024-01-06 05:52:06 +01:00
|
|
|
* Tue Jul 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-2mamba
|
|
|
|
- remove .la file
|
|
|
|
|
|
|
|
* Fri Jun 17 2011 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 0.10-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Jul 15 2009 Automatic Build System <autodist@mambasoft.it> 0.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.9-1mamba
|
|
|
|
- update to 0.9
|
|
|
|
- add buildrequirements
|
|
|
|
- update Packager email
|
|
|
|
|
|
|
|
* Fri Jan 12 2007 Davide Madrisan <davide.madrisan@qilinux.it> 0.8-2qilnx
|
|
|
|
- rebuilt against new gcc
|
|
|
|
|
|
|
|
* Tue Aug 30 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.8-1qilnx
|
|
|
|
- update to version 0.8 by autospec
|
|
|
|
|
|
|
|
* Sat Apr 24 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1qilnx
|
|
|
|
- first build
|