Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release-src > by-pkgid > 00b2bad72c266bfbb3f3552762350c23 > files > 3

gnustep-back-0.16.0-1mdv2010.0.src.rpm

%define name		gnustep-back
%define version		0.16.0
%define release		%mkrel 1

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source: 	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
Patch0:		gnustep-back-0.16.0-fix-str-fmt.patch
License: 	LGPLv2+
Group:		Development/Other
Summary: 	GNUstep Backend package
URL:		http://www.gnustep.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	gnustep-gui
BuildRequires:	gcc-objc
BuildRequires:	gnustep-base
BuildRequires:	libgnustep-base-devel libgnustep-gui-devel
BuildRequires:	cups-devel
BuildRequires:	X11-devel

%description
It is a library of graphical user interface classes written
completely in the Objective-C language; the classes are based
upon the OpenStep specification as released by NeXT Software, Inc.
The library does not completely conform to the specification 
and has been enhanced in a number of ways to take advantage
of the GNU system. These classes include graphical objects
such as buttons, text fields, popup lists, browser lists,
and windows; there are also many associated classes
for handling events, colors, fonts, pasteboards and images.

%prep
%setup -q
%patch0 -p0

%build
%define __cputoolize /bin/true
%configure2_5x
make

%install
rm -fr %buildroot
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, root)
%doc ANNOUNCE COPYING.LIB INSTALL NEWS README 
%_prefix/lib/GNUstep/Bundles/*
%_mandir/man1/*
%_prefix/lib/GNUstep/Fonts
%_bindir/*


%changelog
* Thu Jan 08 2009 Funda Wang <fundawang@mandriva.org> 0.16.0-1mdv2009.1
+ Revision: 327016
- fix str fmt
- New version 0.16.0

* Wed Aug 20 2008 Funda Wang <fundawang@mandriva.org> 0.14.0-3mdv2009.0
+ Revision: 274290
- rebuild for new gnustep-base
- spec cleanup

* Fri Jun 20 2008 Franck Villaume <fvill@mandriva.com> 0.14.0-1mdv2009.0
+ Revision: 227537
- new stable version 0.14.0

* Tue Jun 03 2008 Franck Villaume <fvill@mandriva.com> 0.13.2-1mdv2009.0
+ Revision: 214514
- new version 0.13.2

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 0.12.0-3mdv2008.1
+ Revision: 136456
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed Jul 25 2007 Austin Acton <austin@mandriva.org> 0.12.0-3mdv2008.0
+ Revision: 55131
- buildrequires gnustep-base
- update for new layout
- drop redundant requires

* Mon Jun 04 2007 Austin Acton <austin@mandriva.org> 0.12.0-2mdv2008.0
+ Revision: 34990
- increment release
- fix buildrequires
- redo it all

  + Adam Williamson <awilliamson@mandriva.org>
    - Import gnustep-back




* Tue May 10 2005 Lenny Cartier <lenny@mandriva.com> 0.9.6-1mdk
- new