Internet-Goods.com

RPM

smartmontools-5.39.1-1.x86_64.rpm

by nate on Apr.29, 2010, under Open Source Linux, RPM

AFAIK there are no smartmontools rpms for version 5.39.1 for anything but fedora.
Here is a src rpm, and x86_64 binary that works with Scientific Linux 5.3, and probably centos.

I just took the spec from here:
ftp://194.199.20.114/linux/sourceforge/s/project/sm/smartmontools/smartmontools/5.36/smartmontools-5.36-1.src.rpm

Updated the version and source code and built the rpm. This was done because there are no current centos/scilin rpms for smartmontools which support MEGARAID cards.

smartmontools-5.39.1-1.x86_64.rpm

smartmontools-5.39.1-1.src.rpm

Leave a Comment more...

Gipplet rpms

by nate on Dec.26, 2009, under Open Source Linux, RPM

IN PROGRESS

Gipplet is an rpm for gnome which puts the ip in the taskbar. I liked it for users that didn’t know how to find their own ip, it makes coaching them over the phone a bit easier.

I built the rpm from source, ill post its specs soon.

Based on:

http://giplet.sourceforge.net/

Initial Giplet spec:

cat /usr/src/redhat/SPECS/giplet.spec
Name: giplet
Epoch: 1
Version: 0.1.8
Release: 0.1
Summary: Applet to show ip in gnome taskbar.
Group: User Interface/Desktops
License: GPL
URL: http://giplet.sourceforge.net/
BuildArch: noarch
Requires: python
Requires: gnome-python2-applet
Requires: pygtk2-devel
Requires: pkgconfig
Requires: libbonobo
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
An application to show the ip address of a machine in the gnome panel.

%prep
%setup -q

%build
./configure –prefix=/usr
make

%install
rm -rvf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%pre

%post

%postun

%files
%{_libdir}/giplet/giplet_globals.py
%{_libdir}/giplet/giplet_globals.pyc
%{_libdir}/giplet/giplet_globals.pyo
%{_libdir}/giplet/gipletprefs.py
%{_libdir}/giplet/gipletprefs.pyc
%{_libdir}/giplet/gipletprefs.pyo
%{_libdir}/bonobo/servers/GNOME_GipletApplet.server
%{_libdir}/giplet/giplet
%{_datadir}/giplet/giplet.glade
%{_datadir}/pixmaps/giplet.svg

%changelog
* Tue Oct 20 2009 Nathan Yehle - 0.1.8-0.1
- Initial rpm spec

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!