0.9
This commit is contained in:
parent
57a4b0b0a6
commit
745c7e8d26
@ -1,2 +1 @@
|
||||
startup-notification-0.7.tar.bz2
|
||||
startup-notification-0.8.tar.gz
|
||||
startup-notification-0.9.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
9bba52ffe8c096cfeeaf7a1dcd9b943d startup-notification-0.8.tar.gz
|
||||
624b42f1fac5a12c543a079e2cd3b366 startup-notification-0.9.tar.bz2
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Version: 0.8
|
||||
Release: 4.1
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.freedesktop.org/software/startup-notification/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: http://download.gnome.org/sources/startup-notification/0.9/%{name}-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
|
||||
@ -22,6 +22,7 @@ Summary: Development portions of startup-notification
|
||||
Group: Development/Libraries
|
||||
Requires: startup-notification = %{version}-%{release}
|
||||
Requires: libX11-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
|
||||
@ -32,7 +33,7 @@ Header files and static libraries for libstartup-notification.
|
||||
|
||||
%build
|
||||
|
||||
%configure
|
||||
%configure --disable-static
|
||||
|
||||
make
|
||||
|
||||
@ -52,9 +53,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
## FIXME add when upstream tarball is fixed to contain docs
|
||||
## doc/startup-notification.txt
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc doc/startup-notification.txt
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
||||
- Update to 0.9
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8-4.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user