- patch out config.h include from public header

This commit is contained in:
Ray Strode 2006-03-02 23:13:13 +00:00
parent b6b38eb27b
commit 24fcdce6c4
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1,2 @@
libnotify-0.3.2.tar.gz
libnotify-0.0.2.tar.gz
libnotify-0.3.0.tar.gz

View File

@ -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)

View File

@ -1 +1 @@
12bcb4949e4be783a2db388e9155afac libnotify-0.3.2.tar.gz
98f723508b318f0c32578f5bca6c91d7 libnotify-0.3.0.tar.gz