summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/README-urpmi/c.spec
blob: 25f4df37d8a8927579a610651096b9971a46117f (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
Summary: c
Name: c
Version: 1
Release: 1
License: x
Group: x
Url: x
BuildRoot: %{_tmppath}/%{name}
Conflicts: a

%description
x

%build
rm -rf $RPM_BUILD_ROOT
echo "installing %name" > README.install.urpmi
echo "upgrading %name" > README.upgrade.urpmi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.install.urpmi README.upgrade.urpmi