Browse Source

2015-02-28 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* cproto, cscope: updated
	* paps, psutils: rebuilt
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9395 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
6642e03f99
4 changed files with 65 additions and 25 deletions
  1. 11 13
      c/cproto/cproto-vl.spec
  2. 7 3
      c/cscope/cscope-vl.spec
  3. 37 2
      p/paps/paps-vl.spec
  4. 10 7
      p/psutils/psutils-vl.spec

+ 11 - 13
c/cproto/cproto-vl.spec

@@ -1,22 +1,20 @@
 Summary: Generates function prototypes and variable declarations from C code.
 Summary(ja): C コードから関数プロトタイプと変数宣言を生成するツール
 Name: cproto
-Version: 4.7j
+Version: 4.7l
 Release: 1%{?_dist_release}
 License: Public Domain
 Group: Development/Tools
-Source: ftp://invisible-island.net/%{name}/%{name}-%{version}.tgz
-Patch1: cproto-4.6.1-patch
-Patch2: cproto-4.6-varargs.patch
-Patch3: cproto-4.6-bison.patch
+URL: http://invisible-island.net/
 
-Prefix: %{_prefix}
+Source: ftp://invisible-island.net/%{name}/%{name}-%{version}.tgz
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bison
 BuildRequires: flex
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Cproto generates function prototypes and variable declarations from C
@@ -43,11 +41,8 @@ C でプログラムをする際には cproto をインストールして下さ
 %setup -q
 
 %build
-export CPP="/lib/cpp"
-export CPPFLAGS="-DOPT_LINTLIBRARY $RPM_OPT_FLAGS"
-export CFLAGS="-DOPT_LINTLIBRARY $RPM_OPT_FLAGS"
-%configure --exec-prefix=%{_prefix}
-make
+%configure
+make %{?_smp_mflags}
 
 
 %install
@@ -68,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 28 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.7l-1
+- update to 4.7l
+
 * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7j-1
 - update to 4.7j
 - add BuildRequires: bison, flex

+ 7 - 3
c/cscope/cscope-vl.spec

@@ -1,13 +1,14 @@
 Summary: C source code tree search and browse tool
 Name: cscope
-Version: 15.8
+Version: 15.8a
 Release: 1%{?_dist_release}
 License: BSD
 Group: Development/Tools
-Source: cscope-%{version}.tar.bz2
 URL: http://cscope.sourceforge.net/
-Buildroot: %{_tmppath}/%{name}-%{version}-root
 
+Source0: cscope-%{version}.tar.gz
+
+Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: ncurses-devel
 BuildRequires: bison
 BuildRequires: flex
@@ -44,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/cscope.1*
 
 %changelog
+* Sat Feb 28 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 15.8a-1
+- update to 15.8a
+
 * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp>
 - new upstream release
 - add BuildRequires: bison, flex

+ 37 - 2
p/paps/paps-vl.spec

@@ -3,7 +3,7 @@ Summary(ja):	プレインテキストから Postscript へのコンバータ
 
 Name:		paps
 Version:	0.6.8
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 Group:		Applications/Publishing
 License:	LGPLv2+
@@ -25,10 +25,22 @@ Patch2:		paps-langinfo.patch
 Patch3:		paps-0.6.6-lcnumeric.patch
 ## https://sourceforge.net/tracker/index.php?func=detail&aid=1832935&group_id=153049&atid=786241
 Patch4:		paps-exitcode.patch
+## rhbz#854897
+Patch5:         paps-854897-manpage.patch
 Patch50:	paps-cups.patch
 Patch51:	paps-cpilpi.patch
 Patch52:	paps-dsc-compliant.patch
 Patch53:	paps-autoconf262.patch
+## rhbz#524883
+Patch54:        paps-fix-cpi.patch
+## rhbz#618483
+Patch55:        paps-fix-loop-in-split.patch
+## rhbz#857592
+Patch56:        paps-fix-tab-width.patch
+Patch57:        paps-fix-non-weak-symbol.patch
+Patch58:        paps-correct-fsf-address.patch
+## rhbz#1078519
+Patch59:	%{name}-ft-header.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	pango-devel automake autoconf libtool doxygen cups-devel
@@ -43,7 +55,7 @@ paps は Pango を用いてプレインテキストを Postscript に変換す
 %package libs
 Summary:	Libraries for paps
 Summary(ja):	paps のライブラリ
-Group:		Development/Libraries
+Group:		System Environment/Libraries
 %description libs
 paps is a PostScript converter from plain text file using Pango.
 This package contains the library for paps.
@@ -53,6 +65,7 @@ Summary:	Development files for paps
 Summary(ja):	paps の開発ファイル
 Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
+
 %description devel
 paps is a PostScript converter from plain text file using Pango.
 This package contains the development files that is necessary to develop
@@ -65,10 +78,17 @@ applications using paps API.
 %patch2 -p1 -b .langinfo
 %patch3 -p1 -b .lcnumeric
 %patch4 -p1 -b .exitcode
+%patch5 -p1 -b .manpage
 %patch50 -p1 -b .cups
 %patch51 -p1 -b .cpilpi
 %patch52 -p1 -b .dsc
 %patch53 -p1 -b .autoconf262
+%patch54 -p1 -b .fixcpi
+%patch55 -p1 -b .loop
+%patch56 -p1 -b .tab
+%patch57 -p1 -b .weak-symbol
+%patch58 -p1 -b .fsf
+%patch59 -p1 -b .ft-header
 libtoolize -f -c
 autoreconf
 
@@ -112,6 +132,21 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libpaps.so
 
 %changelog
+* Sun Apr 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.8-4
+- added Patch5, 54, 55, 56, 57, 58 and 59 from Fedora
+  * Thu Mar 20 2014 Akira TAGOH <tagoh@redhat.com> - 0.6.8-28
+  - Fix FTBFS against freetype's header files location change. (#1078519)
+  * Fri Sep 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-21
+  - Fix wrong width for whitespaces when enabling CPI feature. (#857592)
+  * Thu Sep  6 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-20
+  - Add a missing description of --encoding in manpage. (#854897)
+  * Tue Jul 27 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-14
+  - Fix the infinite loop in splitting paragraphs (#618483)
+  * Wed Oct 14 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-11
+  - Fix code that deal with CPI parameter to be accurate. (#524883)
+- rebuilt with krb5 1.11.1, cups 2.0.2
+- moved libs subpackage to System Environment/Libraries Group
+
 * Sun Apr 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.8-3
 - rebuild with krb5-1.8.2, cups-1.4.5
 

+ 10 - 7
p/psutils/psutils-vl.spec

@@ -2,15 +2,17 @@ Summary: PostScript Utilities
 Summary(ja): PostScriptユーティリティ
 Name: psutils
 Version: 1.17
-Release: 21%{?_dist_release}
+Release: 22%{?_dist_release}
+License: distributable
+Group: Applications/Publishing
+
 Source: ftp.dcs.ed.ac.uk:/pub/ajcd/psutils-p17.tar.gz
 Patch0: psutils-p17-Makefile.patch
 Patch1: psutils-p17-misc.patch
 Patch2: psutils-p17-paper.patch
 Patch3: psutils-p17-strip.patch
-License: distributable
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Group: Applications/Publishing
 BuildRequires: perl
 
 %description
@@ -19,10 +21,8 @@ Page selection and rearrangement are supported, including arrangement into
 signatures for booklet printing, and page merging for n-up printing.
 
 %description -l ja
-このパッケージは PostScript 文章を加工するためのユーティリティを
-いくつか含んでいます。
-ページの選択や再配置が対応しており、小冊子印刷用に署名を調整したり、
-n 面付印刷のためにページを取り込むする機能が含まれます。
+このパッケージは PostScript 文章を加工するためのユーティリティをいくつか含んでいます。
+ページの選択や再配置が対応しており、小冊子印刷用に署名を調整したり、n 面付印刷のためにページを取り込むする機能が含まれます。
 
 
 %prep
@@ -69,6 +69,9 @@ strip epsffit psbook psnup psresize psselect pstops
 
 
 %changelog
+* Sat Feb 28 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.17-22
+- rebuilt on current VineSeed
+
 * Sat Apr 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.17-21
 - rebuilt
   - improved the Japanese translation of %%description