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