summaryrefslogtreecommitdiffstats
path: root/gnome-applets.spec
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 05:21:11 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 05:21:11 +0000
commit104390b2004257cfd9592c9f75ab233a700d6397 (patch)
tree028a3b1ff15ff71f4712b6d3ba280083957b7d4f /gnome-applets.spec
parente43fd68c68ef2581a4738f5f30cd811271b53c3c (diff)
downloadgnome-applets-104390b2004257cfd9592c9f75ab233a700d6397.tar.gz
gnome-applets-104390b2004257cfd9592c9f75ab233a700d6397.tar.xz
gnome-applets-104390b2004257cfd9592c9f75ab233a700d6397.zip
auto-import changelog data from gnome-applets-1.4.0.1-3.src.rpmgnome-applets-1_4_0_1-3
Wed Jul 18 2001 Havoc Pennington <hp@redhat.com> - add some build requires - remove ifarch build requires, replace with check in setup
Diffstat (limited to 'gnome-applets.spec')
-rw-r--r--gnome-applets.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 0ef2b0a..b06fba7 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -4,7 +4,7 @@
Summary: Small applications which embed themselves in the GNOME panel
Name: gnome-applets
Version: 1.4.0.1
-Release: 2
+Release: 3
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -17,10 +17,7 @@ URL: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: gnome-libs-devel
-%ifnarch %{no_apm_archs}
-BuildRequires: apmd
-%endif
+BuildRequires: gnome-libs-devel libgtop-devel gdk-pixbuf-devel gnome-core-devel gdbm-devel
Requires: libxml
Requires: libgtop
@@ -45,6 +42,12 @@ utilities in the GNOME panel.
%prep
%ifnarch %{no_apm_archs}
%setup -q -a 5
+
+if ! test -e /usr/lib/libapm.a ; then
+ echo "You must have apmd installed"
+ exit 1
+fi
+
%else
%setup -q
%endif
@@ -205,6 +208,10 @@ BuildFiles
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
+* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
+- add some build requires
+- remove ifarch build requires, replace with check in setup
+
* Wed Jul 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- sanitize specfile to RH style
- do not require apmd for s390 s390x