Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > afdcd4e6e9265de622c09572311de553 > files > 3

gnome-common-1.2.4-3mdk.src.rpm

Name:		gnome-common
Summary:	Gnome-common contains useful things common to building gnome packages
Version: 	1.2.4
Release: 	3mdk
License: 	GPL
Group:		Development/GNOME and GTK+
Source:     ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
# (fc) 1.2.4-3mdk add gnome-pilot missing macro
Patch0:     gnome-common-1.2.4-pilot.patch.bz2
URL: 		http://www.gnome.org/
Requires:	common-licenses
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires: pkgconfig gawk
BuildArchitectures:     noarch

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

%prep
%setup -q
%patch0 -p1 -b .pilot

# needed by patch0
automake

%build

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

%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/gnome-macros
%{_datadir}/aclocal/gnome2-macros

%changelog
* 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