diff --git a/TODO b/TODO index 3d2b588..02bcd47 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,5 @@ Things I'd like to add. Assuming these are actually possible. -%autosetup - Very difficult in EL5, but there might be a hack.... - %_smp_ncpus_max python2 macros @@ -10,4 +7,5 @@ python2 macros Maybe %__global_ldflags Requires redefinition of %cmake, %cmake_kde4, %qmake_qt4 and %configure +%make_install %make_build diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index 43332c6..8860a86 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -33,10 +33,8 @@ install -pm 644 %{SOURCE9} . %install # No automatic buildroot cleaning yet rm -rf %{buildroot} -install -Dpm 644 %{SOURCE0} \ - %{buildroot}/etc/rpm/macros.zzz-epel -install -Dpm 644 %{SOURCE1} \ - %{buildroot}/etc/rpm/macros.zzz-epel-autosetup +install -Dpm 644 %{SOURCE0} %{buildroot}/etc/rpm/macros.zzz-epel +install -Dpm 644 %{SOURCE1} %{buildroot}/etc/rpm/macros.zzz-epel-autosetup # Can't use automatic %%clean yet. %clean