summaryrefslogtreecommitdiffstats
path: root/t/SPECS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-24 19:34:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-24 19:34:32 +0000
commit4df7583caa71a35d6d68c373fc0c62d1be6d955b (patch)
treebddf36169b314d82ff20036dea7e47fa4fec5bcd /t/SPECS
parent7a606ec3537b2f465f8e06e99b445c756bfcca8f (diff)
downloadurpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar.gz
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar.bz2
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.tar.xz
urpmi-4df7583caa71a35d6d68c373fc0c62d1be6d955b.zip
re-sync after the big svn loss
Diffstat (limited to 't/SPECS')
-rw-r--r--t/SPECS/arch_to_noarch_1.spec28
-rw-r--r--t/SPECS/arch_to_noarch_2.spec28
-rw-r--r--t/SPECS/arch_to_noarch_3.spec29
-rw-r--r--t/SPECS/arch_to_noarch_4.spec28
-rw-r--r--t/SPECS/various.spec38
5 files changed, 0 insertions, 151 deletions
diff --git a/t/SPECS/arch_to_noarch_1.spec b/t/SPECS/arch_to_noarch_1.spec
deleted file mode 100644
index 05cff446..00000000
--- a/t/SPECS/arch_to_noarch_1.spec
+++ /dev/null
@@ -1,28 +0,0 @@
-Summary: arch_to_noarch
-Name: arch_to_noarch
-Version: 1
-Release: 1
-License: x
-Group: x
-Url: x
-BuildRoot: %{_tmppath}/%{name}
-
-%prep
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/lib/test-%{name}
-cp /sbin/ldconfig $RPM_BUILD_ROOT/usr/lib/test-%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%description
-this pkg own a binary file
-
-%files
-%defattr(-,root,root)
-%config(noreplace) /usr/lib/test-%{name}
-
diff --git a/t/SPECS/arch_to_noarch_2.spec b/t/SPECS/arch_to_noarch_2.spec
deleted file mode 100644
index 7be6925b..00000000
--- a/t/SPECS/arch_to_noarch_2.spec
+++ /dev/null
@@ -1,28 +0,0 @@
-Summary: arch_to_noarch
-Name: arch_to_noarch
-Version: 2
-Release: 1
-License: x
-Group: x
-Url: x
-BuildRoot: %{_tmppath}/%{name}
-
-%prep
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/lib/test-%{name}
-cp /sbin/ldconfig $RPM_BUILD_ROOT/usr/lib/test-%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%description
-this pkg still owns a binary file
-
-%files
-%defattr(-,root,root)
-%config(noreplace) /usr/lib/test-%{name}
-
diff --git a/t/SPECS/arch_to_noarch_3.spec b/t/SPECS/arch_to_noarch_3.spec
deleted file mode 100644
index be9cdb4d..00000000
--- a/t/SPECS/arch_to_noarch_3.spec
+++ /dev/null
@@ -1,29 +0,0 @@
-Summary: arch_to_noarch
-Name: arch_to_noarch
-Version: 3
-Release: 1
-License: x
-Group: x
-Url: x
-BuildRoot: %{_tmppath}/%{name}
-BuildArch: noarch
-
-%prep
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/lib/test-%{name}
-echo foo > $RPM_BUILD_ROOT/usr/lib/test-%{name}/foo
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%description
-this pkg is now a noarch
-
-%files
-%defattr(-,root,root)
-%config(noreplace) /usr/lib/test-%{name}
-
diff --git a/t/SPECS/arch_to_noarch_4.spec b/t/SPECS/arch_to_noarch_4.spec
deleted file mode 100644
index 7eb32705..00000000
--- a/t/SPECS/arch_to_noarch_4.spec
+++ /dev/null
@@ -1,28 +0,0 @@
-Summary: arch_to_noarch
-Name: arch_to_noarch
-Version: 4
-Release: 1
-License: x
-Group: x
-Url: x
-BuildRoot: %{_tmppath}/%{name}
-
-%prep
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/lib/test-%{name}
-cp /sbin/ldconfig $RPM_BUILD_ROOT/usr/lib/test-%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%description
-this pkg is now a binary again
-
-%files
-%defattr(-,root,root)
-%config(noreplace) /usr/lib/test-%{name}
-
diff --git a/t/SPECS/various.spec b/t/SPECS/various.spec
deleted file mode 100644
index b7d62e8f..00000000
--- a/t/SPECS/various.spec
+++ /dev/null
@@ -1,38 +0,0 @@
-Summary: various
-Name: various
-Version: 1
-Release: 1
-License: x
-Group: x
-Url: x
-BuildRoot: %{_tmppath}/%{name}
-
-%prep
-echo foo > foo
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-for i in /etc/test-%{name} \
- /var/lib/test-%{name}/foo1 /var/lib/test-%{name}/foo2 /var/lib/test-%{name}/foo3 \
- /usr/share/locale/fr/LC_MESSAGES/test-%{name}.mo \
- /usr/test-%{name}/foo; do
- install -d `dirname $RPM_BUILD_ROOT$i`
- echo foo > $RPM_BUILD_ROOT$i
-done
-
-%find_lang test-%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%description
-x
-
-%files -f test-%{name}.lang
-%defattr(-,root,root)
-%doc foo
-%config(noreplace) /etc/*
-/var/lib/*
-/usr/test-%{name}