Browse Source

atkmm,pangomm,automake112: rebuild
others: new upstream release

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

Takemikaduchi 9 years ago
parent
commit
83a34e80b9

+ 12 - 9
a/alien/alien-vl.spec

@@ -1,9 +1,9 @@
 Summary: Install Debian, Slackware, and Stampede packages with rpm.
 Summary(ja): Debian, Slackware, Stampede パッケージ等を rpm でインストールするためのツール
 Name: alien
-Version: 8.87
+Version: 8.93
 Release: 1%{?_dist_release}
-Source: ftp://kitenet.net/pub/code/debian/alien_%{version}.tar.gz
+Source: http://ftp.de.debian.org/debian/pool/main/a/alien/%{name}_%{version}.tar.gz
 URL: http://kitenet.net/~joey/code/alien/
 License: GPLv2
 Group: Applications/Other
@@ -31,13 +31,13 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install DESTDIR=$RPM_BUILD_ROOT \
-    PREFIX=$RPM_BUILD_ROOT%{_prefix} \
-    VARPREFIX=$RPM_BUILD_ROOT
+	PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+	VARPREFIX=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT%{_libdir} -type f -print | 
-	sed "s@^$RPM_BUILD_ROOT@@g" | 
-	grep -v perllocal.pod | 
-	grep -v "\.packlist" > perl-Alien
+find $RPM_BUILD_ROOT -name '*.packlist' -exec rm -f {} \;
+
+find $RPM_BUILD_ROOT%{_prefix}/lib -type f -print |
+		sed "s@^$RPM_BUILD_ROOT@@g" > perl-Alien 
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -52,7 +52,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 
 %changelog
-* Sun Jul 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.87-1
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.93-1
+- new upstream release
+
+* Tue Jul 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.87-1
 - new upstream release
 
 * Mon May 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.81-1

+ 4 - 1
a/atkmm/atkmm-vl.spec

@@ -4,7 +4,7 @@ Summary: A C++ wrapper for atk
 Summary(ja): atk の C++ ラッパー
 Name: atkmm
 Version: 2.22.7
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 Source: ftp://ftp.gnome.org/pub/GNOME/sources/atkmm/2.22/%{name}-%{version}.tar.xz
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{ver}/examples
 %{_datadir}/devhelp/books/*
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.7-2
+- rebuild with VineSeed environment
+
 * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.7-1
 - new upstream release
 

+ 4 - 1
a/automake112/automake112-vl.spec

@@ -4,7 +4,7 @@ Summary: A GNU tool for automatically creating Makefiles.
 Summary(ja): Makefile を自動生成するための GNU ツール
 Name: automake112
 Version: %{api_version}.5
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPL
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
@@ -85,6 +85,9 @@ fi
 
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.5-4
+- rebuild with VineSeed environment
+
 * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.5-3
 - remove conflict file
 

+ 4 - 1
p/pangomm/pangomm-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pangomm
 Version:        2.34.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        C++ interface for Pango
 Summary(ja):    Pango の C++ インターフェース
 
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/devhelp/books/pangomm-%{apiver}
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.34.0-2
+- rebuild with VineSeed environment
+
 * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.34.0-1
 - new upstream release
 

+ 4 - 1
s/sshfs-fuse/sshfs-fuse-vl.spec

@@ -1,7 +1,7 @@
 Summary:        FUSE-Filesystem to access remote filesystems via SSH
 Summary(ja):    SSH 経由でリモートのファイルシステムにアクセスする FUSE ファイルシステム
 Name:           sshfs-fuse
-Version:        2.4
+Version:        2.5
 Release:        1%{?_dist_release}
 Group:          System Environment/Base
 License:        GPL
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5-1
+- new upstream release
+
 * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
 - new upstream release
 - add BuildRequires: openssh-clients

+ 9 - 4
x/xlockmore/xlockmore-vl.spec

@@ -5,7 +5,7 @@
 # % define withgl 1
 
 %define name %{orgname}%{?withgl:_gl}
-%define version 5.32
+%define version 5.45
 %define release 1%{?_dist_release}
 
 Summary: An X terminal locking program.
@@ -75,6 +75,8 @@ cp %{_sourcedir}/m-redhat.xbm bitmaps/l-redhat.xbm
 cp %{_sourcedir}/s-redhat.xpm pixmaps/s-redhat.xpm
 cp %{_sourcedir}/s-redhat.xbm bitmaps/s-redhat.xbm
 
+sed -i 's|XLOCKLDFLAGS = @XLOCKLDFLAGS@ $(CHECKLDFLAG)|XLOCKLDFLAGS = @XLOCKLDFLAGS@ $(CHECKLDFLAG) -laudiofile|' modes/Makefile.in
+
 %build
 #autoconf-2.13
 
@@ -134,6 +136,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/xlock.*
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.45-1
+- new upstream release
+
 * Thu Dec 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.32-1
 - new upstream release
 - add Requires: xorg-x11-jpfonts
@@ -143,7 +148,7 @@ rm -rf %{buildroot}
 - changed Group to User Interface/X
 - added Japanese summary
 
-* Sun Jul 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.31-1
+* Sat Jul 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.31-1
 - new upstream release
 
 * Sat May 29 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.29.1-3
@@ -165,7 +170,7 @@ rm -rf %{buildroot}
 - fixed autoconf version
 - modified install directories
 
-* Tue Jan 30 2002 Toru Sagami <sagami@vinelinux.org> 5.03-0vl1
+* Wed Jan 30 2002 Toru Sagami <sagami@vinelinux.org> 5.03-0vl1
 - updated to current stable release 5.03
 - use %%configure, %%makeinstall
 - added patch for DEFALUT_SOUND_DIR
@@ -173,7 +178,7 @@ rm -rf %{buildroot}
 * Tue Sep 04 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.01.2-0vl3
 - typo fixed: --without-mesagl -> --without-mesa
 
-* Sun Aug 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
+* Sat Aug 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
 - add Conflicts tag
 
 * Fri Aug 17 2001 <sagami@vinelinux.org>