Browse Source

2015-01-20 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* clamtk: updated
	* tar: fixed spec
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9283 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
808f2a360d
2 changed files with 30 additions and 18 deletions
  1. 15 8
      c/clamtk/clamtk-vl.spec
  2. 15 10
      t/tar/tar-vl.spec

+ 15 - 8
c/clamtk/clamtk-vl.spec

@@ -1,16 +1,19 @@
 Summary: A GUI front-end for ClamAV
+Summary(ja): ClamAV の GUI フロントエンド
 Name: clamtk
-Version: 4.32
+Version: 5.13
 Release: 1%{?_dist_release}
-License: Perl's
-Group: User Interface/Desktops
-URL: http://clamtk.sourceforge.net/
-Source0: %{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+License: GPL+ or Artistic
+Group: Applications/System
+URL: https://code.google.com/p/clamtk/
+
+Source0: https://bitbucket.org/dave_theunsub/clamtk/downloads/%{name}-%{version}.tar.gz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 
 BuildRequires: gzip
-BuildRequires(check): desktop-file-utils
+BuildRequires: desktop-file-utils
 Requires: clamav
 Requires(post,postun): desktop-file-utils
 
@@ -40,7 +43,7 @@ gunzip clamtk.1.gz
 %__install -m 0644 clamtk.1 %{buildroot}%{_mandir}/man1
 %__install -m 0644 lib/*.pm %{buildroot}%{perl_vendorlib}/ClamTk
 %__install -m 0644 clamtk.desktop %{buildroot}%{_datadir}/applications
-%__install -m 0644 clamtk.xpm clamtk.png %{buildroot}%{_datadir}/pixmaps
+%__install -m 0644 images/clamtk.xpm images/clamtk.png %{buildroot}%{_datadir}/pixmaps
 
 langs="ja de fr ko zh_CN zh_TW"
 for lang in $langs
@@ -73,6 +76,10 @@ update-desktop-database %{_datadir}/applications
 %{_datadir}/pixmaps/clamtk.*
 
 %changelog
+* Mon Jan 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.13-1
+- new upstream release
+- moved to Applications/System Group
+
 * Tue Apr 26 2011 IWAI, Masaharu <iwai@alib.jp> 4.32-1
 - new upstream release
 

+ 15 - 10
t/tar/tar-vl.spec

@@ -2,7 +2,7 @@ Summary: A GNU file archiving program.
 Summary(ja): GNU ファイルアーカイブプログラム
 Name: tar
 Version: 1.28
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv3+
 Group: Applications/Archiving
 Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.xz
@@ -27,10 +27,11 @@ Patch15: tar-1.26-update-with-change-directory.patch
 Patch100: tar-1.13.6-barterly.patch
 Patch110: tar-1.22-rtapelib-overflow.patch
 
+Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf texinfo gettext
+BuildRequires: libacl-devel
 
 Requires(post,postun): install-info
-Buildroot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -50,16 +51,16 @@ the rmt package.
 
 %description -l ja
 GNU tar プログラムは多くのファイルを一つのファイルにまとめたりアーカイブ
-から個々のファイルを(または全てのファイルを)リストアしたりす。tar はまた
-追加ファイルを加えたりアーカイブファイル中のリストを更新したりするために
-使われる
+から個々のファイルを(または全てのファイルを)リストアしたりします。tar は
+また、追加ファイルを加えたりアーカイブファイル中のリストを更新したりする
+ために使われます
 
-tar はマルチボリュームサポート、自動アーカイブ圧縮/伸長、リモート
-アーカイブの取り扱う機能、そして差分バックアップとフルバックアップをする
-機能を含んでいる
+tar はマルチボリュームサポート、自動アーカイブ圧縮/伸長、リモートアーカイ
+ブの取り扱い機能、そして差分バックアップとフルバックアップをする機能を含ん
+でいます
 
 もしリモートバックアップのために tar をインストールするなら、rmt パッケージ
-もまたインストールする必要があ
+もまたインストールする必要があります
 
 
 %prep
@@ -76,7 +77,7 @@ tar はマルチボリュームサポート、自動アーカイブ圧縮/伸長
 %build
 autoreconf
 %configure --bindir=/bin --libexecdir=/sbin
-make LIBS=-lbsd %{?_smp_mflags}
+make LIBS="-lbsd -lacl" %{?_smp_mflags}
 
 
 %install
@@ -134,6 +135,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Tue Jan 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.28-2
+- added LIBS="-lacl" to build on x86_64 (ad-hoc fix, maybe)
+- added BR: libacl-devel
+
 * Fri Jan 16 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.28-1
 - new upstream release