Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6401 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 11 years ago
parent
commit
5773db6b3c

+ 4 - 1
c/clutter/clutter-vl.spec

@@ -1,4 +1,4 @@
-%define         clutter_version 1.10.6
+%define         clutter_version 1.10.8
 %define         clutter_release 1%{?_dist_release}
 
 Name:           clutter
@@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.8-1
+- new upstream release
+
 * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.6-1
 - new upstream release
 

+ 4 - 1
e/evolution-data-server/evolution-data-server-vl.spec

@@ -29,7 +29,7 @@
 Summary: Backend data server for evolution
 Summary(ja): Evolution バックエンドデータサーバ
 Name: evolution-data-server
-Version: 3.4.2
+Version: 3.4.3
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -330,6 +330,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
+- new upstream release
+
 * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
 - new upstream release
 

+ 12 - 76
e/evolution/evolution-vl.spec

@@ -6,9 +6,7 @@
 %define gnome_pilot_version 2.0.13
 %define libxml2_version 2.7.6
 %define gtkhtml_version 4.0.0
-%define intltool_version 0.35.5
 %define last_libgal2_version 2:2.5.3-2
-%define orbit2_version 2.14.0
 %define pilot_link_version 2:0.12.1
 %define scrollkeeper_version 0.1.4
 %define soup_version 2.32.0
@@ -19,13 +17,11 @@
 
 %define evo_major 3.4
 
-%define inline_audio_support 0
 %define ldap_support 1
 %define libnotify_support 1
 %define krb5_support 1
 
 %define nm_support 1
-%define build_conduits 0
 %define use_mozilla_nss 1
 
 # Use stricter build settings than required by upstream.
@@ -36,7 +32,7 @@
 ### Abstract ###
 
 Name: evolution
-Version: 3.4.2
+Version: 3.4.3
 Release: 1%{?_dist_release}
 License: GPLv2 and GFDL+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -66,11 +62,9 @@ Requires(post): GConf2
 Requires(post): scrollkeeper >= %{scrollkeeper_version}
 Requires(postun): scrollkeeper >= %{scrollkeeper_version}
 
-Requires: ORBit2 >= %{orbit2_version}
 Requires: dbus >= %{dbus_version}
 Requires: evolution-data-server >= %{eds_version}
 Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
-Requires: gnome-vfs2 >= %{gnomevfs2_version}
 Requires: gnutls
 Requires: gtk3 >= 3.0.0
 Requires: libsoup >= %{soup_version}
@@ -85,40 +79,32 @@ Obsoletes: libgal2 <= %{last_libgal2_version}
 ### Build Dependencies ###
 
 BuildRequires: GConf2-devel
-BuildRequires: ORBit2-devel >= %{orbit2_version}
 BuildRequires: atk-devel
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1.9
-BuildRequires: bison
-## BuildRequires: byacc
 BuildRequires: dbus-devel >= %{dbus_version}
 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
 BuildRequires: desktop-file-utils
 BuildRequires: evolution-data-server-devel >= %{eds_version}
-## BuildRequires: flex
-BuildRequires: gettext
+BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
 BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
 BuildRequires: gnome-vfs2-devel >= %{gnomevfs2_version}
 BuildRequires: gnutls-devel
-BuildRequires: gtk-doc
+BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: gtkhtml4-devel >= %{gtkhtml_version}
-BuildRequires: intltool >= %{intltool_version}
-BuildRequires: libgnomecanvas-devel >= 2.0
-BuildRequires: libgnomeui-devel >= 2.0
 BuildRequires: libsoup-devel >= %{soup_version}
 BuildRequires: libtool >= 1.5
 BuildRequires: libxml2-devel >= %{libxml2_version}
-BuildRequires: pkgconfig
 BuildRequires: unique3-devel >= %{unique_version}
 BuildRequires: libcanberra-gtk3-devel
 BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
 BuildRequires: gstreamer-devel >= %{gstreamer_version}
 BuildRequires: gtkimageview-devel
 BuildRequires: libSM-devel
-BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
 BuildRequires: libgdata-devel >= %{libgdata_version}
 BuildRequires: gnome-online-accounts-devel
-BuildRequires: rarian-compat
+
+BuildRequires: bison
+BuildRequires: gettext
+BuildRequires: gtk-doc
 
 %if %{use_mozilla_nss}
 BuildRequires: nspr-devel
@@ -127,19 +113,10 @@ BuildRequires: nss-devel
 BuildRequires: openssl-devel
 %endif
 
-%if %{inline_audio_support}
-# audio-inline plugin requires gstreamer to build:
-BuildRequires: gstreamer08-devel
-%endif
-
 %if %{ldap_support} 
 BuildRequires: openldap-devel >= 2.0.11 
 %endif
 
-%if %{build_conduits} 
-BuildRequires: gnome-pilot-devel >= %{gnome_pilot_version}
-%endif
-
 %if %{krb5_support} 
 BuildRequires: krb5-devel 
 # tweak for krb5 1.2 vs 1.3
@@ -196,18 +173,6 @@ This package contains user documentation for %{name}.
 %description help -l ja
 %{name} のユーザ用ドキュメントです.  
 
-%if %{build_conduits}
-%package conduits
-Group: Applictions/Communications
-Summary: gnome-pilot conduits for %{name}
-Requires: %{name} = %{version}-%{release}
-Requires: gnome-pilot >= %{gnome_pilot_version}
-
-%description conduits
-This package contains conduits for synchronizing PalmPilot<tm> or other
-PalmOS<tm> devices with %{name}.
-%endif
-
 %package bogofilter
 Summary: Bogofilter plugin for Evolution
 Summary(ja): Evolution 用 Bogofilter プラグイン
@@ -259,12 +224,6 @@ done
 %define ldap_flags --without-openldap
 %endif
 
-%if %{build_conduits}
-%define pilot_flags --enable-pilot-conduits=yes
-%else
-%define pilot_flags --enable-pilot-conduits=no
-%endif
-
 %if %{krb5_support}
 %define krb5_flags --with-krb5=%{krb5dir}
 %else
@@ -323,7 +282,7 @@ sed -i -e "s:-DGTK_DISABLE_DEPRECATED::" configure
   --enable-gtk-doc \
   --with-sub-version=" (%{version}-%{release})" \
   --with-kde-applnk-path=no \
-  %ldap_flags %pilot_flags %krb5_flags %ssl_flags \
+  %ldap_flags %krb5_flags %ssl_flags \
   --disable-pst-import \
   --disable-image-inline \
   --enable-plugins=all
@@ -345,16 +304,6 @@ find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.la' -exec rm {} \;
 # remove statically built libraries:
 find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \;
 
-# pilot conduits static and libtool bits should go away too
-rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.a
-rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.la
-
-# remove additional things we don't want
-%if ! %{inline_audio_support}
-%{__rm} -f $RPM_BUILD_ROOT%{evo_plugin_dir}/org-gnome-audio-inline.eplug \
-           $RPM_BUILD_ROOT%{evo_plugin_dir}/liborg-gnome-audio-inline.so
-%endif
-
 # scrollkeeper gets handled in %post
 rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
 
@@ -548,10 +497,8 @@ rm -rf $RPM_BUILD_ROOT
 %{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug
 %{evo_plugin_dir}/liborg-gnome-evolution-attachment-reminder.so
 
-%if %{inline_audio_support}
 %{evo_plugin_dir}/org-gnome-audio-inline.eplug
 %{evo_plugin_dir}/liborg-gnome-audio-inline.so
-%endif
 
 %{evo_plugin_dir}/org-gnome-backup-restore.eplug
 %{evo_plugin_dir}/liborg-gnome-backup-restore.so
@@ -652,21 +599,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root)
 #%dir %{_datadir}/omf/evolution
 
-%if %{build_conduits}
-%files conduits
-%defattr(-, root, root)
-%dir %{_libdir}/evolution/%{evo_major}/conduits
-%{_libdir}/evolution/%{evo_major}/conduits/libeaddress_conduit.so
-%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_common_conduit.so
-%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_conduit.so
-%{_libdir}/evolution/%{evo_major}/conduits/libememo_conduit.so
-%{_libdir}/evolution/%{evo_major}/conduits/libetodo_conduit.so
-%{_libdir}/gnome-pilot/conduits/e-address.conduit
-%{_libdir}/gnome-pilot/conduits/e-calendar.conduit
-%{_libdir}/gnome-pilot/conduits/e-memo.conduit
-%{_libdir}/gnome-pilot/conduits/e-todo.conduit
-%endif
-
 %files bogofilter
 %defattr(-, root, root)
 %{_libdir}/evolution/%{evo_major}/modules/libevolution-module-bogofilter.so
@@ -680,6 +612,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
 
 %changelog
+* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
+- new upstream release
+- add BuildRequires: gsettings-desktop-schemas-devel
+
 * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
 - new upstream release
 

+ 4 - 1
g/gmime/gmime-vl.spec

@@ -1,7 +1,7 @@
 Summary:        Library for creating and parsing MIME messages
 Summary(ja):	MIMEメッセージを生成またパースするためのライブラリ
 Name:           gmime
-Version:        2.6.9
+Version:        2.6.10
 Release:        1%{?_dist_release}
 Group:          System Environment/Libraries
 License:        GPL
@@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-1
+- new upstream release
+
 * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.9-1
 - new upstream release
 

+ 51 - 22
g/gnome-bluetooth/gnome-bluetooth-vl.spec

@@ -1,25 +1,22 @@
 Summary: GNOME Bluetooth Subsystem
 Summary(ja): GNOME Bluetooth サブシステム
 Name: gnome-bluetooth
-Version: 3.4.0
+Version: 3.4.1
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://live.gnome.org/GnomeBluetooth
 Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-bluetooth/3.4/%{name}-%{version}.tar.xz
 Source1: 61-gnome-bluetooth-rfkill.rules
-#----------------------------------------------------------------------------
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-#----------------------------------------------------------------------------
-#BuildRequires: autoconf >= 2.57
 BuildRequires: bluez-libs-devel >= 2.8
-#BuildRequires: bluez-utils
 BuildRequires: libbonobo-devel >= 2.32.0
 BuildRequires: libbonoboui-devel >= 2.24.4
-BuildRequires: hal-devel
 BuildRequires: unique3-devel
 BuildRequires: libnotify-devel
+BuildRequires: nautilus-sendto-devel
 BuildRequires: gnome-doc-utils
 BuildRequires: intltool, automake, libtool, gettext
 
@@ -36,7 +33,7 @@ Vendor: Project Vine
 Distribution: Vine Linux
 Packager: Takemikaduchi
 
-#----------------------------------------------------------------------------
+
 %description
 This package contains a library with widgets for Bluetooth applications.
 
@@ -44,7 +41,7 @@ This package contains a library with widgets for Bluetooth applications.
 このパッケージには、 Bluetooth アプリケーションのためのウィジェットと
 ライブラリが含まれます。
 
-#----------------------------------------------------------------------------
+
 %package libs
 Summary: Libraries for applications, which use gnome-bluetooth
 Summary(ja):Gnome-bluetooth を使用するアプリケーション用ライブラリ
@@ -58,17 +55,15 @@ which use gnome-bluetooth.
 このパッケージには Gnome-bluetoothを使用するアプリケーション用の
 ライブラリが含まれています。
 
-#----------------------------------------------------------------------------
+
 %package devel
 Summary: Files for the development of applications, which use gnome-bluetooth
 Summary(ja): Gnome-bluetoothを使用するアプリケーション開発用ファイル
 Group:		Development/Libraries
 License:	LGPLv2+
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	gtk-doc pkgconfig
-Requires:	glib2-devel
-Requires:	libbtctl-devel
-
+Requires:	pkgconfig
+Requires:	gtk3-devel
 
 %description devel
 This package contains the files for the development of applications,
@@ -78,22 +73,35 @@ which will use gnome-bluetooth.
 このパッケージにはGnome-bluetoothを使用するアプリケーションを
 開発するためのヘッダーファイルなどが含まれています(develパッケージ)
 
-#----------------------------------------------------------------------------
+
+%package -n	nautilus-sendto-gnome-bluetooth
+Summary:	Nautilus-sendto plugin for gnome-bluetooth
+Summary(ja):	gnome-bluetooth 用 nautilus-sendto プラグイン
+Group:		User Interface/Desktop
+License:	LGPLv2+
+Requires:	%{name}-libs = %{version}-%{release}
+Requires:	nautilus-sendto
+
+%description -n nautilus-sendto-gnome-bluetooth
+This package contains nautilus-sendto plugin for the gnome-bluetooth.
+
+%description -n nautilus-sendto-gnome-bluetooth -l ja
+このパッケージには gnome-bluetooth 用の nautilus-sendto プラグインが含まれています。
+
 
 %prep
 %setup -q -n gnome-bluetooth-%{version}
 
-## %patch1 -p1 -b .dfix
 
 %build
 %configure \
 	--disable-desktop-update \
 	--disable-icon-update \
-	--disable-nautilus-sendto \
+	--enable-nautilus-sendto \
 	--enable-introspection=yes
 make %{?_smp_mflags}
 
-#----------------------------------------------------------------------------
+
 %install
 rm -rf $RPM_BUILD_ROOT
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
@@ -107,9 +115,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/control-center-1/panels/*.la
 
 install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
 
-# Remove the gnome-obex-server
-# rm -rf $RPM_BUILD_ROOT%{_bindir}/ $RPM_BUILD_ROOT%{_datadir}/applications/ $RPM_BUILD_ROOT%{_sysconfdir}/
-
 %find_lang gnome-bluetooth2
 %find_lang %{name} --with-gnome
 cat %{name}.lang >> gnome-bluetooth2.lang
@@ -130,9 +135,13 @@ for f in $helpdir/C/figures/*.png; do
   done
 done
 
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post
 update-desktop-database -q
 
@@ -143,6 +152,7 @@ if [ $1 -eq 0 ] ; then
 	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
+
 %post libs
 /sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -156,8 +166,16 @@ if [ $1 -eq 0 ] ; then
 	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
 	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
+o
+%postun -n nautilus-sendto-gnome-bluetooth
+if [ $1 -eq 0 ]; then
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+fi
+
+%posttrans -n nautilus-sendto-gnome-bluetooth
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+
 
-#----------------------------------------------------------------------------
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc README NEWS COPYING
@@ -186,8 +204,19 @@ fi
 %{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
 %{_datadir}/gtk-doc/html/gnome-bluetooth/
 
-#----------------------------------------------------------------------------
+%files -n nautilus-sendto-gnome-bluetooth
+%defattr(-,root,root,-)
+%{_libdir}/nautilus-sendto/plugins/libnstbluetooth.so
+%{_datadir}/GConf/gsettings/gnome-bluetooth-nst
+%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.nst.gschema.xml
+
+
 %changelog
+* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
+- new upstream release
+- add BuildRequires: nautilus-sendto-devel
+- create nautilus-sendto-gnome-bluetooth package
+
 * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
 - new upstream release
 - remove BuildRequires: GConf2-devel

+ 4 - 1
g/gtkhtml4/gtkhtml4-vl.spec

@@ -3,7 +3,7 @@
 Summary: gtkhtml version 4 library
 Summary(ja): gtkhtml バージョン4 ライブラリ
 Name: gtkhtml4
-Version: 4.4.2
+Version: 4.4.3
 Release: 1%{?_dist_release}
 License: LGPL/GPL
 Group: System Environment/Libraries
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.3-1
+- new upstream release
+
 * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.2-1
 - new upstream release
 

+ 5 - 2
lib/libp/libpcap/libpcap-vl.spec

@@ -1,8 +1,8 @@
 Name: libpcap
 Summary: A system-independent interface for user-level packet capture.
 Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
-Version: 1.2.1
-Release: 2%{?_dist_release}
+Version: 1.3.0
+Release: 1%{?_dist_release}
 Epoch: 1
 
 Group: System Environment/Libraries
@@ -105,6 +105,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/*
 
 %changelog
+* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:1.3.0-1
+- new upstream release
+
 * Sat Apr 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1:1.2.1-2
 - re-merge 1.1.1-3
 

+ 4 - 1
m/moserial/moserial-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_version 3.0.5
+%define pkg_version 3.0.7
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Gtk-based serial terminal
@@ -85,6 +85,9 @@ fi
 
 
 %changelog
+* Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.7-1
+- new upstream release
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
 - new upstream release
 

+ 6 - 3
t/tcpdump/tcpdump-vl.spec

@@ -1,5 +1,5 @@
-%define	tcpdump_ver	4.1.1
-%define	libpcap_ver	1.1.1
+%define	tcpdump_ver	4.3.0
+%define	libpcap_ver	1.3.0
 
 Summary: A network traffic monitoring tool.
 Summary(ja): ネットワークのトラフィックをモニタするツール
@@ -7,7 +7,7 @@ Name: tcpdump
 Version: %{tcpdump_ver}
 %define	tcpdump_dir	tcpdump-%{tcpdump_ver}
 %define tcpslice_dir	tcpslice
-Release: 4%{?_dist_release}
+Release: 1%{?_dist_release}
 Epoch: 1
 
 Group: Applications/System
@@ -137,6 +137,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1:4.3.0-1
+- new upstream release
+
 * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:4.1.1-4
 - rebuild
 

+ 28 - 4
w/wireshark/wireshark-vl.spec

@@ -3,7 +3,7 @@
 Summary: 	Network traffic analyzer
 Summary(ja):    ネットワークトラフィック解析プログラム
 Name: 		wireshark
-Version:	1.6.7
+Version:	1.8.0
 Release: 	1%{_dist_release}
 License: 	GPLv2
 Group: 		Applications/System
@@ -165,7 +165,6 @@ update-desktop-database -q
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README* 
 %{_sbindir}/editcap
-#%{_sbindir}/idl2wrs
 %{_sbindir}/tshark
 %{_sbindir}/mergecap
 %{_sbindir}/text2pcap
@@ -179,7 +178,6 @@ update-desktop-database -q
 %{_libdir}/lib*
 %{_mandir}/man1/editcap.*
 %{_mandir}/man1/tshark.*
-%{_mandir}/man1/idl2wrs.*
 %{_mandir}/man1/mergecap.*
 %{_mandir}/man1/text2pcap.*
 %{_mandir}/man1/capinfos.*
@@ -188,7 +186,27 @@ update-desktop-database -q
 %{_libdir}/wireshark
 %config(noreplace) %{_sysconfdir}/pam.d/wireshark
 %config(noreplace) %{_sysconfdir}/security/console.apps/wireshark
-%{_datadir}/wireshark
+
+%config(noreplace) %{_datadir}/%{name}/init.lua
+%{_datadir}/%{name}/AUTHORS-SHORT
+%{_datadir}/%{name}/COPYING
+%{_datadir}/%{name}/*.html
+%{_datadir}/%{name}/*.css
+%{_datadir}/%{name}/cfilters
+%{_datadir}/%{name}/colorfilters
+%{_datadir}/%{name}/console.lua
+%{_datadir}/%{name}/dfilters
+%{_datadir}/%{name}/diameter
+%{_datadir}/%{name}/dtd_gen.lua
+%{_datadir}/%{name}/dtds
+%{_datadir}/%{name}/help
+%{_datadir}/%{name}/manuf
+%{_datadir}/%{name}/pdml2html.xsl
+%{_datadir}/%{name}/radius
+%{_datadir}/%{name}/services
+%{_datadir}/%{name}/smi_modules
+%{_datadir}/%{name}/tpncp
+%{_datadir}/%{name}/wimaxasncp
 
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/wireshark.png
@@ -201,6 +219,12 @@ update-desktop-database -q
 
 
 %changelog
+* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
+- new upstream release
+
+* Wed May 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.8-1
+- new upstream release
+
 * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.7-1
 - new upstream release