- update to 0.3.2-1
This commit is contained in:
parent
9fcf8091f7
commit
b6b38eb27b
@ -1,2 +1 @@
|
|||||||
libnotify-0.0.2.tar.gz
|
libnotify-0.3.2.tar.gz
|
||||||
libnotify-0.3.0.tar.gz
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: libnotify notification library
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.3.0
|
Version: 0.3.2
|
||||||
Release: 4.2
|
Release: 1
|
||||||
URL: http://www.galago-project.org/specs/notification/
|
URL: http://www.galago-project.org/specs/notification/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -36,18 +36,18 @@ development of programs using %{name}.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
%{__make}
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%makeinstall
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -69,6 +69,9 @@ development of programs using %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 0.3.2-1
|
||||||
|
- update to 0.3.2-1
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user