Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 9e00764875d34fb4f3a46eac2324929c > files > 2

gnome-swallow-1.2-1mdk.src.rpm

%define name 	gnome-swallow
%define version 1.2
%define release 1mdk

Summary: 	Embeds small programs into the GNOME panel
Name: 		%name
Version: 	%version
Release: 	%release
License: 	GPL
URL:		http://www-unix.oit.umass.edu/~tetron/technology/swallow/
Group: 		Graphical desktop/GNOME
Source: 	%{name}-%{version}.tar.bz2
Buildroot: 	%_tmppath/%{name}-root
BuildRequires: 	libpanel-applet-2-devel

%description
An applet for GNOME2 that allows any small application to be embedded into
the panel.  In this case embedded means physically shrunk into the panel, not
just an icon or an applet.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
rm -fr %buildroot/%_docdir/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README ChangeLog
%{_libdir}/bonobo/servers/GNOME_Swallow.server
%{_libdir}/gnome-panel/gnome_swallow

%changelog
* Fri Sep 12 2003 Götz Waschk <waschk@linux-mandrake.com> 1.2-1mdk
- new version

* Sat Jul 19 2003 Götz Waschk <waschk@linux-mandrake.com> 1.1-2mdk
- configure2_5x macro
- rebuild for new orbit

* Tue Apr 15 2003 Austin Acton <aacton@yorku.ca> 1.1-1mdk
- 1.1
- add URL

* Wed Apr 9 2003 Austin Acton <aacton@yorku.ca> 1.0-1mdk
- initial package