summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/arch_to_noarch_1.spec
blob: a6a200f96298384ce83f30c2ab1306b4b57848eb (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
Summary: arch_to_noarch
Name: arch_to_noarch
Version: 1
Release: 1
License: x
Group: x
Url: x

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/usr/lib/test-%{name}
cp /sbin/ldconfig $RPM_BUILD_ROOT/usr/lib/test-%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%description
this pkg own a binary file

%files
%defattr(-,root,root)
%config(noreplace) /usr/lib/test-%{name}