Browse Source

alsa, mc: new upstream release
others: rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8851 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 9 years ago
parent
commit
c2c4948e4b

+ 12 - 15
a/alsa-firmware/alsa-firmware-vl.spec

@@ -5,22 +5,17 @@
 Summary:        Firmware for several ALSA-supported sound cards
 Summary(ja):    ALSA がサポートするサウンドカード用のファームウェア
 Name:           alsa-firmware
-Version:        1.0.25
+Version:        1.0.28
 Release:        1%{?_dist_release}
 # See later in the spec for a breakdown of licensing
 License:        GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
 Group:          Applications/Multimedia
 URL:            http://www.alsa-project.org/
-# This source removes the emi_26_62 firmware which is under a questionable
-# license. See bug #217259.
-# To generate the "pruned" tarball, extract the original source, remove
-# the emi_26_62 directory and create a new tarball with a "-pruned" suffix.
-# Original source: ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        alsa-firmware.README
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       alsa-tools-firmware >= %{version}
-Requires:       udev
+Requires:       eudev
 BuildRequires:  automake
 BuildRequires:  autoconf
 
@@ -47,9 +42,6 @@ the alsa-tools-firmware package.
 
 
 %build
-# emi_26_62 is not in the pruned tarball 
-sed -i s#'emi_26_62/Makefile \\'## configure.in
-sed -i s#emi_26_62## Makefile.am
 
 # Leaving this directory in place ends up with the following crazy, broken
 # symlinks in the output RPM, with no sign of the actual firmware (*.bin) files
@@ -62,12 +54,13 @@ sed -i s#emi_26_62## Makefile.am
 # pndspini.bin -> /etc/sound/pndspini.bin
 #
 # Probably an upstream package bug.
-sed -i s#'multisound/Makefile \\'## configure.in
+sed -i s#'multisound/Makefile \\'## configure.ac
 sed -i s#multisound## Makefile.am
 
-%__aclocal
-%__automake
-%__autoconf
+#%__aclocal
+#%__automake
+#%__autoconf
+autoreconf -if
 %configure --disable-loader
 make %{?_smp_mflags}
 
@@ -213,6 +206,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.28-1
+- new upstream release
+- change Requires: eudev instead of udev
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.25-1
 - new upstream release
 
@@ -251,7 +248,7 @@ rm -rf $RPM_BUILD_ROOT
 - Update to 1.0.12
 - Add udev dep
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.4-0.fdr.1

+ 9 - 6
a/alsa-lib/alsa-lib-vl.spec

@@ -2,7 +2,7 @@
 Summary: Advanced Linux Sound Architecture (ALSA) Library
 Summary(ja): Advanced Linux Sound Architecture (ALSA) ライブラリ
 Name: alsa-lib
-Version: 1.0.27.2
+Version: 1.0.28
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -240,6 +240,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.28-1
+- new upstream release
+
 * Fri Jul 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.27.2-1
 - new upstream release
 
@@ -330,7 +333,7 @@ rm -rf %{buildroot}
 * Mon Apr 26 2004 Masaki Shinomiya <shino@pos.to> 1.0.4-0vl1
 - new upstream release
 
-* Sat Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl2
+* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl2
 - rebuild for VineSeed
 
 * Thu Feb 12 2004 Masaki Shinomiya <shino@pos.to> 1.0.2-0vl1
@@ -356,12 +359,12 @@ rm -rf %{buildroot}
 - import to Vine 0.5.8-0vl1 from 0.5.8-0k1
 - BuildRequires: alsa-driver >= 0.5.5
 
-* Tue Jun  5 2000 AYUHANA Tomonori <l@kondara.org>
+* Mon Jun  5 2000 AYUHANA Tomonori <l@kondara.org>
 - Version up 0.5.7 -> 0.5.8
 - add -q at %setup
 - use %%configure
 
-* Thu Apr  9 2000 Toru Hoshina <t@kondara.org>
+* Sun Apr  9 2000 Toru Hoshina <t@kondara.org>
 - Version up 0.5.6 -> 0.5.7
 
 * Wed Mar 15 2000 Daiki Matsuda <dyky@kondara.org>
@@ -371,12 +374,12 @@ rm -rf %{buildroot}
 * Thu Mar  2 2000 Toru Hoshina <t@kondara.org>
 - Version up 0.5.4 -> 0.5.5
 
-* Sun Feb 28 2000 Toru Hoshina <t@kondara.org>
+* Mon Feb 28 2000 Toru Hoshina <t@kondara.org>
 - Version up 0.4.1e -> 0.5.4
 
 * Mon Nov 8 1999 Toru Hoshina <t@kondara.org>
 - be a NoSrc :-P
 
-* Mon May 28 1998 Helge Jensen <slog@slog.dk>
+* Thu May 28 1998 Helge Jensen <slog@slog.dk>
 
 - Made SPEC file

+ 4 - 1
a/alsa-oss/alsa-oss-vl.spec

@@ -1,6 +1,6 @@
 Summary:	Advanced Linux Sound Architecture (ALSA) wrapper for OSS
 Name:		alsa-oss
-Version:	1.0.25
+Version:	1.0.28
 Release:	1%{?_dist_release}
 License:	GPLv2+
 Group:		Applications/Multimedia
@@ -79,6 +79,9 @@ autoreconf -f -i
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.28-1
+- new upstream release
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.25-1
 - new upstream release
 

+ 6 - 1
a/alsa-plugins/alsa-plugins-vl.spec

@@ -1,5 +1,5 @@
 Name:           alsa-plugins
-Version:        1.0.27
+Version:        1.0.28
 Release:        1%{?_dist_release}
 Summary:        The Advanced Linux Sound Architecture (ALSA) Plugins
 # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
@@ -19,6 +19,7 @@ Source9:        98-maemo.conf
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  alsa-lib-devel >= %{version}
+BuildRequires:  libuuid-devel
 
 %description
 The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
@@ -266,6 +267,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.28-1
+- new upstream release
+- add BuildRequires (libuuid-devel)
+
 * Fri Jul 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.27-1
 - new upstream release
 - rebuild with pulseaudio-4.0

+ 8 - 4
a/alsa-tools/alsa-tools-vl.spec

@@ -22,7 +22,7 @@
 
 Summary:        Specialist tools for ALSA
 Name:           alsa-tools
-Version:        1.0.26.1
+Version:        1.0.28
 Release:        1%{?_dist_release}
 
 # Checked at least one source file from all the sub-projects contained in
@@ -72,7 +72,7 @@ certain sound cards.
 %package firmware
 Summary:        ALSA tools for uploading firmware to some soundcards
 Group:          Applications/System
-Requires:       udev
+Requires:       eudev
 Requires:       alsa-firmware
 Requires:       fxload
 
@@ -218,6 +218,10 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
 %endif
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.28-1
+- new upstream release
+- change Requires: eudev instead of udev
+
 * Sat Oct 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.26.1-1
 - new upstream release
 - add BuildRequires: gtk3-devel
@@ -312,7 +316,7 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
 * Wed Apr 06 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8-1
 - Update to 1.0.8
 
-* Sun Mar 29 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.6-2
+* Tue Mar 29 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.6-2
 - Add "--without tools" and "--with firmware" options
 - Drop unneeded BR: automake
 
@@ -338,7 +342,7 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
 - Split package in alsa-tools and alsa-tools-firmware
 - Integrate more docs
 
-* Fri Dec 06 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
+* Sat Dec 06 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
 - Update to 1.0.0rc2
 - some minor corrections in style
 

+ 7 - 4
a/alsa-utils/alsa-utils-vl.spec

@@ -1,9 +1,9 @@
-%define alsa_version 1.0.25
+%define alsa_version 1.0.27
 
 Summary: Advanced Linux Sound Architecture (ALSA) Utils
 Summary(ja): Advanced Linux Sound Architecture (ALSA) ユーティリティ集
 Name: alsa-utils
-Version: 1.0.27.2
+Version: 1.0.28
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Multimedia
@@ -113,6 +113,9 @@ exit 0
 %ghost /etc/asound.state
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.28-1
+- new upstream release
+
 * Fri Jul 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.27.2-1
 - new upstream release
 
@@ -226,7 +229,7 @@ exit 0
 - add -q at %setup
 - use %%configure
 
-* Thu Apr  9 2000 Toru Hoshina <t@kondara.org>
+* Sun Apr  9 2000 Toru Hoshina <t@kondara.org>
 - Version up 0.5.6 -> 0.5.7
 
 * Wed Mar 15 2000 Daiki Matsuda <dyky@kondara.org>
@@ -244,5 +247,5 @@ exit 0
 * Mon Nov 8 1999 Toru Hoshina <t@kondara.org>
 - be a NoSrc :-P
 
-* Mon May 28 1998 Helge Jensen <slog@slog.dk>
+* Thu May 28 1998 Helge Jensen <slog@slog.dk>
 - Made SPEC file

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

@@ -2,7 +2,7 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy.
 Summary(ja): /etc/rc.d の階層をメンテナンスするためのシステムツール
 Name: chkconfig
 Version: 1.3.61
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: System Environment/Base
 Source: %{name}-%{version}.tar.bz2
@@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.61-2
+- rebuild with VineSeed environment
+
 * Wed Nov 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.61-1
 - update to 1.3.61
 - create compat symlinks in %%{_sbindir}

+ 13 - 3
c/cyrus-sasl/cyrus-sasl-vl.spec

@@ -5,7 +5,7 @@
 Summary: The Cyrus SASL library.
 Name: cyrus-sasl
 Version: 2.1.26
-Release: 2%{_dist_release}
+Release: 3%{_dist_release}
 License: BSD with advertising
 Group: System Environment/Libraries
 Source0: ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-%{version}.tar.gz
@@ -31,8 +31,13 @@ Patch200: cyrus-sasl-2.1.26-CVE-2013-4122.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf, automake, libtool
 # Note: berkeley db for sasl2, gdbm for sasl1.
-BuildRequires: db4-devel, openssl-devel, pam-devel
-BuildRequires: MySQL-devel, postgresql-devel, openldap-devel, zlib-devel
+BuildRequires: db4-devel
+BuildRequires: openssl-devel
+BuildRequires: pam-devel
+BuildRequires: libmysqlclient-devel
+BuildRequires: libpq-devel
+BuildRequires: openldap-devel
+BuildRequires: zlib-devel
 BuildRequires: pkgconfig
 BuildRequires: krb5-devel
 BuildRequires: groff
@@ -485,6 +490,11 @@ fi
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.26-3
+- rebuild with VineSeed environment
+- change BuildRequires: libmysqlclient-devel instead of MySQL-devel
+- change BuildRequires: libpq-devel instead of postgresql-devel
+
 * Sat Feb 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.26-2
 - add Patch46 (cyrus-sasl-2.1.26-size_t.patch) from fedora
 

+ 4 - 1
f/file/file-vl.spec

@@ -6,7 +6,7 @@ Summary: A utility for determining file types.
 Summary(ja): ファイルの種類を判別するユーティリティー
 Name: file
 Version: 5.14
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Group: Applications/System
 Obsoletes: file-static
@@ -192,6 +192,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14-2
+- rebuild with VineSeed environment
+
 * Sun Sep 22 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.14-1
 - new upstream reelase 
 - add patch100 to fix build error

+ 7 - 1
f/findutils/findutils-vl.spec

@@ -2,11 +2,12 @@ Summary: The GNU versions of find utilities (find and xargs).
 Summary(ja):  find ユーティリティの GNU バージョン (find および xargs).
 Name: findutils
 Version: 4.5.10
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: System Environment/Base
 Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
 Source1: updatedb.cron
+Patch0: findutils-4.5.10-gets.patch
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -26,6 +27,7 @@ useful for finding things on your system.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -77,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/find-maint.info*
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.10-2
+- rebuild with VineSeed environment
+- add Patch0 (findutils-4.5.10-gets.patch)
+
 * Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.5.10-1
 - new upstream reelase
 

+ 6 - 8
g/gpm/gpm-vl.spec

@@ -5,7 +5,7 @@ Summary(ja):	Linux コンソール用マウスサーバ
 
 Name:		gpm
 Version:	1.20.6
-Release:        2%{?_dist_release}
+Release:	3%{?_dist_release}
 License:	GPL
 Group:		System Environment/Daemons
 
@@ -24,11 +24,8 @@ Patch100:	gpm-1.20.1-kterm.patch
 Patch101:	gpm-1.20.1-miscterm.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: sed gawk texinfo bison ncurses-devel
-%if %{build_compat32}
-BuildRequires: compat32-ncurses-devel
-%endif
-Prereq: chkconfig install-info
+BuildRequires: sed gawk texinfo bison ncurses-devel
+Requires(pre): chkconfig install-info
 Requires: bash >= 2.0
 Requires: gpm-libs = %{version}
 
@@ -225,7 +222,6 @@ fi
 
 %postun -n compat32-%{name}-libs -p /sbin/ldconfig
 
-%if ! %{build_compat32}
 %files
 %defattr(-,root,root)
 %ifnarch s390 s390x
@@ -250,7 +246,6 @@ fi
 %files static
 %defattr(-,root,root)
 %{_libdir}/libgpm.a
-%endif
 
 %if %{build_compat32}
 %files -n compat32-%{name}-libs
@@ -263,6 +258,9 @@ fi
 %endif
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.20.6-3
+- rebuild with VineSeed environment
+
 * Fri May 29 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.20.6-2
 - Release tag missed the actual number (1) on 1.20.6-1; bumped the release no.
 

+ 9 - 6
k/kudzu/kudzu-vl.spec

@@ -1,6 +1,6 @@
 Name: kudzu
 Version: 1.2.86
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPL
 Summary: The Vine Linux hardware probing tool.
 Summary(ja): Vine Linux ハードウエア検出ツール
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/kudzu
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.86-4
+- rebuild with VineSeed environment
+
 * Sun May 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.86-3
 - add patch to fix segv on hw probe.
 
@@ -331,7 +334,7 @@ rm -rf $RPM_BUILD_ROOT
 - add a couple of e1000 ids (#39391)
 - use dynamic buffer size for /proc/scsi/scsi (#37936)
 
-* Thu May  2 2001 Bill Nottingham <notting@redhat.com>
+* Wed May  2 2001 Bill Nottingham <notting@redhat.com>
 - handle CLASS_RAID like CLASS_SCSI
 - put man pages in man8, not man1
 - don't map all i960 stuff to megaraid; use explicit list
@@ -381,15 +384,15 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Mar 16 2001 Erik Troan <ewt@redhat.com>
 - updfstab ignores partition tables that look invalid
 
-* Thu Mar 14 2001 Bill Nottingham <notting@redhat.com>
+* Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
 - fix ps2 probe
 - fix long latent bug in python module
 - add new it/de/fr/es .po files
 
-* Wed Mar 13 2001 Bill Nottingham <notting@redhat.com>
+* Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
 - add some documentation on the hwconf file
 
-* Tue Mar 12 2001 Bill Nottingham <notting@redhat.com>
+* Mon Mar 12 2001 Bill Nottingham <notting@redhat.com>
 - new and improved PS/2 probe (<bcrl@redhat.com>)
 
 * Mon Mar 12 2001 Bill Nottingham <notting@redhat.com>
@@ -710,7 +713,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Jun  7 2000 Bill Nottingham <notting@redhat.com>
 - add in monitor probing
 
-* Mon Jun  4 2000 Bill Nottingham <notting@redhat.com>
+* Sun Jun  4 2000 Bill Nottingham <notting@redhat.com>
 - pcitable fixes
 
 * Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>

+ 4 - 1
l/logrotate/logrotate-vl.spec

@@ -2,7 +2,7 @@ Summary: Rotates, compresses, removes and mails system log files.
 Summary(ja): システムのログファイルを圧縮/削除するプログラム
 Name: logrotate
 Version: 3.8.6
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: System Environment/Base
 Url: https://fedorahosted.org/logrotate/
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.6-1
+- rebuild with VineSeed environment
+
 * Thu Oct 03 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.8.6-1
 - new upstream release
 

+ 11 - 9
m/mc/mc-vl.spec

@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define	ver	4.8.1.4
+%define	ver	4.8.12
 %define	rel	1%{?_dist_release}
 
 Summary:	A user-friendly file manager and visual shell.
@@ -19,7 +19,7 @@ BuildRequires:	libX11-devel
 BuildRequires:	gpm-devel
 BuildRequires:	groff
 
-Source0:	http://www.midnight-commander.org/downloads/%{name}-%{ver}.tar.bz2
+Source0:	http://www.midnight-commander.org/downloads/%{name}-%{ver}.tar.xz
 
 Obsoletes:	mcserv < 4.7.4
 Obsoletes:	gmc < 4.7.4
@@ -55,10 +55,13 @@ make
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pam.d,profile.d,X11/wmconfig}
 
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 install contrib/mc.*sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 
+# remove unused files
+rm -f $RPM_BUILD_ROOT%{_mandir}/{es,hu,it,pl,ru,sr}/man1/*
+
 %find_lang %name
 
 %clean
@@ -70,23 +73,22 @@ install contrib/mc.*sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 %doc COPYING NEWS README
 %{_bindir}/mc
 %{_bindir}/mcedit
-#%{_bindir}/mcmfmt
 %{_bindir}/mcdiff
 %{_bindir}/mcview
 %{_mandir}/man1/*
 %{_libexecdir}/mc/*
 %{_datadir}/mc/*
 %{_sysconfdir}/profile.d/*
-#%config %{_sysconfdir}/mc/Syntax
-#%config %{_sysconfdir}/mc/mc.charsets
-#%config %{_sysconfdir}/mc/mc.lib
 %config(noreplace) %{_sysconfdir}/mc/mc.ext
 %config(noreplace) %{_sysconfdir}/mc/*edit*
-%config(noreplace) %{_sysconfdir}/mc/mc.keymap*
+%config(noreplace) %{_sysconfdir}/mc/mc.*keymap*
 %config(noreplace) %{_sysconfdir}/mc/mc.menu*
 %config(noreplace) %{_sysconfdir}/mc/*.ini
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.12-1
+- new upstream release
+
 * Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.1.4-1
 - new upstream release
 
@@ -138,7 +140,7 @@ install contrib/mc.*sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 * Thu Oct 12 2000 Yoshihiro Kajiki <kajiki@ylug.org> [0vl3]
 - add 8bit_clean patch to view/edit Japanese chars
 
-* Fri Jun 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
+* Mon Jun 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
 - clean up vine-extend patch.
 - modified ja.po for 4.5.50
 

+ 5 - 2
s/sed/sed-vl.spec

@@ -6,7 +6,7 @@ Summary: A GNU stream text editor.
 Summary(ja): GNU ストリームテキストエディタ
 Name: sed
 Version: 4.2.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group: Applications/Text
@@ -77,6 +77,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.2.2-2
+- rebuild with VineSeed environment
+
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.2.2-1
 - new upstream release
 - deleted all patches
@@ -130,7 +133,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - new upstream release
 - remove obsolete patch
 
-* Sat Apr 12 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 4.0.8-4vl2
+* Mon Apr 12 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 4.0.8-4vl2
 - rebuilt for Vine
   * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 4.0.8-3
   - if not -n, print current buffer after N command on the last line