Name : gyum-applet Version : 2.0 Release : 0.FC3 License : GPL Summary : Panel applet for indication that newer Fedora Core packages are available Group : System Environment/Base URL : http://fedoranews.org/tchung/gyum Vendor : FedoraNEWS.ORG Packager : Thomas Chung BuildRoot : %{_tmppath}/%{name}-%{version}-buildroot Source : %{name}-%{version}.tar.gz Obsoletes : rhn-applet, yum-applet BuildArch : x86_64 Requires : python >= 2.2.1 BuildRequires : python-devel >= 2.2.1 Requires : rpm-python Requires : rhnlib >= 1.4 Requires : pygtk2-libglade Requires : up2date-gnome >= 4.1.5 Requires : pygtk2 >= 1.99.12-6 BuildRequires : pygtk2-devel >= 1.99.12-6 Requires : gnome-python2 >= 1.99.11-7 Requires : libgnomeui >= 2.0.3-1 BuildRequires : gettext BuildRequires : gtk2-devel >= 2.2.0 BuildRequires : libgnomeui-devel >= 2.0.3-1 Requires : libgnome >= 2.0.2-5 Requires : gnome-python2-gtkhtml2 Requires : /usr/share/rhn/RHNS-CA-CERT Requires : e2fsprogs Requires : perl %description Panel applet for indication that newer Fedora Core packages are available. This gyum-applet will launch GYUM instead of up2date in rhn-applet. %prep %setup -q %build make %install rm -fr $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT make install PREFIX=$RPM_BUILD_ROOT %find_lang rhn-applet %post UUID=$(/usr/bin/uuidgen -t) perl -p -i -e "s/UNSPECIFIED/$UUID/g" /etc/sysconfig/rhn/rhn-applet %clean rm -fr $RPM_BUILD_ROOT %files -f rhn-applet.lang %defattr(-,root,root) /usr/bin/rhn-applet-gui /usr/bin/rhn-applet-tui /usr/share/rhn/rhn_applet/*.py /usr/share/rhn/rhn_applet/*.pyc /usr/share/rhn/rhn_applet/*.glade /usr/share/rhn/rhn_applet/*.png /usr/share/rhn/rhn_applet/*.so /usr/share/pixmaps/* /usr/share/applications/rhn-applet.desktop %config(noreplace) /etc/sysconfig/rhn/rhn-applet %doc doc/* %changelog * Thu Dec 09 2004 Justin Conover - Rebuild for X86_64 * Wed Dec 08 2004 Thomas Chung 2.1.16-0.FC3 - Rebuild rhn-applet as gyum-applet to launch GYUM instead of up2date - Replace rhn-applet with yum-applet with Obsoletes tag - Replace RHN Website with FedoraNEWS Website