2007-01-16 00:38:03 +01:00
|
|
|
#
|
2007-08-03 01:05:32 +02:00
|
|
|
# spec file for package startup-notification (Version 0.9)
|
2007-01-16 00:38:03 +01:00
|
|
|
#
|
2007-08-03 01:05:32 +02:00
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:38:03 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
2007-08-03 01:05:32 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-16 00:38:03 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2007-08-03 01:05:32 +02:00
|
|
|
Name: startup-notification
|
|
|
|
BuildRequires: gnome-common xorg-x11-devel
|
2007-10-29 16:54:12 +01:00
|
|
|
Url: http://www.freedesktop.org/wiki/Software/startup-notification
|
2007-08-03 01:05:32 +02:00
|
|
|
License: GPL v2 or later
|
|
|
|
Group: System/X11/Utilities
|
|
|
|
Version: 0.9
|
2007-10-29 16:54:12 +01:00
|
|
|
Release: 24
|
2007-08-03 01:05:32 +02:00
|
|
|
Summary: Reference Implementation for the Startup-Notification Protocol
|
|
|
|
Source: startup-notification-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:38:03 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Startup-notification contains a reference implementation of the
|
|
|
|
startup-notification protocol.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
%package devel
|
2007-08-03 01:05:32 +02:00
|
|
|
Summary: Include Files and Libraries mandatory for Development.
|
|
|
|
Group: Development/Libraries/GNOME
|
2007-10-29 16:54:12 +01:00
|
|
|
Requires: %{name} = %{version} glibc-devel xorg-x11-libX11-devel xorg-x11-libSM-devel xorg-x11-libICE-devel
|
2007-01-16 00:38:03 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
to develop applications that require these.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
2007-10-29 16:54:12 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
#{?suse_update_config:{suse_update_config -f}}
|
|
|
|
#libtoolize --force
|
|
|
|
#aclocal
|
|
|
|
#automake -c -a -f
|
|
|
|
#autoconf
|
|
|
|
autoreconf -f -i
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%configure
|
|
|
|
make %{?jobs:-j %jobs}
|
|
|
|
|
|
|
|
%install
|
|
|
|
#export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING README NEWS ChangeLog
|
|
|
|
%{_libdir}/*.so.*
|
2007-01-16 00:38:03 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2007-10-29 16:54:12 +01:00
|
|
|
%{_includedir}/startup-notification-1.0
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.*a
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2007-01-16 00:38:03 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-08-03 01:05:32 +02:00
|
|
|
%changelog
|
2007-10-29 16:54:12 +01:00
|
|
|
* Mon Oct 29 2007 - sbrabec@suse.cz
|
|
|
|
- Reordered spec file sections to make OBS rewriting of Requires
|
|
|
|
working properly.
|
|
|
|
- Spec file cleanup.
|
|
|
|
- Fixed devel Requires.
|
2007-08-03 01:05:32 +02:00
|
|
|
* 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.
|
2007-01-16 00:38:03 +01:00
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
* Tue Sep 27 2005 - mls@suse.de
|
|
|
|
- move so symlink to devel package
|
|
|
|
- make devel package require base package
|
|
|
|
* Thu Jan 20 2005 - gekker@suse.de
|
|
|
|
- Update to version 0.8
|
|
|
|
* Thu Dec 16 2004 - gekker@suse.de
|
|
|
|
- Update to version 0.7
|
|
|
|
* Fri Nov 19 2004 - ro@suse.de
|
|
|
|
- removed extra aclocal include directive
|
|
|
|
* Thu Apr 29 2004 - ro@suse.de
|
|
|
|
- added -fno-strict-aliasing
|
|
|
|
* Sun Jan 11 2004 - adrian@suse.de
|
|
|
|
- add %%defattr and %%run_ldconfig
|
|
|
|
* Mon Jul 14 2003 - sbrabec@suse.cz
|
|
|
|
- GNOME prefix change to /opt/gnome.
|
|
|
|
* Wed Jan 29 2003 - hhetter@suse.de
|
|
|
|
- updated to version 0.5
|
|
|
|
* Thu Jan 23 2003 - meissner@suse.de
|
|
|
|
- lib64 fix.
|
|
|
|
* Thu Jan 16 2003 - hhetter@suse.de
|
|
|
|
- initial SuSE package
|