aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/rpm/specs/gbp-test-updates.spec
blob: dc8ffbf984593ea33b6f2f696a2f5c81a3dc719e (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
45
46
47
48
49
#
# 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:        my_license
Distribution:   my_distribution
Vendor:         my_vendor
Group:          my_group
Packager:       my_packager
Url:            my_url
Vcs:            my_vcs
Source:         my_source
Patch:          my_%patch_fn_base
Patch0:         my_%{patch_fn_base}0
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

%patch -b my_patch
%patch -P0 -b my_patch0

%build

%install