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