From: areq Date: Sat, 29 Sep 2001 12:04:20 +0000 (+0000) Subject: - init PLD spec X-Git-Tag: ekg-0_9_0_2001100103-1~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=0f2b10a8892d2be21a902515657ff98d35da1b26;p=packages%2Fekg.git - init PLD spec - snapshot 2001092902 Changed files: ekg.spec -> 1.1 --- 0f2b10a8892d2be21a902515657ff98d35da1b26 diff --git a/ekg.spec b/ekg.spec new file mode 100644 index 0000000..6364251 --- /dev/null +++ b/ekg.spec @@ -0,0 +1,46 @@ +%define snapshot 2001092902 +Summary: A client compatible with Gadu-Gadu +Summary(pl): Eksperymentalny Klient Gadu-Gadu +Name: ekg +Version: 0.9.0.%{snapshot} +Release: 1 +License: GPL +Group: Networking/Utilities +Group(de): Netzwerkwesen/Werkzeuge +Group(es): Red/Utilitarios +Group(pl): Sieciowe/Narzêdzia +Group(pt_BR): Rede/Utilitários +Source0: http://dev.null.pl/ekg/%{name}-%{snapshot}.tar.gz +URL: http://dev.null.pl/ekg/ +BuildRequires: ncurses-devel +BuildRequires: readline-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A client compatible with Gadu-Gadu + +%description -l pl +Eksperymentalny Klient Gadu-Gadu + +%prep +%setup -q -n %{name}-%{snapshot} + +%build +./configure +make + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install ekg $RPM_BUILD_ROOT%{_bindir} + +gzip -9nf ChangeLog README docs/* + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz docs/* +%attr(755,root,root) %{_bindir}/*