This commit is contained in:
parent
22e8636148
commit
f741ca6d12
@ -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
|
Fri Dec 8 16:31:37 CET 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ BuildRequires: dbus-1-glib-devel
|
|||||||
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: 32
|
Release: 35
|
||||||
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)
|
||||||
Summary: Additional Package Documentation.
|
Summary: Notifications Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Requires: notification-daemon dbus-1-x11
|
Requires: notification-daemon dbus-1-x11
|
||||||
@ -58,7 +58,7 @@ Authors:
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Notifications Library
|
Summary: Additional Package Documentation.
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -76,11 +76,12 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure
|
%configure\
|
||||||
|
--disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -109,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libnotify
|
%{_datadir}/gtk-doc/html/libnotify
|
||||||
|
|
||||||
%changelog -n 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
|
* Fri Dec 08 2006 - sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user