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/best-versioned-provide | |
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/best-versioned-provide')
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a1.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a_cc.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a_dd.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a_ee.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/b1.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/b2.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/b3.spec | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/t/data/SPECS/best-versioned-provide/a1.spec b/t/data/SPECS/best-versioned-provide/a1.spec index 8ac191ae..650fd2ff 100644 --- a/t/data/SPECS/best-versioned-provide/a1.spec +++ b/t/data/SPECS/best-versioned-provide/a1.spec @@ -6,7 +6,6 @@ License: x Group: x Url: x Requires: cc -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/best-versioned-provide/a_cc.spec b/t/data/SPECS/best-versioned-provide/a_cc.spec index dd55a9d8..87b5ddfb 100644 --- a/t/data/SPECS/best-versioned-provide/a_cc.spec +++ b/t/data/SPECS/best-versioned-provide/a_cc.spec @@ -6,7 +6,6 @@ License: x Group: x Url: x Requires: cc -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/best-versioned-provide/a_dd.spec b/t/data/SPECS/best-versioned-provide/a_dd.spec index fa7640f2..72b07a12 100644 --- a/t/data/SPECS/best-versioned-provide/a_dd.spec +++ b/t/data/SPECS/best-versioned-provide/a_dd.spec @@ -6,7 +6,6 @@ License: x Group: x Url: x Requires: dd -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/best-versioned-provide/a_ee.spec b/t/data/SPECS/best-versioned-provide/a_ee.spec index 17eaec22..1bb4a989 100644 --- a/t/data/SPECS/best-versioned-provide/a_ee.spec +++ b/t/data/SPECS/best-versioned-provide/a_ee.spec @@ -6,7 +6,6 @@ License: x Group: x Url: x Requires: ee -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/best-versioned-provide/b1.spec b/t/data/SPECS/best-versioned-provide/b1.spec index 01612ea3..d7a70c1a 100644 --- a/t/data/SPECS/best-versioned-provide/b1.spec +++ b/t/data/SPECS/best-versioned-provide/b1.spec @@ -8,7 +8,6 @@ Url: x Provides: cc = 1 Provides: dd = 2 Provides: ee = 3 -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/best-versioned-provide/b2.spec b/t/data/SPECS/best-versioned-provide/b2.spec index 78e96540..8e1e79d9 100644 --- a/t/data/SPECS/best-versioned-provide/b2.spec +++ b/t/data/SPECS/best-versioned-provide/b2.spec @@ -8,7 +8,6 @@ Url: x Provides: cc = 2 Provides: dd = 3 Provides: ee = 1 -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/best-versioned-provide/b3.spec b/t/data/SPECS/best-versioned-provide/b3.spec index e6aea576..1f519b56 100644 --- a/t/data/SPECS/best-versioned-provide/b3.spec +++ b/t/data/SPECS/best-versioned-provide/b3.spec @@ -8,7 +8,6 @@ Url: x Provides: cc = 3 Provides: dd = 1 Provides: ee = 2 -BuildRoot: %{_tmppath}/%{name} %description x |