]> git.pld-linux.org Git - SPECS.git/blob - penguineyes.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / penguineyes.spec
1 Summary:        You are watched!
2 Summary(pl.UTF-8):      Jesteś obserwowany!
3 Name:           penguineyes
4 Version:        0.10
5 Release:        3
6 License:        GPL
7 Group:          X11/Amusements
8 Source0:        http://ftp.debian.org/debian/pool/main/p/penguineyes/%{name}_%{version}.orig.tar.gz
9 # Source0-md5:  f17906b904b5e640f06427b81df53f4a
10 Source1:        %{name}.desktop
11 Source2:        %{name}-bilgejc.tar.gz
12 # Source2-md5:  c3c0c4a3dc68e088d76f86dad2f0abfb
13 Patch0:         %{name}-time.patch
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gtk+-devel >= 1.2.6
17 BuildRequires:  imlib-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 PenguinEyes is clone of xeyes. It shows penguin (or something else),
23 which will be looking at your cursor.
24
25 %description -l pl.UTF-8
26 PenguinEyes jest klonem xeyes. Pokazuje pingwina (lub coś innego),
27 który będzie obserwował twój kursor.
28
29 %prep
30 %setup -q -a2 -n %{name}-%{version}.orig
31 %patch0 -p1
32
33 %build
34 rm -f missing
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %{configure} \
40         --disable-gnome
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 install bilgejc* $RPM_BUILD_ROOT%{_datadir}/penguineyes/Default
51 cat penguineyesrc >> $RPM_BUILD_ROOT%{_datadir}/penguineyes/Config/penguineyesrc
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
54 install penguinize.png $RPM_BUILD_ROOT%{_pixmapsdir}/penguineyes.png
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc NEWS README TODO THEMES
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/penguineyes
64 %{_pixmapsdir}/*
65 %{_desktopdir}/*.desktop
This page took 0.126053 seconds and 3 git commands to generate.