]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- release 2 - the source has been modified... ekg-20020807-2
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Wed, 7 Aug 2002 23:04:33 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed unneeded install's (ekg{search}*man*)
- introducing: ref.functions.html - list off all functions generated
  automagiclly from current sources each build (propably it need fix, i
  don't know is that the way it should be done)
- please rebuild all packages that requires libgadu (perl-Net-Gadu fe.)
  because so file version has been changed

Changed files:
    ekg.spec -> 1.80

ekg.spec

index 9e1d8b70554e4c82f92d69b8c0459b292fba4089..49f0c8c25363afc9b6a29f2eb4ed894ed0b4d61a 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -8,7 +8,7 @@ Summary(it):    Esperimentale cliente di Gadu-Gadu
 Summary(pl):   Eksperymentalny Klient Gadu-Gadu
 Name:          ekg
 Version:       20020807
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Applications/Communications
@@ -100,16 +100,16 @@ Statyczna biblioteka libgadu.
 
 %{__make}
 
+( cd docs/api && ./make.pl )
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install contrib/ekl2.pl $RPM_BUILD_ROOT%{_bindir}
 install contrib/ekl2.sh $RPM_BUILD_ROOT%{_bindir}
-install docs/ekg.man.pl $RPM_BUILD_ROOT%{_mandir}/pl/man1/ekg.1
 install docs/ekl2.man.pl $RPM_BUILD_ROOT%{_mandir}/pl/man1/ekl2.1
 install docs/ekl2.man.en $RPM_BUILD_ROOT%{_mandir}/man1/ekl2.1
-install docs/ekg.man.en $RPM_BUILD_ROOT%{_mandir}/man1/ekg.1
 
 # For libgadu-devel
 
@@ -144,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n libgadu-devel
 %defattr(644,root,root,755)
-%doc docs/{7thguard,api,dcc-protocol,devel-hints,http,przenosny-kod}.txt docs/protocol.html
+%doc docs/{7thguard,api,dcc-protocol,devel-hints,http,przenosny-kod}.txt docs/protocol.html docs/api/ref.functions.html
 %doc ChangeLog docs/{README,TODO} examples
 %{_libdir}/libgadu.so
 %{_includedir}/libgadu.h
This page took 0.088644 seconds and 4 git commands to generate.