|
|
|
@ -1,17 +1,16 @@
|
|
|
|
|
Name: startup-notification
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Release: 31%{?dist}
|
|
|
|
|
Summary: Library for tracking application startup
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.0-or-later AND MIT
|
|
|
|
|
URL: https://www.freedesktop.org/wiki/Software/startup-notification/
|
|
|
|
|
Name: startup-notification
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Release: 23%{?dist}
|
|
|
|
|
URL: http://www.freedesktop.org/software/startup-notification/
|
|
|
|
|
#VCS: git:git://git.freedesktop.org/git/startup-notification
|
|
|
|
|
Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkgconfig(xcb-event)
|
|
|
|
|
BuildRequires: xcb-util-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package contains libstartup-notification which implements a
|
|
|
|
@ -21,72 +20,47 @@ feedback such as a busy cursor, among other features.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development portions of startup-notification
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libX11-devel
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Header files and static libraries for libstartup-notification.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
%setup -q
|
|
|
|
|
mkdir examples
|
|
|
|
|
cp -p test/*.c test/*.h examples
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%make_build
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc doc/startup-notification.txt
|
|
|
|
|
%doc AUTHORS ChangeLog NEWS
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_libdir}/libstartup-notification-1.so.0{,.*}
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc examples
|
|
|
|
|
%{_libdir}/libstartup-notification-1.so
|
|
|
|
|
%{_libdir}/pkgconfig/libstartup-notification-1.0.pc
|
|
|
|
|
%{_includedir}/startup-notification-1.0/
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.12-31
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.12-30
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.12-30
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-29
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 22 2023 Adam Williamson <awilliam@redhat.com> - 0.12-28
|
|
|
|
|
- Fix a typo in -27 which made it uninstallable (missing %)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 22 2023 David King <amigadave@amigadave.com> - 0.12-27
|
|
|
|
|
- Use SPDX for license field
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.12-23
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-22
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12-22
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|