summaryrefslogtreecommitdiffhomepage
path: root/tests/data/rpm/specs/gbp-test3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/rpm/specs/gbp-test3.spec')
-rw-r--r--tests/data/rpm/specs/gbp-test3.spec32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/data/rpm/specs/gbp-test3.spec b/tests/data/rpm/specs/gbp-test3.spec
new file mode 100644
index 00000000..c0c20c8c
--- /dev/null
+++ b/tests/data/rpm/specs/gbp-test3.spec
@@ -0,0 +1,32 @@
+Name: gbp-test3
+Summary: Test package 3 for git-buildpackage
+Version: 1.0
+Release: 0
+Group: Development/Libraries
+License: GPLv2
+Source: %{name}-%{version}.tar.gz
+# Gbp-Ignore-Patches: 10
+Patch: my.patch
+Patch10: my2.patch
+Patch20: my3.patch
+
+%description
+Another test package for git-buildpackage.
+
+
+%prep
+%autosetup -n %{name}-%{version}
+
+
+%build
+make
+
+
+%install
+mkdir -p %{buildroot}/%{_datadir}/%{name}
+
+
+%files
+%defattr(-,root,root,-)
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}