- patch out config.h include from public header
This commit is contained in:
parent
b6b38eb27b
commit
24fcdce6c4
@ -1 +1,2 @@
|
||||
libnotify-0.3.2.tar.gz
|
||||
libnotify-0.0.2.tar.gz
|
||||
libnotify-0.3.0.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: libnotify notification library
|
||||
Name: libnotify
|
||||
Version: 0.3.2
|
||||
Release: 1
|
||||
Version: 0.3.0
|
||||
Release: 5
|
||||
URL: http://www.galago-project.org/specs/notification/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: LGPL
|
||||
@ -24,6 +24,7 @@ Summary: Files for development using %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel >= %{glib2_version}
|
||||
Patch0: libnotify-0.3.0-remove-config-h.patch
|
||||
|
||||
%description devel
|
||||
|
||||
@ -32,6 +33,7 @@ development of programs using %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .remove-config-h
|
||||
|
||||
%build
|
||||
|
||||
@ -69,8 +71,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 0.3.2-1
|
||||
- update to 0.3.2-1
|
||||
* Thu Mar 2 2006 Ray Strode <rstrode@redhat.com> - 0.3.0-5
|
||||
- patch out config.h include from public header
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
Loading…
Reference in New Issue
Block a user