Browse Source

texworks: update to 0.6.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12275 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
0331a5270b
1 changed files with 15 additions and 11 deletions
  1. 15 11
      t/texworks/texworks-vl.spec

+ 15 - 11
t/texworks/texworks-vl.spec

@@ -3,8 +3,8 @@
 ## Summary/Description adopted from Debian with modification
 
 Name:           texworks
-Version:        0.6.1
-Release:        3%{?gitcommit:.git%gitcommit}%{?_dist_release}
+Version:        0.6.3
+Release:        1%{?gitcommit:.git%gitcommit}%{?_dist_release}
 Summary:        An environment for authoring TeX (LaTeX, ConTeXt, etc) documents
 Summary(ja):    TeX ドキュメント制作のための総合環境
 
@@ -29,11 +29,11 @@ BuildRequires:  poppler-qt4-devel
 # BuildRequires:  python-devel
 BuildRequires:  desktop-file-utils
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 
-Distribution:	Vine
-Vendor:		Project Vine
-Packager:	munepi
+Distribution:  Vine
+Vendor:    Project Vine
+Packager:  munepi
 
 
 %description
@@ -53,14 +53,13 @@ TeXworks を利用するためには、TeX 環境が必要です。
 
 
 %prep
-#% setup -qn %{name}-%{version}%{?gitcommit:.git%gitcommit}
-%setup -qn %{name}-release-%{version}
+%setup -qn %{name}-release-%{version}%{?gitcommit:.git%gitcommit}
 
 %patch100 -p1 -b .vine
 #% patch101 -p1 -b .vine
 
 %build
-%cmake . 
+%cmake .
 %__make %{?_smp_mflags}
 
 
@@ -76,7 +75,6 @@ TeXworks を利用するためには、TeX 環境が必要です。
 %__rm -f %{buildroot}%{_datadir}/doc/texworks/NEWS
 %__rm -f %{buildroot}%{_datadir}/doc/texworks/README.md
 
-
 %clean
 %__rm -rf %{buildroot}
 
@@ -86,17 +84,23 @@ update-desktop-database &> /dev/null || :
 %postun
 update-desktop-database &> /dev/null || :
 
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING NEWS README.md
 %{_bindir}/%{name}
 %{_usr}/lib/%{name}/lib*.so
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metainfo/%{name}.appdata.xml
 %{_datadir}/pixmaps/*
 %{_mandir}/man1/texworks.1.gz
 
+
 %changelog
+* Wed Jan 03 2018 Toshiaki Ara <ara_t@384.jp> 0.6.3-1
+- update to 0.6.3
+- update Patch100
+
 * Wed Jan 03 2018 Toshiaki Ara <ara_t@384.jp> 0.6.1-3
 - rebuild under poppler-0.61.1