Browse Source

gitg: update to 3.26.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11774 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
0c4d10450c
1 changed files with 19 additions and 16 deletions
  1. 19 16
      g/gitg/gitg-vl.spec

+ 19 - 16
g/gitg/gitg-vl.spec

@@ -1,15 +1,15 @@
 %{!?python3_sitearch: %define python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
-Summary:	Git repository viewer for GTK+/GNOME
-Summary(ja):	Git リポジトリビューアー
-Name:		gitg
-Version:	3.20.1
-Release:	1%{?_dist_release}
-License:	GPLv2
-Group:		Applications/Development
-URL:		https://wiki.gnome.org/Apps/Gitg/
+Summary:  Git repository viewer for GTK+/GNOME
+Summary(ja):  Git リポジトリビューアー
+Name:    gitg
+Version: 3.26.0
+Release: %{?_dist_release}
+License: GPLv2
+Group:   Applications/Development
+URL:     https://wiki.gnome.org/Apps/Gitg/
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
+Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk3-devel
 BuildRequires:  gobject-introspection-devel
@@ -30,11 +30,11 @@ Requires(postun,posttrans): glib2
 Requires(postun,posttrans): desktop-file-utils
 Requires(postun,posttrans): gtk2
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-root
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Vendor:   Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
 
 %description
 Gitg is the GNOME GUI client to view git repositories. 
@@ -70,8 +70,8 @@ Vala bindings for %{name}.
 
 %build
 %configure \
-	--disable-static \
-	--disable-glade-catalog
+  --disable-static \
+  --disable-glade-catalog
 
 make %{?_smp_mflags}
 
@@ -97,7 +97,7 @@ if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
     gtk-update-icon-cache %{_datadir}/icons/hicolor &> > /dev/null || :
     update-desktop-database -q > /dev/null || :
-	glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 fi
 
 %posttrans
@@ -141,6 +141,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/vala/vapi/libgitg-ext-1.0.vapi
 
 %changelog
+* Tue Aug 21 2018 Toshiaki Ara <ara_t@384.jp> 3.26.0-1
+- new upstream release
+
 * Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
 - new upstream release