Author: lisu Date: Fri Apr 30 09:08:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.5.1 - add missing dir - lt_ptr.patch is now obsolete - rename binary from netdude0.5 to netdude - builds but does not work because of segfault
---- Files affected: packages/netdude: netdude.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/netdude/netdude.spec diff -u packages/netdude/netdude.spec:1.15 packages/netdude/netdude.spec:1.16 --- packages/netdude/netdude.spec:1.15 Wed Apr 21 19:04:42 2010 +++ packages/netdude/netdude.spec Fri Apr 30 11:08:34 2010 @@ -2,20 +2,21 @@ # # TODO: # - fix gettextize +# - segfault # Summary: Network dump data displayer and editor Summary(pl.UTF-8): Wyświetlacz i edytor zrzutów sieciowych Name: netdude -Version: 0.5.0 -Release: 2 +Version: 0.5.1 +Release: 0.1 License: Distributable Group: Networking/Utilities -Source0: http://dl.sourceforge.net/netdude/%{name}-%{version}.tar.gz -# Source0-md5: af7c302c2aaeee28f4a38d800f2991a0 +Source0: http://downloads.sourceforge.net/netdude/%{name}-%{version}.tar.gz +# Source0-md5: a660402e2f3feb605c3efdd69e79dcc2 Patch0: %{name}-am.patch Patch1: %{name}-paths.patch -Patch2: %{name}-lt_ptr.patch -Patch3: %{name}-duplicate_files.patch +Patch2: %{name}-duplicate_files.patch +Patch3: %{name}-exec.patch URL: http://netdude.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -80,6 +81,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*/*.a +# rename binary +mv $RPM_BUILD_ROOT%{_bindir}/netdude0.5 $RPM_BUILD_ROOT%{_bindir}/netdude + #%%find_lang %{name} %clean @@ -91,6 +95,7 @@ %doc ChangeLog COPYING README ROADMAP TODO AUTHORS %attr(755,root,root) %{_bindir}/netdude* %{_datadir}/%{name} +%dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/protocols %attr(755,root,root) %{_libdir}/%{name}/*/nd*.so @@ -107,6 +112,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2010/04/30 09:08:34 lisu +- up to 0.5.1 +- add missing dir +- lt_ptr.patch is now obsolete +- rename binary from netdude0.5 to netdude +- builds but does not work because of segfault + Revision 1.15 2010/04/21 17:04:42 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netdude/netdude.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
