summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/README-urpmi/b.spec
blob: c64b900a38082ba836b6c4a9f4641445e137b109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Summary: b
Name: b
Version: 1
Release: 1
License: x
Group: x

%description
x

%prep
rm -rf *
echo "installing %name" > README.install.urpmi
echo "upgrading %name" > README.upgrade.urpmi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.*