This commit is contained in:
parent
f741ca6d12
commit
a2be00f6b0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 12:51:41 CET 2007 - aj@suse.de
|
||||||
|
|
||||||
|
- Remove unneeded requires on popt.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 12:27:30 CET 2007 - sbrabec@suse.cz
|
Wed Feb 7 12:27:30 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
BuildRequires: gtk-doc gtk2-devel popt-devel update-desktop-files
|
BuildRequires: gtk-doc gtk2-devel update-desktop-files
|
||||||
%if %suse_version > 1010
|
%if %suse_version > 1010
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: dbus-1-devel dbus-1-glib
|
BuildRequires: dbus-1-devel dbus-1-glib
|
||||||
%endif
|
%endif
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 35
|
Release: 38
|
||||||
URL: http://www.galago-project.org/
|
URL: http://www.galago-project.org/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
@ -41,7 +41,7 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Notifications Library
|
Summary: Notifications Library
|
||||||
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel popt-devel
|
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel
|
||||||
%if %suse_version > 1010
|
%if %suse_version > 1010
|
||||||
Requires: dbus-1-glib-devel
|
Requires: dbus-1-glib-devel
|
||||||
%endif
|
%endif
|
||||||
@ -109,7 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_datadir}/gtk-doc/html/libnotify
|
%{_datadir}/gtk-doc/html/libnotify
|
||||||
|
|
||||||
%changelog -n libnotify
|
%changelog
|
||||||
|
* Tue Feb 20 2007 - aj@suse.de
|
||||||
|
- Remove unneeded requires on popt.
|
||||||
* Wed Feb 07 2007 - sbrabec@suse.cz
|
* Wed Feb 07 2007 - sbrabec@suse.cz
|
||||||
- Do not build unusable static libraries (#238552).
|
- Do not build unusable static libraries (#238552).
|
||||||
* Fri Dec 08 2006 - sbrabec@suse.cz
|
* Fri Dec 08 2006 - sbrabec@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user