]> git.pld-linux.org Git - packages/WindowMaker-themes3.git/blame - WindowMaker-themes3.spec
- tabs in preamble
[packages/WindowMaker-themes3.git] / WindowMaker-themes3.spec
CommitLineData
a65abf95 1Summary: Pack of themes for WindowMaker
b6e1c879 2Summary(pl.UTF-8): Zestaw motywów dla WindowMakera
2d04b733 3Name: WindowMaker-themes3
a65abf95 4Version: 1.0
3b06cfa5 5Release: 4
a65abf95 6License: GPL
7Group: Themes
3b06cfa5 8Source0: %{name}.tar.bz2
9# Source0-md5: 081a76b7d4397587d44cf71b72afbbbd
a65abf95 10Requires: WindowMaker
2d04b733 11Obsoletes: WindowMaker-themes-pack3
a65abf95 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _themesdir %{_datadir}/WindowMaker/Themes
15
16%description
17This is a set of various themes for WindowMaker.
18
c00b3b82
JR
19%description -l pl.UTF-8
20Zestaw różnych motywów dla WindowMakera.
a65abf95 21
22%prep
23%setup -q -n %{name}
24
25%build
26
27%install
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT%{_themesdir}
30
31cp -R * $RPM_BUILD_ROOT%{_themesdir}
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%{_themesdir}/*
This page took 0.066406 seconds and 4 git commands to generate.