]> git.pld-linux.org Git - packages/gg.git/blob - gg.spec
0.1.2
[packages/gg.git] / gg.spec
1 Summary:        GNU Gadu - free talking
2 Summary(pl):    GNU Gadu - wolne gadanie
3 Name:           gg
4 Version:        0.1.2
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          Applications/Communications
9 Group(de):      Applikationen/Kommunikation
10 Group(pl):      Aplikacje/Komunikacja
11 Source0:        http://netkrab.slackware.pl/gg/%{name}-%{version}.tar.gz
12 Source1:        %{name}.desktop
13 Source2:        %{name}.png
14 Icon:           gg.xpm
15 URL:            http://netkrab.slackware.pl/gg/
16 BuildRequires:  gtk+-devel > 1.2.8
17 BuildRequires:  esound-devel > 0.2.7
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21
22 %description
23 Gadu-Gadu client released on GNU/GPL.
24
25 %description -l pl
26 Klient Gadu-Gadu na licencji GNU/GPL.
27
28 %prep
29 %setup  -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Communications,%{_pixmapsdir}}
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications/gg.desktop
42 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
43
44 gzip -9nf README ChangeLog
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc *.gz
52 %attr(755,root,root) %{_bindir}/gg
53 %{_datadir}/gg
54 %{_applnkdir}/Network/Communications/gg.desktop
55 %{_pixmapsdir}/*
This page took 0.10659 seconds and 4 git commands to generate.