blob: 3fb11d48d5734536a112c7ebdbceef70d215ea7c (
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
|
Name: SpecCheck2
Version: 0
Release: 0
Summary: None here
Group: Undefined
License: GPLv2
URL: http://rpmlint.zarb.org/#%{name}
Source0: Source0.tar.gz
Patch: Patch.patch
Patch1: Patch1.patch
Patch2: Patch2.patch
Patch3: Patch3.patch
Patch4: Patch4.patch
Patch5: Patch5.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: source-for-second-rpm
BuildArch: noarch
ExclusiveArch: i586
Requires: Oneanotherthing>=1.0
Conflicts: Onelastthing==2.0
%description
macro-in-%changelog-deptoken:-
(Developer Note)
Macro can cause a warning which you can escape by using %%buildroot or
%+buildroot or %.buildroot or any othersign prefixed with %
for example %(-, +, .) and so on.
Make sure you exclude %_buildroot or usage of % followed by _
%prep
%autosetup
%build
%configure
./configure --libdir=%{_libdir}
make %{_libdir}
%install
rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_libdir}/foo
%changelog
|