]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- moved examples to proper place
authorleafnode <leafnode@pld-linux.org>
Sun, 12 Oct 2003 15:34:32 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg.spec -> 1.154

ekg.spec

index 37db16e2a0de7de8750ad042d57b8377f9a7fe76..aecf94da355e8c80e832d20d2fc196c577765469 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -132,6 +132,10 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/
 # For libgadu-devel
 
 rm examples/Makefile examples/Makefile.in examples/.cvsignore
+rm -r examples/CVS
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+mv examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
 
 %if %{with ioctl_daemon}
 install src/ioctld $RPM_BUILD_ROOT%{_bindir}
@@ -164,11 +168,13 @@ rm -rf $RPM_BUILD_ROOT
 %files -n libgadu-devel
 %defattr(644,root,root,755)
 %doc docs/{7thguard,ui,devel-hints,przenosny-kod}.txt docs/protocol.html
-%doc ChangeLog docs/{README,TODO} examples
+%doc ChangeLog docs/{README,TODO}
 %{_libdir}/libgadu.so
 %{_includedir}/libgadu.h
 %{_includedir}/libgadu-config.h
 %{_pkgconfigdir}/*
+%dir %{_examplesdir}/%{name}-%{version}
+%{_examplesdir}/%{name}-%{version}/*
 
 %files -n libgadu-static
 %defattr(644,root,root,755)
This page took 0.065555 seconds and 4 git commands to generate.