Remove.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Tue, 21 Aug 2007 09:23:42 +0000 (11:23 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Tue, 21 Aug 2007 09:23:42 +0000 (11:23 +0200)
tests/hello-test/hello-1.0.tar.gz [deleted file]
tests/hello-test/hello-1.0/COPYING [deleted file]
tests/hello-test/hello-1.0/FAQ [deleted file]
tests/hello-test/hello-1.0/Makefile [deleted file]
tests/hello-test/hello-1.0/README [deleted file]
tests/hello-test/hello-1.0/hello.c [deleted file]
tests/hello-test/hello-1.0/hello.spec [deleted file]

diff --git a/tests/hello-test/hello-1.0.tar.gz b/tests/hello-test/hello-1.0.tar.gz
deleted file mode 100644 (file)
index 48b2cd7..0000000
Binary files a/tests/hello-test/hello-1.0.tar.gz and /dev/null differ
diff --git a/tests/hello-test/hello-1.0/COPYING b/tests/hello-test/hello-1.0/COPYING
deleted file mode 100644 (file)
index ba4db35..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This is the license file COPYING for hello-1.0.
diff --git a/tests/hello-test/hello-1.0/FAQ b/tests/hello-test/hello-1.0/FAQ
deleted file mode 100644 (file)
index c2b55e1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This is the FAQ file for hello-1.0.
diff --git a/tests/hello-test/hello-1.0/Makefile b/tests/hello-test/hello-1.0/Makefile
deleted file mode 100644 (file)
index 43231fe..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-all: hello
-
-install:
-       install -m 0755 hello $(DESTDIR)/usr/local/bin
-
-clean:
-       rm -f *.o hello
-
diff --git a/tests/hello-test/hello-1.0/README b/tests/hello-test/hello-1.0/README
deleted file mode 100644 (file)
index cfcfc7f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This is the README file for hello-1.0.
diff --git a/tests/hello-test/hello-1.0/hello.c b/tests/hello-test/hello-1.0/hello.c
deleted file mode 100644 (file)
index 1ee4843..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-int
-main()
-{
-       printf("hello\n");
-}
diff --git a/tests/hello-test/hello-1.0/hello.spec b/tests/hello-test/hello-1.0/hello.spec
deleted file mode 100644 (file)
index 48ad24e..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-Summary: hello -- hello, world rpm
-Name: hello
-Version: 1.0
-Release: 1
-Serial:        1
-Group: Utilities
-License: GPL
-Distribution: RPM test suite.
-Vendor: Red Hat Software
-Packager: Red Hat Software <bugs@redhat.com>
-URL: http://www.redhat.com
-Source0: hello-1.0.tar.gz
-Excludearch: lsi
-Excludeos: cpm
-Provides: hi
-Conflicts: goodbye
-Obsoletes: howdy
-Prefix: /usr
-BuildRoot: /var/tmp/hello-root
-
-%description
-Simple rpm demonstration.
-
-%prep
-%setup -q
-
-%build
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/local/bin
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%pre
-
-%post
-
-%preun
-
-%postun
-
-%files
-%defattr(-,root,root)
-%doc   FAQ
-#%readme README
-#%license COPYING
-%attr(0751,root,root)  /usr/local/bin/hello
-
-%changelog
-* Tue Oct 20 1998 Jeff Johnson <jbj@redhat.com>
-- create.