]> git.pld-linux.org Git - SPECS.git/blob - kde-splash-GNU_CooL.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde-splash-GNU_CooL.spec
1
2 %define         _splash         GNU_CooL
3
4 Summary:        KDE splash screen
5 Summary(pl.UTF-8):      Ekran startowy KDE
6 Name:           kde-splash-%{_splash}
7 Version:        1.0
8 Release:        2
9 License:        GPL
10 Group:          X11/Amusements
11 #Source0:       http://www.kde-look.org/content/download.php?content=12861
12 Source0:        http://www.kde-look.org/content/files/12861-GNU.tar.gz
13 # Source0-md5:  e2f29a50ceae3fa4b2bd6b6b3c8dcea7
14 URL:            http://www.kde-look.org/content/show.php?content=12861
15 Requires:       kdebase-desktop >= 9:3.2.0
16 Provides:       kde-splash
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 "GNU CooL" KDE splash screen. Contains fancy picture of GNU ;-)
22
23 %description -l pl.UTF-8
24 Ekran startowy KDE "GNU CooL". Zawiera Ĺ›mieszny obrazek GNU ;-)
25
26 %prep
27 %setup -q -n %{_splash}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
32 install * $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %{_datadir}/apps/ksplash/Themes/%{_splash}
This page took 0.07291 seconds and 3 git commands to generate.