summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2021-03-17 13:48:34 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2021-03-17 13:48:34 +0000
commite186150e2958bafd84e88f6c956bc5eb749af0e5 (patch)
tree85ea83cb79a089a0d8ade8867843217d0e88aa3f
parent4b2e9552ac24dfc1e249acfeb7172bf2c19863ad (diff)
automatic import of dummy-pkgHEADmasterf34
-rw-r--r--.gitignore1
-rw-r--r--dummy-pkg.spec45
-rw-r--r--sources1
3 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1ce5901 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/README.xz
diff --git a/dummy-pkg.spec b/dummy-pkg.spec
new file mode 100644
index 0000000..a1dd9a1
--- /dev/null
+++ b/dummy-pkg.spec
@@ -0,0 +1,45 @@
+%global _source_filedigest_algorithm md5
+
+Name: dummy-pkg
+Version: 20210317_1447
+Release: 1%{?dist}
+Summary: A dummy package
+
+Group: NONE
+License: GPLv3+
+URL: http://example.com/
+
+%if 0%{?rhel} && 0%{?rhel} <= 5
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%endif
+Source0: https://raw.githubusercontent.com/praiskup/quick-package/master/README.xz
+
+%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+
+%description
+Description for the %name package that is used for various testing tasks.
+
+
+%prep
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_pkgdocdir}
+xz -d %{SOURCE0} --stdout > $RPM_BUILD_ROOT/%{_pkgdocdir}/README
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%dir %{_pkgdocdir}
+%doc %{_pkgdocdir}/README
+
+%changelog
+* Thu Jun 05 2014 Pavel Raiskup <praiskup@redhat.com> - 0-1
+- does nothing!
diff --git a/sources b/sources
new file mode 100644
index 0000000..dc31ce6
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ef079f3e8a5160f33a09719093a08efb README.xz