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