OBS User unknown 2007-02-07 16:12:15 +00:00 committed by Git OBS Bridge
parent 22e8636148
commit f741ca6d12
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 7 12:27:30 CET 2007 - sbrabec@suse.cz
- Do not build unusable static libraries (#238552).
-------------------------------------------------------------------
Fri Dec 8 16:31:37 CET 2006 - sbrabec@suse.cz

View File

@ -18,11 +18,11 @@ BuildRequires: dbus-1-glib-devel
BuildRequires: dbus-1-devel dbus-1-glib
%endif
Version: 0.4.2
Release: 32
Release: 35
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.
Summary: Notifications Library
Source: %{name}-%{version}.tar.bz2
Autoreqprov: on
Requires: notification-daemon dbus-1-x11
@ -58,7 +58,7 @@ Authors:
%package doc
Group: System/Libraries
Summary: Notifications Library
Summary: Additional Package Documentation.
Requires: %{name} = %{version}
%description doc
@ -76,11 +76,12 @@ Authors:
%build
autoreconf -f -i
%configure
%configure\
--disable-static
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
@ -109,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libnotify
%changelog -n libnotify
* Wed Feb 07 2007 - sbrabec@suse.cz
- Do not build unusable static libraries (#238552).
* Fri Dec 08 2006 - sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.