]> git.pld-linux.org Git - SPECS.git/blob - xteddy.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xteddy.spec
1 Summary:        xteddy is a cuddly teddy bear for your X Window desktop
2 Summary(pl.UTF-8):      xteddy to kochany pluszowy miś, którego spotkasz pod X Window
3 Name:           xteddy
4 Version:        2.0.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www.ITN.LiU.SE/~stegu/xteddy/%{name}-%{version}.tar.gz
9 # Source0-md5:  c197253b5116db5dc4e32b58dd36160e
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-automake.patch
13 Patch1:         %{name}-icons.patch
14 URL:            http://www.ITN.LiU.SE/~stegu/xteddy/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  imlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Normally, xteddy just sits around doing nothing. After all, that's
22 what teddy bears are for. Look at him, talk to him, place heavy
23 windows on top of him, zap him around until he becomes dizzy, do what
24 you like; he will always be your true (albeit virtual) friend.
25
26 %description -l pl.UTF-8
27 Zwykle xteddy siedzi sobie nic nie robiąc, od tego w końcu są pluszowe
28 misie. Spójrz czasem na niego, zagadaj, przykryj ciepłym okienkiem,
29 pobujaj (aż mu się w głowie zakręci). Słowem: pobaw się z nim,
30 przecież wszyscy kochamy pluszowe misie, prawda?
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 rm -f missing
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}/%{name}/icons}
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
53 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
54 install images/icons/* $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/icons
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS README xteddy.README
62 %attr(755,root,root) %{_bindir}/xteddy
63 %{_mandir}/man6/*
64 %{_desktopdir}/*.desktop
65 %{_pixmapsdir}/*
This page took 0.169625 seconds and 3 git commands to generate.