Author: lisu Date: Tue Sep 15 10:59:52 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.5.0 - -bpf.patch, -g++4.patch obsoletes - add lt_ptr.patch and duplicate_files.patch - doesn't build with gettextize - new BR: libnetdude-devel - TODO
---- Files affected: packages/netdude: netdude.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/netdude/netdude.spec diff -u packages/netdude/netdude.spec:1.10 packages/netdude/netdude.spec:1.11 --- packages/netdude/netdude.spec:1.10 Wed Sep 9 21:21:21 2009 +++ packages/netdude/netdude.spec Tue Sep 15 12:59:47 2009 @@ -1,23 +1,29 @@ # $Revision$, $Date$ +# +# TODO: +# - remove version from paths +# - fix gettextize +# Summary: Network dump data displayer and editor Summary(pl.UTF-8): Wyświetlacz i edytor zrzutów sieciowych Name: netdude -Version: 0.3.3 -Release: 3 -License: GPL +Version: 0.5.0 +Release: 0.1 +License: Distributable Group: Networking/Utilities Source0: http://dl.sourceforge.net/netdude/%{name}-%{version}.tar.gz -# Source0-md5: d561feec5388469f3449bb4ba4d89bdf +# Source0-md5: af7c302c2aaeee28f4a38d800f2991a0 Patch0: %{name}-am.patch Patch1: %{name}-paths.patch -Patch2: %{name}-bpf.patch -Patch3: %{name}-g++4.patch +Patch2: %{name}-lt_ptr.patch +Patch3: %{name}-duplicate_files.patch URL: http://netdude.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: gettext-devel +#BuildRequires: gettext-devel BuildRequires: gtk+-devel BuildRequires: libltdl-devel +BuildRequires: libnetdude-devel BuildRequires: libpcap-devel BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -54,9 +60,9 @@ %patch3 -p1 %build -rm -f missing configure.in +rm -f missing rm -rf libltdl -%{__gettextize} +#%%{__gettextize} %{__libtoolize} %{__aclocal} %{__autoconf} @@ -75,23 +81,23 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*/*.a -%find_lang %{name} +#%%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +#%%files -f %{name}.lang +%files %defattr(644,root,root,755) -%doc ChangeLog README ROADMAP TODO AUTHORS -%attr(755,root,root) %{_bindir}/* +%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}/*/*.so -%{_libdir}/%{name}/*/*.la +%dir %{_libdir}/%{name}/0.5 +%dir %{_libdir}/%{name}/0.5/plugins +%dir %{_libdir}/%{name}/0.5/protocols +%attr(755,root,root) %{_libdir}/%{name}/*/*/*.so +%{_libdir}/%{name}/*/*/*.la %{_mandir}/man*/* -%{_gtkdocdir}/* %files devel %defattr(644,root,root,755) @@ -103,6 +109,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2009/09/15 10:59:47 lisu +- up to 0.5.0 +- -bpf.patch, -g++4.patch obsoletes +- add lt_ptr.patch and duplicate_files.patch +- doesn't build with gettextize +- new BR: libnetdude-devel +- TODO + Revision 1.10 2009/09/09 19:21:21 lisu - thanks for last change :) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netdude/netdude.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
