소스 검색

fix glibc error, typo in spec, checkinstall-vine-info

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7723 ec354946-7b23-47d6-9f5a-488ba84defc7
tanakanata 11 년 전
부모
커밋
073f49cf83
1개의 변경된 파일12개의 추가작업 그리고 5개의 파일을 삭제
  1. 12 5
      c/checkinstall/checkinstall-vl.spec

+ 12 - 5
c/checkinstall/checkinstall-vl.spec

@@ -2,7 +2,7 @@ Summary:   	CheckInstall installations tracker
 Summary(ja):	パッケージ作成、インストール援助ツール CheckInstall
 Name:		checkinstall
 Version:	1.6.2
-Release:	4%{?_dist_release}
+Release:	5%{?_dist_release}
 License:	GPL
 Group:		Applications/Administration
 URL:		http://www.asic-linux.com.mx/~izto/checkinstall/
@@ -14,6 +14,7 @@ Patch2:		checkinstall-1.6.1-rpm-version-check.patch
 Patch3:		checkinstall-fix-glibc-detection.patch
 Patch4:   	checkinstall-rpm-set-buildroot.patch
 Patch5:	  	21build-glibc-2.10.diff
+Patch6:	  	fixdir-vine.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gettext-devel
 Requires:	rpm-build gettext
@@ -40,10 +41,11 @@ rpm パッケージを作成するようにしてあります。
 %setup -q #-n %name-%version
 %patch0 -p1 
 %patch2 -p0
-%patch3 -p0 
+%patch3 -p1 
 %patch4 -p1 
 ln -s installwatch installwatch-0.7.0beta5
 %patch5 -p1
+%patch6 -p1
 
 %build
 make
@@ -68,9 +70,9 @@ install -D -m 755  %{_sourcedir}/checkinstall-vine-info %buildroot/%{_bindir}/ch
 %__mkdir -p %{buildroot}%{_datadir}/applications
 %__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
 [Desktop Entry]
-Name=Ceckinstall Information
+Name=Checkinstall Information
 Name[ja]=Checkinstall について
-Comment=about Ceckinstall 
+Comment=about Checkinstall 
 Comment[ja]=Checkinstall の説明ダイアログ
 Exec=/usr/bin/checkinstall-vine-info
 Icon=/usr/share/pixmaps/checkinstall-vine-64x64.svg
@@ -96,7 +98,12 @@ EOF
 %{_datadir}/applications/checkinstall.desktop 
 
 %changelog
-* Sun Oct 10 2010 TANAKA hiroaki <mosaicist@par.odn.ne.jp> 1.6.2-3
+* Sat Jun 30 2013 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 1.6.2-5
+- fix some typo in spec
+- fix obsoleted URL in checkinstall-vine-info
+- update checkinstall-fix-glibc-detection.patch
+
+* Sun Oct 10 2010 TANAKA hiroaki <mosaicist@par.odn.ne.jp> 1.6.2-4
 - rebuild on rpm-4.8.1 
 - change spec file name