diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 04:28:56 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 05:47:29 -0400 |
commit | f120745402d0c23582b9f64f886ff59a58720f6c (patch) | |
tree | ca448c9a4731e87bbec040c32a2901990e574248 /t/data/SPECS/ordering-scriptlets | |
parent | 92175ef1cba270686146f34fef6a4b734cc279bc (diff) | |
download | urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar.gz urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar.bz2 urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar.xz urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.zip |
kill useless buildroot definitions
(uneeded since rpm-4.6+ ...)
Diffstat (limited to 't/data/SPECS/ordering-scriptlets')
10 files changed, 0 insertions, 10 deletions
diff --git a/t/data/SPECS/ordering-scriptlets/a_1.spec b/t/data/SPECS/ordering-scriptlets/a_1.spec index acaa184d..79ad1527 100644 --- a/t/data/SPECS/ordering-scriptlets/a_1.spec +++ b/t/data/SPECS/ordering-scriptlets/a_1.spec @@ -10,7 +10,6 @@ Group: x Url: x Provides: /bin/a BuildRequires: gcc -BuildRoot: %{_tmppath}/%{name} %prep %setup -c -T diff --git a/t/data/SPECS/ordering-scriptlets/a_2.spec b/t/data/SPECS/ordering-scriptlets/a_2.spec index 0cd2afc8..704819a7 100644 --- a/t/data/SPECS/ordering-scriptlets/a_2.spec +++ b/t/data/SPECS/ordering-scriptlets/a_2.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_post_1.spec b/t/data/SPECS/ordering-scriptlets/requires_post_1.spec index 052d09fb..7b3d7fff 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_post_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_post_1.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_post_2.spec b/t/data/SPECS/ordering-scriptlets/requires_post_2.spec index bf31cabd..fb282930 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_post_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_post_2.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec b/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec index f7fd871c..57a176c1 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec b/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec index d3a14355..82900177 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec b/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec index 0783397e..cc275321 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec b/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec index 93ce9f0d..e19c8d6f 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec b/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec index 9df5135c..0793eaab 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec b/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec index 619f3576..3022929a 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x |