Browse Source

update to 1.3.9

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10158 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 8 years ago
parent
commit
7c9ad99b84
1 changed files with 29 additions and 6 deletions
  1. 29 6
      g/gl2ps/gl2ps-vl.spec

+ 29 - 6
g/gl2ps/gl2ps-vl.spec

@@ -2,16 +2,16 @@ Summary:	An OpenGL to PostScript printing library
 Summary(ja):	OpenGL から PostScript を出力するライブラリ
 Summary(ja):	OpenGL から PostScript を出力するライブラリ
 Summary(pl):	Biblioteka drukowania z OpenGL-a do PostScriptu
 Summary(pl):	Biblioteka drukowania z OpenGL-a do PostScriptu
 Name:		gl2ps
 Name:		gl2ps
-Version:	1.3.8
-Release:	6%{?_dist_release}
+Version:	1.3.9
+Release:	3%{?_dist_release}
 License:	LGPLv2+ or GL2PS
 License:	LGPLv2+ or GL2PS
 Group:		System Environment/Libraries
 Group:		System Environment/Libraries
 URL:		http://www.geuz.org/gl2ps/
 URL:		http://www.geuz.org/gl2ps/
 
 
 Source0:	http://www.geuz.org/gl2ps/src/%{name}-%{version}.tgz
 Source0:	http://www.geuz.org/gl2ps/src/%{name}-%{version}.tgz
 
 
-# Vine Patch
-Patch700:       gl2ps-1.3.8-nostatic.patch
+# # Vine Patch
+# Patch700:       gl2ps-1.3.8-nostatic.patch
 
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  cmake >= 2.4
 BuildRequires:  cmake >= 2.4
@@ -36,6 +36,16 @@ adding, SVG is first in line). Meanwhile, you can use the excellent
 pstoedit program to transform the PostScript files generated by GL2PS
 pstoedit program to transform the PostScript files generated by GL2PS
 into many other vector formats such as xfig, cgm, wmf, etc.
 into many other vector formats such as xfig, cgm, wmf, etc.
 
 
+%description -l ja
+GL2PSはOpenGLアプリケーションの高品質のベクトル出力を提供するCライブラリです。
+GL2PSは高度なスムーズなシェーディングとテキストのレンダリング、
+混在ベクター/ビットマップ出力、目に見えないプリミティブのカリングを提供して
+います。
+
+現在、PostScript (PS)、カプセル化PostScript (EPS)、ポータブルドキュメント
+フォーマット (PDF)、スケーラブルベクターグラフィックス (SVG) ファイルと
+LaTeXファイルを作成することができます。
+
 %description -l pl
 %description -l pl
 GL2PS to biblioteka C zapewniająca wysokiej jakości wyjście wektorowe
 GL2PS to biblioteka C zapewniająca wysokiej jakości wyjście wektorowe
 dla dowolnej aplikacji OpenGL. Główna różnica między GL2PS a innymi
 dla dowolnej aplikacji OpenGL. Główna różnica między GL2PS a innymi
@@ -65,12 +75,15 @@ Requires:	mesa-libGL-devel
 %description devel
 %description devel
 Header files for GL2PS library.
 Header files for GL2PS library.
 
 
+%description devel -l ja
+GL2PSのヘッダーファイル
+
 %description devel -l pl
 %description devel -l pl
 Pliki nagłówkowe biblioteki GL2PS.
 Pliki nagłówkowe biblioteki GL2PS.
 
 
 %prep
 %prep
 %setup -q -n %{name}-%{version}-source
 %setup -q -n %{name}-%{version}-source
-%patch700 -p1 -b .nostatic
+# %patch700 -p1 -b .nostatic
 
 
 %build
 %build
 %cmake .
 %cmake .
@@ -80,6 +93,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 make DESTDIR=%{buildroot} install
 
 
+rm %{buildroot}%{_libdir}/libgl2ps.a
 rm -r %{buildroot}%{_docdir}/gl2ps
 rm -r %{buildroot}%{_docdir}/gl2ps
 
 
 %clean
 %clean
@@ -95,11 +109,20 @@ rm -rf %{buildroot}
 
 
 %files devel
 %files devel
 %defattr(644,root,root,755)
 %defattr(644,root,root,755)
-%doc gl2ps.pdf TODO.txt gl2psTest*.c
+%doc gl2ps.pdf gl2psTest*.c
 %{_libdir}/libgl2ps.so
 %{_libdir}/libgl2ps.so
 %{_includedir}/gl2ps.h
 %{_includedir}/gl2ps.h
 
 
 %changelog
 %changelog
+* Mon Apr 11 2016 Toshiaki Ara <ara_t@384.jp> 1.3.9-3
+- merge with previous SPEC file
+
+* Mon Apr 11 2016 Toshiaki Ara <ara_t@384.jp> 1.3.9-2
+- correct SPEC file
+
+* Fri Mar 18 2016 Toshiaki Ara <ara_t@384.jp> 1.3.9-1
+- update to 1.3.9
+
 * Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3.8-6
 * Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3.8-6
 - Initial build for Vine Linux
 - Initial build for Vine Linux
 - added Patch700
 - added Patch700