use autoconf provided by star
This commit is contained in:
parent
ded5fe4d59
commit
34588b632f
@ -4,7 +4,7 @@
|
|||||||
Summary: An archiving tool with ACL support
|
Summary: An archiving tool with ACL support
|
||||||
Name: star
|
Name: star
|
||||||
Version: 1.5a74
|
Version: 1.5a74
|
||||||
Release: 2
|
Release: 3
|
||||||
URL: http://cdrecord.berlios.de/old/private/star.html
|
URL: http://cdrecord.berlios.de/old/private/star.html
|
||||||
Source: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}.tar.bz2
|
||||||
Patch1: star-1.5-newMake.patch
|
Patch1: star-1.5-newMake.patch
|
||||||
@ -13,7 +13,7 @@ Patch2: star-1.5-selinux.patch
|
|||||||
License: CDDL
|
License: CDDL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel autoconf213
|
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Star saves many files together into a single tape or disk archive,
|
Star saves many files together into a single tape or disk archive,
|
||||||
@ -37,7 +37,7 @@ done
|
|||||||
export COPTOPT="$RPM_OPT_FLAGS"
|
export COPTOPT="$RPM_OPT_FLAGS"
|
||||||
export MAKEPROG=gmake
|
export MAKEPROG=gmake
|
||||||
# Autoconfiscate
|
# Autoconfiscate
|
||||||
(cd conf; autoconf-2.13)
|
(cd conf; AC_MACRODIR=. AWK=gawk ./autoconf)
|
||||||
# Disable fat binary
|
# Disable fat binary
|
||||||
(cd star; rm Makefile; cp all.mk Makefile)
|
(cd star; rm Makefile; cp all.mk Makefile)
|
||||||
|
|
||||||
@ -97,6 +97,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man1/spax.1*
|
%{_mandir}/man1/spax.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a74-3
|
||||||
|
- use autoconf provided by star
|
||||||
|
|
||||||
* Fri Jun 02 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a74-2
|
* Fri Jun 02 2006 Peter Vrabec <pvrabec@redhat.com> 1.5a74-2
|
||||||
- update tarball
|
- update tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user