Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main-src > by-pkgid > e019f6244cfddd904dca740f9a134f60 > files > 2

ADVX-build-9.2-2mdk.src.rpm

Name:		ADVX-build
Version:	9.2
Release:	2mdk
Group:		System/Servers
URL:		http://www.advx.org/devel/policy.php
License:	GPL
Summary:	ADVX-build contains tools and macros to build ADVX
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch
Source0:	ADVX-build.bz2
Provides:	ADVXpackage

%description
ADVX-build contains a set of tools and macros to build ADVX
components, including Apache 2.

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/ADVX
bzcat %{SOURCE0} > ADVX-build
install -m644 ADVX-build %{buildroot}%{_datadir}/ADVX/ADVX-build

mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
echo "See http://www.advx.org/devel.policy.php for more info" > \
        %{buildroot}%{_docdir}/%{name}-%{version}/README

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%attr(0644,root,root) %{_datadir}/ADVX/*
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/*

%changelog
* Mon Jul 21 2003 David Baudens <baudens@mandrakesoft.com> 9.2-2mdk
- Rebuild to fix bad signature

* Fri May 30 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 9.2-1mdk
- 9.2 (to reflect next distro version)
- remove versioned dirs to ease upgrades
- added a macro to install into libexecdir

* Thu Feb 13 2003 Jean-Michel Dault <jmdault@mandrakesoft.com> 1.2-1mdk
- Add AP13pre macro to check the presence and sanity of config files when
  installing 1.3 modules.

* Mon Jan 06 2003 Jean-Michel Dault <jmdault@mandrakesoft.com> 1.1-2mdk
- Change ADVXdir to %{_datadir} to compli with the FHS/LSB.
- Add Provides: ADVXpackage, all ADVX package will have this tag, 
  so we ca easily do a rpm --whatprovides ADVXpackage to find out
  what ADVX packages a user has installed on his system. 

* Mon Jan 06 2003 Jean-Michel Dault <jmdault@mandrakesoft.com> 1.1-1mdk
- Change apxs to apxs2 and /usr/include/apache to /usr/include/apache2
  to be able to work on Apache 1.3 and 2.0 at the same time.

* Sat Nov 02 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.0-3mdk
- don't strip files on install

* Fri Sep 6 2002 Jean-Michel Dault <jmdault@mandrakesoft.com> 1.0-2mdk
- noarch
- clean after build

* Wed Sep 4 2002 Jean-Michel Dault <jmdault@mandrakesoft.com> 1.0-1mdk
- New package