Browse Source

portreserve: update to 0.0.5
kdeutils: fix spec
ttyrec: rebuild

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

Takemikaduchi 9 years ago
parent
commit
d2c1f66068
3 changed files with 13 additions and 13 deletions
  1. 4 5
      k/kdeutils/kdeutils-vl.spec
  2. 5 7
      p/portreserve/portreserve-vl.spec
  3. 4 1
      t/ttyrec/ttyrec-vl.spec

+ 4 - 5
k/kdeutils/kdeutils-vl.spec

@@ -2,7 +2,7 @@ Name: kdeutils
 Summary: KDE Utilities
 Summary(ja): KDE ユーティリティ集
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: Applications/System
@@ -12,10 +12,6 @@ BuildArch: noarch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
-# filelight moved here
-Obsoletes: filelight < 1:1.9
-Provides:  filelight = 1:1.9
-
 Obsoletes: %{name}-extras < 4.0.0
 Obsoletes: %{name}-devel < 4.0.0
 Obsoletes: %{name}-libs < 4.14.0
@@ -58,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
+- remove Obsoletes: filelight and Provides: filelight
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - placeholder metapackage
 

+ 5 - 7
p/portreserve/portreserve-vl.spec

@@ -1,14 +1,12 @@
 Summary: TCP port reservation utility
 Summary(ja): TCP ポート予約ユーティリティ
 Name: portreserve
-Version: 0.0.4
+Version: 0.0.5
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://cyberelk.net/tim/portreserve/
 Source0: http://cyberelk.net/tim/data/portreserve/stable/%{name}-%{version}.tar.bz2
-Patch1: portreserve-infinite-loop.patch
-Patch2: portreserve-initscript.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: xmlto
@@ -21,10 +19,6 @@ port (generally in the init script).
 
 %prep
 %setup -q
-# Prevent infinite loop.
-%patch1 -p1 -b .infinite-loop
-# Fixed initscript exit code for "status" action (bug #619089).
-%patch2 -p1 -b .initscript
 
 %build
 %configure --sbindir=/sbin
@@ -72,6 +66,10 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.5-1
+- update to 0.0.5
+- remove old patches
+
 * Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.4-1
 - initial build for Vine Linux
 

+ 4 - 1
t/ttyrec/ttyrec-vl.spec

@@ -1,7 +1,7 @@
 Summary: a tty recorder
 Name: ttyrec
 Version: 1.0.8
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Group: Applications/Text
 Source: http://0xcc.net/ttyrec/ttyrec-%{version}.tar.gz
@@ -50,6 +50,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/*/*
 
 %changelog
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-2
+- rebuild with VineSeed environment
+
 * Sat Jun 11 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.8-1
 - new upstream release
 - drop Patch0: upstream merged