sync with F-13
This commit is contained in:
parent
8822c5ba95
commit
977b058472
@ -1,7 +1,7 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Version: 0.10
|
||||
Release: 2%{?dist}
|
||||
Release: 4%{?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
|
||||
@ -12,6 +12,8 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: xcb-util-devel
|
||||
|
||||
Patch0: 0001-Support-APPLICATION_ID-key.patch
|
||||
|
||||
%description
|
||||
This package contains libstartup-notification which implements a
|
||||
startup notification protocol. Using this protocol a desktop
|
||||
@ -30,6 +32,7 @@ Header files and static libraries for libstartup-notification.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
mkdir examples
|
||||
cp -p test/*.c test/*.h examples
|
||||
|
||||
@ -62,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 05 2010 Colin Walters <walters@verbum.org> - 0.10-4
|
||||
- Add patch from upstream for better GNOME 3 support
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user