OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/startup-notification?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
518c089058
commit
a4b19c8812
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd63f38168078f7583b3d2196e14f469d742e99cd17ae1fd1cfd4d808b969001
|
||||
size 237994
|
3
startup-notification-0.9.tar.bz2
Normal file
3
startup-notification-0.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61de1aed379ea9d44a835baf76567e0aaa813b6d6e995db7e83e8986f69b580d
|
||||
size 226231
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 18:15:32 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 0.9:
|
||||
+ plug some memory leaks
|
||||
+ fix compilation on sun boxen
|
||||
- Add some Requires to the -devel subpackage
|
||||
- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:32:40 CET 2006 - mls@suse.de
|
||||
|
||||
|
@@ -1,27 +1,27 @@
|
||||
#
|
||||
# spec file for package startup-notification (Version 0.8)
|
||||
# spec file for package startup-notification (Version 0.9)
|
||||
#
|
||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: startup-notification
|
||||
BuildRequires: gnome-common xorg-x11-devel
|
||||
URL: http://www.freedesktop.org/wiki/Software_2fstartup_2dnotification
|
||||
Name: startup-notification
|
||||
BuildRequires: gnome-common xorg-x11-devel
|
||||
URL: http://www.freedesktop.org/wiki/Software/startup-notification
|
||||
%define prefix /usr
|
||||
License: GPL
|
||||
Group: System/X11/Utilities
|
||||
Autoreqprov: on
|
||||
Version: 0.8
|
||||
Release: 6
|
||||
Summary: Reference Implementation for the Startup-Notification Protocol
|
||||
Source: startup-notification-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
License: GPL v2 or later
|
||||
Group: System/X11/Utilities
|
||||
Autoreqprov: on
|
||||
Version: 0.9
|
||||
Release: 1
|
||||
Summary: Reference Implementation for the Startup-Notification Protocol
|
||||
Source: startup-notification-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Startup-notification contains a reference implementation of the
|
||||
@@ -54,20 +54,20 @@ export LIBRARY_PATH=$RPM_BUILD_ROOT/usr/%_lib
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README NEWS ChangeLog
|
||||
%{prefix}/%_lib/*.so.*
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: startup-notification = %{version}
|
||||
Autoreqprov: on
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: startup-notification = %{version} xorg-x11-libX11-devel
|
||||
Autoreqprov: on
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@@ -90,7 +90,13 @@ Authors:
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog -n startup-notification
|
||||
%changelog
|
||||
* Thu Aug 02 2007 - maw@suse.de
|
||||
- Update to version 0.9:
|
||||
+ plug some memory leaks
|
||||
+ fix compilation on sun boxen
|
||||
- Add some Requires to the -devel subpackage
|
||||
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Sep 27 2005 - mls@suse.de
|
||||
|
Reference in New Issue
Block a user