Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > b025d1fc03fc33c914566b976cc5ddec > files > 3

stow-1.3.3-6mdv2010.0.src.rpm

%define name stow
%define version 1.3.3
%define release %mkrel 6

Summary: Separate software packages manager
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: System/Configuration/Packaging
Source0: ftp://ftp.gnu.org/gnu/stow/%{name}-%{version}.tar.bz2
# (blino) from upstream CVS
Patch0: stow-1.3.3-root_foo.patch.bz2
URL: http://www.gnu.org/software/stow/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
GNU Stow is a program for managing the installation of software packages,
keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl, for
example) while making them appear to e installed in the same place
(/usr/local).

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

%build
%configure2_5x 
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%post
%_install_info %name

%postun
%_remove_install_info %name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING NEWS README THANKS TODO
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man8/stow.*



%changelog
* Tue Sep 08 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.3.3-6mdv2010.0
+ Revision: 434137
- rebuild

* Sat Aug 02 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.3.3-5mdv2009.0
+ Revision: 261206
- rebuild

* Tue Jul 29 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.3.3-4mdv2009.0
+ Revision: 253568
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1.3.3-2mdv2008.1
+ Revision: 140863
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - use std info-install macros
    - kill re-definition of %%buildroot on Pixel's request
    - import stow


* Fri Aug 25 2006 Olivier Blin <blino@mandriva.com> 1.3.3-2mdv2007.0
- fix bug when stow dir is /foo (#24504)
- clean buildroot in install section

* Thu Jul 15 2004 Michael Scherer <misc@mandrake.org> 1.3.3-1mdk
- rpmbuildupdate aware
- from Jerome Soyer <jeromesoyer@yahoo.fr>
  - new upstream

* Tue Sep 04 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.3.2-4mdk
- rebuild

* Fri Jan  5 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.3.2-3mdk
- rebuild

* Mon Sep 18 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.3.2-2mdk
- bm
- macros

* Mon May 29 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 1.3.2-1mdk
- first build