summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 05:20:58 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 05:20:58 +0000
commit494c934973ea084824c9763875a355edc805b555 (patch)
treeab2e68473a4b2b8811fb2eeeb5e3ce95875c5e8b
parentad09fa5620e9a8987a3440a79dfe5f7c43d7950c (diff)
downloadgnome-applets-1_2_4-5.tar.gz
gnome-applets-1_2_4-5.tar.xz
gnome-applets-1_2_4-5.zip
auto-import changelog data from gnome-applets-1.2.4-5.src.rpmgnome-applets-1_2_4-5RHL-7_1-split
Tue Jun 12 2001 Than Ngo <than@redhat.com> - fix isdn stuff to build against kernel-2.4.x - use %{_tmppath} Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de> - allow newer gettext versions
-rw-r--r--gnome-applets.spec20
1 files changed, 13 insertions, 7 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 0db3481..767195d 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -1,6 +1,6 @@
%define name gnome-applets
%define ver 1.2.4
-%define RELEASE 3a
+%define RELEASE 5
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
Summary: Small applications which embed themselves in the GNOME panel
@@ -16,7 +16,7 @@ Source2: gnome-applets-1.2.4-ja.po
Source3: gtik2_applet.desktop
Source4: gnome-applets-po.tar.gz
URL: http://www.gnome.org/
-BuildRoot: /var/tmp/%{name}-%{ver}-root
+BuildRoot: %{_tmppath}/%{name}-%{ver}-root
Requires: libxml
Requires: libgtop
@@ -24,7 +24,8 @@ Requires: libghttp
Requires: gnome-core >= 1.1.2
Requires: gdk-pixbuf >= 0.7.0
-Patch0: gnome-applets-1.2.1-oldlogo.patch
+Patch0: gnome-applets-1.2.1-oldlogo.patch
+Patch1: gnome-applets-1.2.4-isdn.patch
%description
GNOME (GNU Network Object Model Environment) is a user-friendly
@@ -40,6 +41,8 @@ utilities in the GNOME panel.
%prep
%setup -q
%patch -p1 -b .oldlogo
+%patch1 -p1 -b .isdn
+
cp %{SOURCE1} slashapp/
cp %{SOURCE2} $RPM_BUILD_DIR/%{name}-%{PACKAGE_VERSION}/po/ja.po
cp %{SOURCE3} $RPM_BUILD_DIR/%{name}-%{PACKAGE_VERSION}/gtik/
@@ -47,10 +50,9 @@ cp %{SOURCE3} $RPM_BUILD_DIR/%{name}-%{PACKAGE_VERSION}/gtik/
tar zxf %{SOURCE4}
%build
-export OLD_PO_FILE_INPUT=yes
%configure --sysconfdir=/etc
CFLAGS="$RPM_OPT_FLAGS"
-make
+OLD_PO_FILE_INPUT=yes make
%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -152,8 +154,12 @@ BuildFiles
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
-* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
-- ported to IBM zSeries (s390x, 64 bit)
+* Tue Jun 12 2001 Than Ngo <than@redhat.com>
+- fix isdn stuff to build against kernel-2.4.x
+- use %%{_tmppath}
+
+* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- allow newer gettext versions
* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
- translations