Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6424 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
656de7ccd5

+ 5 - 2
a/adjtimex/adjtimex-vl.spec

@@ -1,12 +1,12 @@
 Summary: A utility for adjusting kernel time variables.
 Summary(ja): カーネル時刻変数を調整する為のユーティリティ
 Name: adjtimex
-Version: 1.27
+Version: 1.29
 Release: 1%{?_dist_release}
 Exclusiveos: Linux
 License: GPL
 Group: System Environment/Base
-Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz
+Source: http://ftp.debian.org/debian/pool/main/a/adjtimex/%{name}_%{version}.orig.tar.gz
 Patch1: adjtimex-1.13-glibc.patch 
 Patch2: adjtimex-1.21-optstring.patch 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -61,6 +61,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29-1
+- updated to 1.29
+
 * Wed Jul 01 2009 Shu KONNO <owa@bg.wakwak.com> 1.27-1
 - updated adjtimex to 1.27
 - dropt adjtimex-1.13-glibc.patch 

+ 5 - 2
a/ant/ant-vl.spec

@@ -4,7 +4,7 @@
 Name:           ant
 Summary:        Ant build tool for java
 Summary(ja):    Java 用ビルドツール
-Version:        1.8.1
+Version:        1.8.4
 Release:        1%{?_dist_release}
 
 License:        ASL 2.0
@@ -16,7 +16,7 @@ Source0:        http://www.apache.org/dist/ant/binaries/apache-ant-%{version}-bi
 Source1:        apache-ant-1.7.ant.conf
 
 BuildRequires:  jpackage-utils >= 1.7.5
-BuildRequires:  java-devel >= 1.5.0
+#BuildRequires:  java-devel >= 1.5.0
 #BuildRequires:  jaxp_transform_impl
 #if %without bootstrap
 #BuildRequires:  ant
@@ -214,6 +214,9 @@ rm -rf $RPM_BUILD_ROOT
 # -----------------------------------------------------------------------------
 
 %changelog
+* Sun Jun 16 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.4-1
+- updated to 1.8.4
+
 * Sat Aug 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-1
 - Initial build for Vine Linux
 - this release is based on binary distribution

+ 9 - 14
b/bookview/bookview-vl.spec

@@ -1,7 +1,7 @@
 Summary: BookView is a NDTP client.
 Summary(ja): BookView - NDTP クライアント
 Name: bookview
-Version: 3.2
+Version: 3.2.1
 Release: 1%{?_dist_release}
 Source: ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/%{name}-%{version}.tar.gz
 Source1: %{name}-redhat.tar.gz
@@ -12,8 +12,9 @@ Buildarch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: tcl >= 8.0.5_jp
 Requires: tk >= 8.0.5_jp
-BuildPrereq: tcl >= 8.4
-%define tkpath /usr/lib/tk8.0jp
+BuildRequires: tcl >= 8.4
+BuildRequires: tk >= 8.4
+%define tkpath %{_datadir}/tk8.4
 %define appsdir /etc/X11/applnk
 %define docpath %{_docdir}/%{name}-%{version}
 
@@ -34,15 +35,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %setup -q -a 1
 
-# correct documents
-for i in doc/bookview.texi doc-ja/bookview-ja.texi;do
-    mv $i $i.org
-    cat $i.org | sed \
-	-e 's:/usr/local/etc/bookview.conf:/etc/%{name}/bookview.conf:g' \
-	-e 's:/usr/local:%{_prefix}:g' \
-	> $i 
-done
-
 %build
 ./configure --prefix=%{_prefix}       \
     --sysconfdir=/etc/%{name}       \
@@ -83,16 +75,19 @@ fi
 
 %files
 %defattr(-,root,root)
-%doc [ACNR]* doc*/help*.txt
+%doc [ACNR]*
 %{_bindir}/*
 %dir /etc/%{name}
 %config(missingok) /etc/%{name}/*
-%{_infodir}/*
 %{_datadir}/bookview/*
 %{_datadir}/pixmaps/*.xpm
 %config(missingok) %{appsdir}/Applications/*.desktop
 
 %changelog
+* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
+- update to 3.2.1
+- add BuildRequires: tk
+
 * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 3.2-1vl5
 - applied new versioning policy, spec in utf-8
 

+ 15 - 18
c/ccid/ccid-vl.spec

@@ -1,10 +1,10 @@
 %define dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
-%define libusb_ver 0.1.7
-%define pcsc_lite_ver 1.3.3
+%define libusb1_ver 1.0.9
+%define pcsc_lite_ver 1.8.3
 
 Name:           ccid
-Version:        1.3.8
-Release: 1%{?_dist_release}
+Version:        1.4.7
+Release:	1%{?_dist_release}
 Summary:        Generic USB CCID smart card reader driver
 Summary(ja):        Generic USB CCID smart card reader driver
 
@@ -14,11 +14,11 @@ URL:            http://pcsclite.alioth.debian.org/ccid.html
 Source0:        http://alioth.debian.org/download.php/1563/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:  libusb-devel >= %{libusb_ver}
+BuildRequires:  libusb1-devel >= %{libusb1_ver}
 BuildRequires:  pcsc-lite-devel >= %{pcsc_lite_ver}
 Requires(post): initscripts
 Requires(postun): initscripts
-Requires:       libusb
+Requires:       libusb1
 Requires:       pcsc-lite
 Provides:       pcsc-ifd-handler
 # 390 does not have libusb or smartCards
@@ -37,18 +37,15 @@ done
 
 
 %build
-%configure --disable-dependency-tracking --disable-static --enable-twinserial --enable-udev
+%configure --disable-dependency-tracking --disable-static --enable-twinserial
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-#make install_ccidtwin -C src DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf ./GemPCTwin.reader.conf
-mv $RPM_BUILD_ROOT/usr/share/doc/ccid/README_Kobil_mIDentity_switch.txt ./
 %{__mkdir_p} $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d
-%{__install} -m 644 src/pcscd_ccid.rules $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/85-pcscd_ccid.rules
+%{__install} -m 644 src/92_pcscd_ccid.rules $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/92-pcscd_ccid.rules
 
 
 %clean
@@ -66,18 +63,18 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README GemPCTwin.reader.conf README_Kobil_mIDentity_switch.txt
+%doc AUTHORS ChangeLog COPYING NEWS README SCARDGETATTRIB.txt
 %{dropdir}/ifd-ccid.bundle/
 %{dropdir}/serial/
-%config %{_sysconfdir}/udev/rules.d/85-pcscd_ccid.rules
-%{_bindir}/RSA_SecurID_getpasswd
-%{_mandir}/man1/RSA_SecurID_getpasswd.1.gz
-%{_mandir}/man8/Kobil_mIDentity_switch.8.gz
-%{_sbindir}/Kobil_mIDentity_switch
-#%doc /doc/ccid/
+%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
+%config %{_sysconfdir}/udev/rules.d/92-pcscd_ccid.rules
 
 
 %changelog
+* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
+- new upstream release
+- change BuildRequires: libusb1-devel instead of libusb-devel
+
 * Mon Mar 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.8-1
 - initial build for Vine Linux
 

+ 5 - 1
c/coriander/coriander-vl.spec

@@ -2,7 +2,7 @@ Summary: The Gnome IEEE-1394 Digital Camera Controller
 Summary(ja): GNOME 用 IEEE1394 デジタルカメラコントローラ
 
 Name: coriander
-Version: 2.0.0
+Version: 2.0.1
 Release: 1%{?_dist_release}
 License: GPL
 
@@ -30,6 +30,7 @@ Coriander は IEEE1394 デジタルカメラを制御する GUI アプリケー
 %setup 
 
 %build
+NOCONFIGURE=1 ./autogen.sh 
 %configure
 make
 
@@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.1-1
+- updated to 2.0.1
+
 * Sat Jun 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.0-1vl5
 - updated to 2.0.0
 - changed BuildRequires: libdc1394-devel >= 2.0.0

+ 9 - 3
c/corosync/corosync-vl.spec

@@ -1,13 +1,12 @@
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
 Summary(ja): Corosyncクラスタエンジンおよびアプリケーションプログラミングインタフェース
-Version: 1.2.6
+Version: 1.4.3
 Release: 1%{?_dist_release}
 License: BSD
 Group: System Environment/Base
 URL: http://ftp.corosync.org
 Source0: ftp://ftp:downloads@ftp.corosync.org/downloads/%{name}-%{version}/%{name}-%{version}.tar.gz
-Patch0: revision-2770.patch
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -34,7 +33,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0
 
 %build
 %if %{buildtrunk}
@@ -88,6 +86,7 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc LICENSE SECURITY
+%{_bindir}/corosync-blackbox
 %{_sbindir}/corosync
 %{_sbindir}/corosync-keygen
 %{_sbindir}/corosync-objctl
@@ -96,11 +95,14 @@ fi
 %{_sbindir}/corosync-pload
 %{_sbindir}/corosync-cpgtool
 %{_sbindir}/corosync-quorumtool
+%{_sbindir}/corosync-notifyd
 %dir %{_sysconfdir}/corosync
 %dir %{_sysconfdir}/corosync/service.d
 %dir %{_sysconfdir}/corosync/uidgid.d
 %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
+%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
 %{_initrddir}/corosync
+%{_initrddir}/corosync-notifyd
 %dir %{_libexecdir}/lcrso
 %{_libexecdir}/lcrso/coroparse.lcrso
 %{_libexecdir}/lcrso/objdb.lcrso
@@ -125,6 +127,7 @@ fi
 %{_mandir}/man8/corosync-fplay.8*
 %{_mandir}/man8/corosync-pload.8*
 %{_mandir}/man8/corosync-quorumtool.8*
+%{_mandir}/man8/corosync-notifyd.8*
 %{_mandir}/man5/corosync.conf.5*
 
 %package -n corosynclib
@@ -232,6 +235,9 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/sam_overview.8*
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
+- new upstream release
+
 * Sat Jul 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-1
 - initial build for Vine Linux
 

+ 14 - 5
c/cproto/cproto-vl.spec

@@ -1,15 +1,20 @@
 Summary: Generates function prototypes and variable declarations from C code.
 Summary(ja): C コードから関数プロトタイプと変数宣言を生成するツール
 Name: cproto
-Version: 4.7c
-Release: 6%{?_dist_release}
+Version: 4.7j
+Release: 1%{?_dist_release}
 License: Public Domain
 Group: Development/Tools
-Source: ftp://invisible-island.net/cproto/cproto-4_7c.tgz
+Source: ftp://invisible-island.net/%{name}/%{name}-%{version}.tgz
 Patch1: cproto-4.6.1-patch
 Patch2: cproto-4.6-varargs.patch
 Patch3: cproto-4.6-bison.patch
+
 Prefix: %{_prefix}
+
+BuildRequires: bison
+BuildRequires: flex
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 
@@ -35,7 +40,7 @@ C でプログラムをする際には cproto をインストールして下さ
 
 
 %prep
-%setup -q -n cproto-4_7c
+%setup -q
 
 %build
 export CPP="/lib/cpp"
@@ -48,7 +53,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall mandir=$RPM_BUILD_ROOT/%{_mandir}/man1
+make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %clean
@@ -63,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7j-1
+- update to 4.7j
+- add BuildRequires: bison, flex
+
 * Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 4.7c-6vl5
 - applied new versioning policy, spec in utf-8
 

+ 8 - 1
c/cscope/cscope-vl.spec

@@ -1,13 +1,16 @@
 Summary: C source code tree search and browse tool
 Name: cscope
-Version: 15.7a
+Version: 15.8
 Release: 1%{?_dist_release}
 License: BSD
 Group: Development/Tools
 Source: cscope-%{version}.tar.bz2
 URL: http://cscope.sourceforge.net/
 Buildroot: %{_tmppath}/%{name}-%{version}-root
+
 BuildRequires: ncurses-devel
+BuildRequires: bison
+BuildRequires: flex
 
 %description
 cscope is a mature, ncurses based, C source code tree browsing tool. It
@@ -41,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/cscope.1*
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp>
+- new upstream release
+- add BuildRequires: bison, flex
+
 * Mon Aug 20 2001 Yoichi Imai <yoichi@silver-forest.com>
 - applied new versioning policy
 - s/Copyright/License/

+ 5 - 2
d/dbmail/dbmail-vl.spec

@@ -5,7 +5,7 @@
 %define         services dbmail-imapd dbmail-pop3d dbmail-lmtpd dbmail-timsieved
 
 Name:           dbmail
-Version:        2.2.15
+Version:        2.2.18
 Release:        1%{?_dist_release}
 Summary:        A database backend mail storage system
 Summary(ja):    メールストレージシステムのデータベースバックエンド
@@ -14,7 +14,7 @@ Group:          System Environment/Daemons
 # db_getopot.c is licensed MIT
 License:        GPLv2+ and MIT
 URL:            http://www.dbmail.org
-Source0:        http://www.dbmail.org/download/2.2/dbmail-%{version}.tar.bz2
+Source0:        http://www.dbmail.org/download/2.2/dbmail-%{version}.tar.gz
 Source1:        dbmail-imapd
 Source2:        dbmail-pop3d
 Source3:        dbmail-lmtpd
@@ -214,6 +214,9 @@ This is the postgresql libraries for dbmail.
 %{_libdir}/dbmail/libpgsql*
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.18-1
+- update to 2.2.18
+
 * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.15-1
 - new upstream release
 - add BuildRequires: zlib-devel

+ 7 - 2
d/dcraw/dcraw-vl.spec

@@ -1,7 +1,7 @@
 Summary: Tool for decoding raw image data from digital cameras
 Summary(ja): デジタルカメラの Raw イメージデータをデコードするツール
 Name: dcraw
-Version: 8.91
+Version: 9.12
 Release: 1%{?_dist_release}
 Group: Applications/Multimedia
 License: GPLv2+
@@ -10,6 +10,7 @@ Source0: http://cybercom.net/~dcoffin/dcraw/archive/dcraw-%{version}.tar.gz
 BuildRequires: gettext
 BuildRequires: libjpeg-devel
 BuildRequires: lcms-devel
+BuildRequires: jasper-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -20,7 +21,7 @@ downloaded from digital cameras.
 %setup -q -n dcraw
 
 %build
-gcc %optflags -lm -ljpeg -llcms -DLOCALEDIR=\""%{_datadir}/locale"\" -o dcraw dcraw.c
+gcc %optflags -lm -ljasper -ljpeg -llcms -DLOCALEDIR=\""%{_datadir}/locale"\" -o dcraw dcraw.c
 # build language catalogs
 for catsrc in dcraw_*.po; do
     lang="${catsrc%.po}"
@@ -63,6 +64,10 @@ rm -rf %buildroot
 %{_mandir}/*/man1/*
 
 %changelog
+* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.12-1
+- update to 9.12
+- add BuildRequires: jasper-devel
+
 * Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.91-1
 - initial build for Vine Linux
 

+ 8 - 8
d/dirmngr/dirmngr-vl.spec

@@ -3,8 +3,8 @@
 
 Name:	 dirmngr 
 Summary: Client for Managing/Downloading CRLs
-Version: 1.0.2
-Release: 2%{?_dist_release}
+Version: 1.1.0
+Release: 1%{?_dist_release}
 
 License: GPLv2+
 Group:	 System Environment/Libraries
@@ -17,9 +17,6 @@ Source10: dirmngr.conf
 Source11: ldapservers.conf
 Source12: dirmngr.logrotate
 
-## upstream patches
-Patch100: dirmngr-1.0.2-libgcrypt12.patch
-
 BuildRequires: gawk
 BuildRequires: gettext
 BuildRequires: libassuan-devel
@@ -44,8 +41,6 @@ the dirmngr-client tool.
 %prep
 %setup -q
 
-%patch100 -p1 -b .libgcrypt12
-
 pushd doc
 iconv -f iso-8859-1 -t utf-8 dirmngr.texi -o dirmngr.texi.NEW && mv dirmngr.texi.NEW dirmngr.texi
 iconv -f iso-8859-1 -t utf-8 dirmngr.info -o dirmngr.info.NEW && mv dirmngr.info.NEW dirmngr.info
@@ -53,7 +48,8 @@ popd
 
 
 %build
-
+sed -i "s|\"-lldap\"||" configure.ac
+autoreconf -if
 %configure \
   --disable-dependancy-tracking
 
@@ -123,6 +119,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jun 24 2012 Yoji TOYODA <bsymaato@sea.plala.or.jp> - 1.1.0-1
+- update to 1.1.0
+- remove Patch100
+
 * Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.2-2
 - rebuilt with openldap-2.4.11
 

+ 17 - 7
e/eiciel/eiciel-vl.spec

@@ -1,14 +1,16 @@
 Name: eiciel
-Version: 0.9.6.1
+Version: 0.9.8.1
 Summary: Eiciel - GNOME File ACL editor
 Source: http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
 Release: 1%{?_dist_release}
 Group: Applications/System
-License: LGPL
+License: LGPL2+
 URL: http://rofi.roger-ferrer.org/eiciel/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: gcc-c++ pkgconfig libacl-devel gtkmm2-devel libgnome-devel
-BuildPrereq: libgnomeui-devel
+BuildRequires: gcc-c++ pkgconfig libacl-devel gtkmm3-devel libgnome-devel
+BuildRequires: nautilus-devel
+
+Patch0:	eiciel-0.9.8.1-no-such-file.patch
 
 %description
 Eiciel allows you to visually edit file ACL entries. You can add
@@ -17,6 +19,7 @@ the graphical interface.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -27,8 +30,8 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %{_bindir}/*
-%{_libdir}/nautilus/extensions-2.0/*.so
+%{_libdir}/nautilus/extensions-3.0/*.so
 %{_datadir}/applications/*
 %{_datadir}/eiciel/img/*
 %{_datadir}/gnome/help/eiciel/C/*
@@ -48,5 +51,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.1-1
+- update to 0.9.8.1
+- add BuildRequires: nautilus-devel
+- change BuildRequires: gtkmm3-devel instead of gtkmm2-devel
+- remove BuildRequires: libgnomeui-devel
+- add Patch0 (eiciel-0.9.8.1-no-such-file.patch)
+
 * Wed Jun 18 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.6.1-1
 - initial release

+ 23 - 3
p/pcsc-lite/pcsc-lite-vl.spec

@@ -2,15 +2,15 @@ Summary:        PC/SC Lite smart card framework and applications
 Summary(ja):    PC/SC Lite スマートカードフレームワークおよびアプリケーション
 
 Name:           pcsc-lite
-Version:        1.8.1
-Release:        2%{?_dist_release}
+Version:        1.8.3
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Daemons
 License:        BSD
 URL:            http://pcsclite.alioth.debian.org/
 Source0:        http://alioth.debian.org/download.php/2106/%{name}-%{version}.tar.bz2
 Patch0:         %{name}-1.4-docinst.patch
-Patch1:         pcsc-lite-1.8.1-etc.patch
+Patch1:         pcsc-lite-1.8.3-etc.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -55,6 +55,16 @@ Provides:       libpcsc-lite-devel = %{version}-%{release}
 %description    devel
 PC/SC Lite development files.
 
+%package        spy
+Summary:        PC/SC API spy
+Summary(ja):        PC/SC API spy
+Group:          Development/Tools
+Requires:       %{name}-libs = %{version}-%{release}
+
+%description    spy
+The purpose of pcsc-spy is to spy all the calls between the PC/SC client
+and the PC/SC library.
+
 %package        doc
 Summary:        PC/SC Lite developer documentation
 Summary(ja):        PC/SC Lite developer documentation
@@ -142,12 +152,22 @@ fi
 %{_libdir}/libpcscspy.so
 %{_libdir}/pkgconfig/libpcsclite.pc
 
+%files spy
+%defattr(-,root,root,-)
+%{_bindir}/pcsc-spy
+%{_mandir}/man1/pcsc-spy.1.gz
+
 %files doc
 %defattr(-,root,root,-)
 %doc doc/api/ doc/example/pcsc_demo.c
 
 
 %changelog
+* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-1
+- new upstream release
+- add Patch1 (pcsc-lite-1.8.3-etc.patch)
+- create -spy sub package
+
 * Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
 - fix Patch1
 

+ 4 - 1
p/pcsc-tools/pcsc-tools-vl.spec

@@ -2,7 +2,7 @@ Summary:        Tools to be used with smart cards and PC/SC
 Summary(ja):    スマートカードおよびPC/SCを使うためのツール
 
 Name:           pcsc-tools
-Version:        1.4.18
+Version:        1.4.20
 Release:        1%{?_dist_release}
 
 Group:          Development/Tools
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.20-1
+- new upstream release
+
 * Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.18-1
 - new upstream release
 

+ 5 - 5
p/plib/plib-vl.spec

@@ -1,5 +1,5 @@
 %define name plib
-%define version 1.8.4
+%define version 1.8.5
 %define release 1%{?_dist_release}
 
 Summary: Set of portable libraries especially useful for games
@@ -9,9 +9,7 @@ Release: %{release}
 Source: http://plib.sourceforge.net/dist/%{name}-%{version}.tar.gz
 ### from OpenSuse
 Patch0: plib-1.8.4-type.diff
-Patch1: plib-1.8.4-joystick.diff
 Patch2: plib-1.8.4-shared.diff
-Patch3: plib-1.8.4-extraqual.diff
 ### 
 License: LGPL
 Group: System Environment/Libraries
@@ -46,9 +44,7 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %setup -q
 %patch0
-%patch1
 %patch2
-%patch3 -p1
 
 %build
 libtoolize --force
@@ -90,6 +86,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.5-1
+- update to 1.8.5
+- remove Patch1,3
+
 * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.8.4-1vl5
 - applied new versioning policy
 - removed *.la