diff options
-rw-r--r-- | tests/hello-test/hello-1.0.tar.gz | bin | 890 -> 0 bytes | |||
-rw-r--r-- | tests/hello-test/hello-1.0/COPYING | 1 | ||||
-rw-r--r-- | tests/hello-test/hello-1.0/FAQ | 1 | ||||
-rw-r--r-- | tests/hello-test/hello-1.0/Makefile | 8 | ||||
-rw-r--r-- | tests/hello-test/hello-1.0/README | 1 | ||||
-rw-r--r-- | tests/hello-test/hello-1.0/hello.c | 5 | ||||
-rw-r--r-- | tests/hello-test/hello-1.0/hello.spec | 55 |
7 files changed, 0 insertions, 71 deletions
diff --git a/tests/hello-test/hello-1.0.tar.gz b/tests/hello-test/hello-1.0.tar.gz Binary files differdeleted file mode 100644 index 48b2cd7d0..000000000 --- a/tests/hello-test/hello-1.0.tar.gz +++ /dev/null diff --git a/tests/hello-test/hello-1.0/COPYING b/tests/hello-test/hello-1.0/COPYING deleted file mode 100644 index ba4db3578..000000000 --- a/tests/hello-test/hello-1.0/COPYING +++ /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 index c2b55e161..000000000 --- a/tests/hello-test/hello-1.0/FAQ +++ /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 index 43231fe5f..000000000 --- a/tests/hello-test/hello-1.0/Makefile +++ /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 index cfcfc7f45..000000000 --- a/tests/hello-test/hello-1.0/README +++ /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 index 1ee4843cf..000000000 --- a/tests/hello-test/hello-1.0/hello.c +++ /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 index 48ad24ed6..000000000 --- a/tests/hello-test/hello-1.0/hello.spec +++ /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. |