]> git.pld-linux.org Git - SPECS.git/blob - kde-splash-template.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde-splash-template.spec
1 %define         _splash         -
2 Summary:        KDE splash screen
3 Summary(pl.UTF-8):      Ekran startowy KDE
4 Name:           kde-splash-%{_splash}
5 Version:        -
6 Release:        0.1
7 License:        check first if it's GPL
8 Group:          X11/Amusements
9 Source0:        %{_name}-%{version}.tar.bz2
10 # Source0-md5:  -
11 URL:            -
12 Requires:       kdebase-desktop
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 %{_name} is
18
19 %description -l pl.UTF-8
20
21 %prep
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
26
27 install %{_splash}/*.png $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
28 install %{_splash}/Theme.rc $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %{_datadir}/apps/ksplash/Themes/%{_splash}
This page took 0.785698 seconds and 3 git commands to generate.