blob: ff56f589a58f2c64657d1cd9e2ac2adba421d457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#
# Spec file for testing deleting/adding/updating tags and macros
#
# Gbp-Undefined-Tag: foobar
# Test that we accept different cases
Name: my_name
Version: 0
Release: 1
Summary: my_summary
License: new license
Distribution: my_distribution
Group: my_group
Packager: my_packager
Url: my_url
Vcs: my_vcs
Nosource: 0
Nopatch: 0
BuildRoot: my_buildroot
Provides: my_provides
Requires: my_requires
Conflicts: my_conflicts
Obsoletes: my_obsoletes
BuildConflicts: my_buildconflicts
BuildRequires: my_buildrequires
AutoReqProv: No
AutoReq: No
AutoProv: No
DistTag: my_disttag
BugUrl: my_bugurl
Collections: my_collections
%description
Package for testing GBP.
%prep
%setup -n my_prefix
%patch0 my new args
%build
%install
|