summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/various2.spec
blob: d7c55421110af47921257b3c8f6af2f793003f9e (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
Summary: various2
Name: various2
Version: 1
Release: 1
License: x

%prep
echo foo > foo

%build

%install
rm -rf $RPM_BUILD_ROOT
for i in /etc/test-%{name} \
         /var/lib/test-%{name}/foo1 /var/lib/test-%{name}/foo2 /var/lib/test-%{name}/foo3 \
	 /usr/share/locale/fr/LC_MESSAGES/test-%{name}.mo \
         /usr/test-%{name}/foo; do
	 mkdir -p `dirname $RPM_BUILD_ROOT$i`
	 echo foo > $RPM_BUILD_ROOT$i
done

%find_lang test-%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%description
x

%files -f test-%{name}.lang
%defattr(-,root,root)
%doc foo
%config(noreplace) /etc/*
/var/lib/*
/usr/test-%{name}