OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/startup-notification?expand=0&rev=1
This commit is contained in:
commit
518c089058
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
startup-notification-0.8.tar.bz2
Normal file
3
startup-notification-0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd63f38168078f7583b3d2196e14f469d742e99cd17ae1fd1cfd4d808b969001
|
||||
size 237994
|
56
startup-notification.changes
Normal file
56
startup-notification.changes
Normal file
@ -0,0 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:32:40 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 12:04:49 CEST 2005 - mls@suse.de
|
||||
|
||||
- move so symlink to devel package
|
||||
- make devel package require base package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 15:56:59 CET 2005 - gekker@suse.de
|
||||
|
||||
- Update to version 0.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 18:35:58 CET 2004 - gekker@suse.de
|
||||
|
||||
- Update to version 0.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 14:20:56 CET 2004 - ro@suse.de
|
||||
|
||||
- removed extra aclocal include directive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 01:43:35 CEST 2004 - ro@suse.de
|
||||
|
||||
- added -fno-strict-aliasing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 10:34:09 CET 2004 - adrian@suse.de
|
||||
|
||||
- add %defattr and %run_ldconfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 15:42:20 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- GNOME prefix change to /opt/gnome.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 10:19:22 CET 2003 - hhetter@suse.de
|
||||
|
||||
- updated to version 0.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 15:14:25 CET 2003 - meissner@suse.de
|
||||
|
||||
- lib64 fix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 11:47:52 CET 2003 - hhetter@suse.de
|
||||
|
||||
- initial SuSE package
|
||||
|
116
startup-notification.spec
Normal file
116
startup-notification.spec
Normal file
@ -0,0 +1,116 @@
|
||||
#
|
||||
# spec file for package startup-notification (Version 0.8)
|
||||
#
|
||||
# Copyright (c) 2005 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: startup-notification
|
||||
BuildRequires: gnome-common xorg-x11-devel
|
||||
URL: http://www.freedesktop.org/wiki/Software_2fstartup_2dnotification
|
||||
%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
|
||||
|
||||
%description
|
||||
Startup-notification contains a reference implementation of the
|
||||
startup-notification protocol.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Havoc Pennington <hp@redhat.com>
|
||||
|
||||
%prep
|
||||
%setup -n startup-notification-%{version}
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
libtoolize --force
|
||||
aclocal
|
||||
automake -c -a -f
|
||||
autoconf
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||
./configure --prefix=/usr \
|
||||
--libdir=%{_libdir} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir}
|
||||
make
|
||||
|
||||
%install
|
||||
export LIBRARY_PATH=$RPM_BUILD_ROOT/usr/%_lib
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
|
||||
%postun
|
||||
%run_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
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Havoc Pennington <hp@redhat.com>
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{prefix}/%_lib/pkgconfig/*.pc
|
||||
%{prefix}/%_lib/*.so
|
||||
%{prefix}/%_lib/*a
|
||||
%{prefix}/include/startup-notification-1.0
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog -n startup-notification
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user