summaryrefslogtreecommitdiff
path: root/test/spec/non-standard-group.spec
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/non-standard-group.spec')
-rw-r--r--test/spec/non-standard-group.spec31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/spec/non-standard-group.spec b/test/spec/non-standard-group.spec
new file mode 100644
index 0000000..c8ed734
--- /dev/null
+++ b/test/spec/non-standard-group.spec
@@ -0,0 +1,31 @@
+Name: non-standard-group
+Version: 1.0
+Release: 0
+Summary: non-standard-group warning
+License: MIT
+Group: Something
+URL: https://www.example.com
+Source: Source.tar.gz
+BuildRequires: gcc
+
+%description
+A test specfile with Group (Group: Something) that is not standard. The value of the Group tag in the package is not valid.
+
+%prep
+%setup -q
+
+%build
+%configure
+%make_build
+
+%install
+%make_install
+
+%post
+%postun
+
+%files
+%license COPYING
+%doc ChangeLog README
+
+%changelog