This commit is contained in:
commit
22e8636148
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
libnotify-0.4.2.tar.bz2
Normal file
3
libnotify-0.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4173e8ba07f7ff3796b9d6729922f17eb7e21938726f6aa1420bc7ad41699163
|
||||
size 260109
|
55
libnotify.changes
Normal file
55
libnotify.changes
Normal file
@ -0,0 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 16:31:37 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 19:27:48 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Build correctly in older products.
|
||||
- Fixed devel dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 31 12:01:12 CEST 2006 - cschneemann@suse.de
|
||||
|
||||
- Updated to version 0.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 01:27:53 CEST 2006 - ro@suse.de
|
||||
|
||||
- added dbus-1-glib-devel to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 16:53:50 CEST 2006 - rml@suse.de
|
||||
|
||||
- Require dbus-x11 too, because that provides dbus-launch, which
|
||||
is how we launch the session bus. And libnotify needs the
|
||||
session bus (Novell bug #174865).
|
||||
- No need to rerun autogen; just run configure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:32:24 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 16:24:14 CET 2006 - dobey@suse.de
|
||||
|
||||
- Updated to version 0.3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 20:28:02 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 0.3.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 17:32:08 CEST 2005 - rodrigo@suse.de
|
||||
|
||||
- Updated to 0.2.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 17:08:56 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- New SuSE package, pre-0.0.1 version from actual svn snapshot.
|
||||
|
136
libnotify.spec
Normal file
136
libnotify.spec
Normal file
@ -0,0 +1,136 @@
|
||||
#
|
||||
# spec file for package libnotify (Version 0.4.2)
|
||||
#
|
||||
# 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://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: libnotify
|
||||
BuildRequires: gtk-doc gtk2-devel popt-devel update-desktop-files
|
||||
%if %suse_version > 1010
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
%else
|
||||
BuildRequires: dbus-1-devel dbus-1-glib
|
||||
%endif
|
||||
Version: 0.4.2
|
||||
Release: 32
|
||||
URL: http://www.galago-project.org/
|
||||
Group: System/Libraries
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Summary: Additional Package Documentation.
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Autoreqprov: on
|
||||
Requires: notification-daemon dbus-1-x11
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
D-BUS notifications library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Christian Hammond <chipx86@chipx86.com>
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package devel
|
||||
Group: System/Libraries
|
||||
Summary: Notifications Library
|
||||
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel popt-devel
|
||||
%if %suse_version > 1010
|
||||
Requires: dbus-1-glib-devel
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
D-BUS notifications library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Christian Hammond <chipx86@chipx86.com>
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package doc
|
||||
Group: System/Libraries
|
||||
Summary: Notifications Library
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
D-BUS notifications library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Christian Hammond <chipx86@chipx86.com>
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_bindir}/*
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/*
|
||||
|
||||
%files doc
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/gtk-doc/html/libnotify
|
||||
|
||||
%changelog -n libnotify
|
||||
* Fri Dec 08 2006 - sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
* Mon Nov 27 2006 - sbrabec@suse.cz
|
||||
- Build correctly in older products.
|
||||
- Fixed devel dependencies.
|
||||
* Thu Aug 31 2006 - cschneemann@suse.de
|
||||
- Updated to version 0.4.2
|
||||
* Tue Aug 15 2006 - ro@suse.de
|
||||
- added dbus-1-glib-devel to BuildRequires
|
||||
* Thu May 11 2006 - rml@suse.de
|
||||
- Require dbus-x11 too, because that provides dbus-launch, which
|
||||
is how we launch the session bus. And libnotify needs the
|
||||
session bus (Novell bug #174865).
|
||||
- No need to rerun autogen; just run configure
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Jan 23 2006 - dobey@suse.de
|
||||
- Updated to version 0.3.2
|
||||
* Wed Jan 18 2006 - sbrabec@suse.cz
|
||||
- Updated to version 0.3.0.
|
||||
* Tue Aug 02 2005 - rodrigo@suse.de
|
||||
- Updated to 0.2.1.
|
||||
* Wed Jun 29 2005 - sbrabec@suse.cz
|
||||
- New SuSE package, pre-0.0.1 version from actual svn snapshot.
|
Loading…
Reference in New Issue
Block a user