Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/startup-notification-0.12.tar.gz
|
||||
startup-notification-0.10.tar.gz
|
||||
/startup-notification-0.12.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
4198bce2808d03160454a2940d989f3a5dc96dbb SOURCES/startup-notification-0.12.tar.gz
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
2cd77326d4dcaed9a5a23a1232fb38e9 startup-notification-0.12.tar.gz
|
||||
@ -1,16 +1,17 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Name: startup-notification
|
||||
Version: 0.12
|
||||
Release: 15%{?dist}
|
||||
URL: http://www.freedesktop.org/software/startup-notification/
|
||||
#VCS: git:git://git.freedesktop.org/git/startup-notification
|
||||
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/
|
||||
Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: xcb-util-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(xcb-event)
|
||||
|
||||
%description
|
||||
This package contains libstartup-notification which implements a
|
||||
@ -20,48 +21,88 @@ feedback such as a busy cursor, among other features.
|
||||
|
||||
%package devel
|
||||
Summary: Development portions of startup-notification
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: libX11-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Header files and static libraries for libstartup-notification.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
mkdir examples
|
||||
cp -p test/*.c test/*.h examples
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
||||
%make_install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/startup-notification.txt
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
%doc AUTHORS ChangeLog NEWS
|
||||
%license COPYING
|
||||
%{_libdir}/libstartup-notification-1.so.0{,.*}
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
%doc examples
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libstartup-notification-1.so
|
||||
%{_libdir}/pkgconfig/libstartup-notification-1.0.pc
|
||||
%{_includedir}/startup-notification-1.0/
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.12-31
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user