summaryrefslogtreecommitdiffhomepage
path: root/tests/data/rpm/specs/gbp-test3.spec
blob: c0c20c8c984cc8cfc9d2e877fe0797b053cca158 (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
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}