auto-import changelog data from startup-notification-0.6-2.src.rpm
Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 0.6-2 - #110753 XFree86-devel Thu Apr 01 2004 Mark McLoughlin <markmc@redhat.com> 0.6-1 - Update to 0.6
This commit is contained in:
parent
59c32438ed
commit
5088e36a80
@ -1 +1 @@
|
||||
startup-notification-0.5.tar.gz
|
||||
startup-notification-0.6.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
6ff189db7682999018ed0a9d7de65fc8 startup-notification-0.5.tar.gz
|
||||
d53172f761ea974e5d5f73f9b785294c startup-notification-0.6.tar.bz2
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Version: 0.5
|
||||
Release: 3.1
|
||||
Version: 0.6
|
||||
Release: 2
|
||||
URL: http://www.freedesktop.org/software/startup-notification/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: XFree86-devel
|
||||
|
||||
%description
|
||||
|
||||
@ -18,7 +19,8 @@ feedback such as a busy cursor, among other features.
|
||||
%package devel
|
||||
Summary: Development portions of startup-notification
|
||||
Group: Development/Libraries
|
||||
Requires: startup-notification = %{version}
|
||||
Requires: startup-notification = %{version}-%{release}
|
||||
Requires: XFree86-devel
|
||||
|
||||
%description devel
|
||||
|
||||
@ -47,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
## FIXME add when upstream tarball is fixed to contain docs
|
||||
## doc/startup-notification.txt
|
||||
@ -55,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%defattr(-, root, root,-)
|
||||
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.a
|
||||
@ -63,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 0.6-2
|
||||
- #110753 XFree86-devel
|
||||
|
||||
* Thu Apr 1 2004 Mark McLoughlin <markmc@redhat.com> 0.6-1
|
||||
- Update to 0.6
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user