summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/various3.spec
blob: 5d147f75ec5b22d788dbc28943c7c03b911563b0 (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
Summary: various3
Name: various3
Version: 1
Release: 1
License: x
Group: x
Url: x
BuildRoot: %{_tmppath}/%{name}

%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
	 install -d `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}