Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 6fb5e2fdc4137a82feaf58f8a93b3160 > files > 2

gnome-common-2.8.0-1mdk.src.rpm

Name:		gnome-common
Summary:	Gnome-common contains useful things common to building gnome packages
Version: 2.8.0
Release:	1mdk
License: 	GPL
Group:		Development/GNOME and GTK+
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
URL: 		http://www.gnome.org/
Requires:	common-licenses
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	pkgconfig gawk
BuildArch:	noarch

%description
gnome-common is for building various GNOME modules from CVS. It is not
needed to run GNOME.

%prep
%setup -q

%build

# don't use macro, it will confuse configure
./configure --prefix=%{_prefix} --libdir=%{_libdir}

%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README ChangeLog 
%{_bindir}/*
%{_datadir}/aclocal/*.m4
%{_datadir}/gnome-common

%changelog
* Wed Nov 10 2004 Götz Waschk <waschk@linux-mandrake.com> 2.8.0-1mdk
- fix source URL
- New release 2.8.0

* Wed Nov  5 2003 Götz Waschk <waschk@linux-mandrake.com> 2.4.0-1mdk
- add missing files
- drop patch 0
- new version

* Tue Jul 22 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.2.4-6mdk
- rebuild

* Fri Oct 11 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.4-5mdk
- Update patch0 to really fix gnome-pilot macro

* Fri Oct 11 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.4-4mdk
- Update patch0 to use latest version of gnome-pilot.m4

* Mon Jan 14 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.4-3mdk
- Patch0: Add gnome-pilot missing macros

* Mon Jan  7 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.4-2mdk
- Clean specfile (with help of Abel Cheung <maddog@linux.org.hk>) :
 - Corrected Source URL
 - No need for post and postun
 - Removed unnecessary BuildRequires
 - Don't use configure macro

* Fri Jan  4 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 1.2.4-1mdk
- Initial Mandrake package