Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 99c0aa50c277b34c469eb677393c30d7 > files > 2

rox-lib-1.9.18-1mdk.src.rpm

%define name rox-lib
%define version 1.9.18
%define release 1mdk

Summary: Shared code for ROX applications
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/rox/%{name}-%{version}.tar.bz2
License: LGPL
Group: Graphical desktop/Other
URL: http://rox.sourceforge.net/rox_lib.html
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: pygtk2.0
Requires: rox

%description
There is quite a lot of code which is needed by many ROX applications -- for
example: save boxes, menus and options.

Keeping all this code in one place makes these programs smaller. It also
makes programs which use it more consistant.

Programs which use ROX-Lib2 need to be able to find it, so you should put it
inside one of the standard library directories. If you don't have root
access, create a directory called 'lib' inside your home directory and move
ROX-Lib2 in there.


%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_libdir
cp -r ROX-Lib2 %buildroot/%_libdir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ROX-Lib2/Help/README
%_libdir/ROX-Lib2

%changelog
* Sat Mar 26 2005 Götz Waschk <waschk@linux-mandrake.com> 1.9.18-1mdk
- New release 1.9.18

* Fri Jan 21 2005 Goetz Waschk <waschk@linux-mandrake.com> 1.9.17-1mdk
- New release 1.9.17

* Sun Oct  3 2004 Goetz Waschk <waschk@linux-mandrake.com> 1.9.16-1mdk
- New release 1.9.16

* Sun Aug 29 2004 Götz Waschk <waschk@linux-mandrake.com> 1.9.15-1mdk
- fix source URL
- New release 1.9.15

* Sat Apr 17 2004 Götz Waschk <waschk@linux-mandrake.com> 1.9.14-1mdk
- new version

* Fri Apr  2 2004 Götz Waschk <waschk@linux-mandrake.com> 1.9.13-1mdk
- new version

* Fri Jan 23 2004 Götz Waschk <waschk@linux-mandrake.com> 1.9.12-1mdk
- new version

* Wed Oct 15 2003 Götz Waschk <waschk@linux-mandrake.com> 1.9.11-1mdk
- new version

* Sat Oct  4 2003 Götz Waschk <waschk@linux-mandrake.com> 1.9.10-1mdk
- new version

* Sun Aug 17 2003 Götz Waschk <waschk@linux-mandrake.com> 1.9.9-1mdk
- drop prefix
- new version

* Sat Jul 19 2003 Götz Waschk <waschk@linux-mandrake.com> 1.9.8-1mdk
- new version

* Wed May 21 2003 Götz Waschk <waschk@linux-mandrake.com> 1.9.7-1mdk
- update url
- new version

* Thu Feb 20 2003 Götz Waschk <waschk@linux-mandrake.com> 1.9.6-1mdk
- initial package