2010-02-18 06:21:36 +00:00
|
|
|
Summary: Software version control visualization
|
|
|
|
Name: gource
|
2019-11-21 03:20:26 +00:00
|
|
|
Version: 0.51
|
2020-07-28 00:11:20 +00:00
|
|
|
Release: 4%{?dist}
|
2017-09-11 14:55:19 +00:00
|
|
|
URL: http://gource.io/
|
2014-06-16 19:31:42 +00:00
|
|
|
Source: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
2018-06-20 14:47:03 +00:00
|
|
|
#Patch1: gource-ppc64le.patch
|
2018-09-26 15:18:44 +00:00
|
|
|
ExcludeArch: ppc64le
|
2012-01-17 10:42:18 +00:00
|
|
|
|
2010-02-18 06:21:36 +00:00
|
|
|
License: GPLv3+
|
|
|
|
|
2018-08-21 14:58:46 +00:00
|
|
|
BuildRequires: gcc-c++
|
2014-11-06 13:07:01 +00:00
|
|
|
BuildRequires: SDL2_image-devel
|
|
|
|
BuildRequires: SDL2-devel
|
2010-02-18 06:21:36 +00:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libGLU-devel
|
2010-07-11 05:41:02 +00:00
|
|
|
BuildRequires: glew-devel
|
2010-02-18 06:21:36 +00:00
|
|
|
BuildRequires: freetype-devel
|
2012-09-03 04:46:12 +00:00
|
|
|
BuildRequires: glm-devel
|
2012-11-09 13:43:49 +00:00
|
|
|
BuildRequires: boost-devel
|
2014-03-17 15:24:52 +00:00
|
|
|
BuildRequires: tinyxml-devel
|
2020-12-18 23:58:01 +00:00
|
|
|
BuildRequires: make
|
2010-02-18 06:21:36 +00:00
|
|
|
|
|
|
|
Requires: gnu-free-sans-fonts
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
2011-11-18 14:55:29 +00:00
|
|
|
OpenGL-based 3D visualization tool for source control repositories.
|
2010-02-18 06:21:36 +00:00
|
|
|
The repository is displayed as a tree where the root of the repository is
|
|
|
|
the centre, directories are branches and files are leaves. Contributors
|
|
|
|
to the source code appear and disappear as they contribute to specific
|
|
|
|
files and directories.
|
|
|
|
|
|
|
|
%prep
|
2010-08-05 15:45:01 +00:00
|
|
|
%setup -q
|
2018-06-20 14:47:03 +00:00
|
|
|
#%%patch1 -p0
|
2010-02-18 06:21:36 +00:00
|
|
|
sed -i.cp -e 's|cp |cp -p |' Makefile.in
|
2014-03-17 15:24:52 +00:00
|
|
|
rm -r src/tinyxml
|
2010-02-18 06:21:36 +00:00
|
|
|
|
|
|
|
%build
|
2014-03-17 15:24:52 +00:00
|
|
|
%configure --enable-ttf-font-dir=%{_datadir}/fonts/gnu-free/ --with-tinyxml
|
2010-02-18 06:21:36 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/gource
|
|
|
|
%{_mandir}/man1/gource.1.gz
|
2018-02-13 14:50:58 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc README THANKS ChangeLog
|
2010-02-18 06:21:36 +00:00
|
|
|
|
|
|
|
%dir %{_datadir}/gource
|
|
|
|
%{_datadir}/gource/*
|
|
|
|
|
|
|
|
%changelog
|
2020-07-28 00:11:20 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-28 20:13:09 +00:00
|
|
|
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 0.51-3
|
|
|
|
- Rebuilt for Boost 1.73
|
|
|
|
|
2020-01-29 03:19:12 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-21 03:20:26 +00:00
|
|
|
* Wed Nov 20 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.51-1
|
|
|
|
- 0.51
|
|
|
|
|
2019-11-14 14:45:25 +00:00
|
|
|
* Thu Nov 14 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.50-1
|
|
|
|
- 0.50
|
|
|
|
|
2019-07-25 07:32:33 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 01:22:41 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-25 04:38:30 +00:00
|
|
|
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.49-4
|
|
|
|
- Rebuilt for Boost 1.69
|
|
|
|
|
2018-08-23 11:29:00 +00:00
|
|
|
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.49-3
|
|
|
|
- Rebuilt for glew 2.1.0
|
|
|
|
|
2018-07-13 04:23:38 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-20 14:47:03 +00:00
|
|
|
* Wed Jun 20 2018 Gwyn Ciesla <limburgher@gmail.com> - 0.49-1
|
|
|
|
- 0.49
|
|
|
|
|
2018-02-13 14:50:58 +00:00
|
|
|
* Tue Feb 13 2018 Gwyn Ciesla <limburgher@gmail.com> - 0.48-1
|
|
|
|
- 0.48
|
|
|
|
|
2018-02-07 15:14:42 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.47-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-23 11:03:41 +00:00
|
|
|
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.47-2
|
|
|
|
- Rebuilt for Boost 1.66
|
|
|
|
|
2017-09-11 14:55:19 +00:00
|
|
|
* Mon Sep 11 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.47-1
|
|
|
|
- 0.47
|
|
|
|
|
2017-08-02 22:56:31 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 11:54:27 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 16:03:03 +00:00
|
|
|
* Wed Jul 19 2017 Jonathan Wakely <jwakely@redhat.com> - 0.43-14
|
|
|
|
- Rebuilt for s390x binutils bug
|
|
|
|
|
2017-07-03 18:40:11 +00:00
|
|
|
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.43-13
|
|
|
|
- Rebuilt for Boost 1.64
|
|
|
|
|
2017-02-10 12:08:23 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-27 04:11:29 +00:00
|
|
|
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.43-11
|
|
|
|
- Rebuilt for Boost 1.63
|
|
|
|
|
2017-01-10 15:56:42 +00:00
|
|
|
* Tue Jan 10 2017 Orion Poplawski <orion@cora.nwra.com> - 0.43-10
|
|
|
|
- Rebuild for glew 2.0.0
|
|
|
|
|
2016-02-25 15:43:08 +00:00
|
|
|
* Thu Feb 25 2016 Jon Ciesla <limburgher@gmail.com> - 0.43-9
|
|
|
|
- Fix FTBFS.
|
|
|
|
|
2016-02-03 23:11:14 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-15 06:57:12 +00:00
|
|
|
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.43-7
|
|
|
|
- Rebuilt for Boost 1.60
|
|
|
|
|
2016-01-14 18:08:34 +00:00
|
|
|
* Thu Jan 14 2016 Adam Jackson <ajax@redhat.com> - 0.43-6
|
|
|
|
- Rebuild for glew 1.13
|
|
|
|
|
2015-08-27 20:36:19 +00:00
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.43-5
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
2015-07-29 17:21:01 +00:00
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
2015-07-22 16:35:22 +00:00
|
|
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.43-3
|
|
|
|
- rebuild for Boost 1.58
|
|
|
|
|
2015-06-17 09:37:21 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-20 11:18:44 +00:00
|
|
|
* Mon Apr 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.43-1
|
|
|
|
- Update to 0.43
|
|
|
|
|
2015-01-27 00:38:32 +00:00
|
|
|
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.42-4
|
|
|
|
- Rebuild for boost 1.57.0
|
|
|
|
|
2014-11-06 13:07:01 +00:00
|
|
|
* Thu Nov 06 2014 Jon Ciesla <limburgher@gmail.com> - 0.42-3
|
|
|
|
- Use SDL2, BZ 1161101.
|
|
|
|
|
2014-08-16 18:39:54 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.42-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-16 19:31:42 +00:00
|
|
|
* Mon Jun 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.42-1
|
|
|
|
- New upstream 0.42
|
|
|
|
|
2014-06-07 18:16:13 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-22 22:53:39 +00:00
|
|
|
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.40-4
|
|
|
|
- Rebuild for boost 1.55.0
|
|
|
|
|
2014-03-17 15:24:52 +00:00
|
|
|
* Sat Mar 15 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.40-3
|
|
|
|
- Build with system tinyxml
|
|
|
|
|
2013-11-18 00:52:55 +00:00
|
|
|
* Mon Nov 18 2013 Dave Airlie <airlied@redhat.com> - 0.40-2
|
|
|
|
- rebuilt for GLEW 1.10
|
|
|
|
|
2013-10-18 13:19:55 +00:00
|
|
|
* Fri Oct 18 2013 Jon Ciesla <limburgher@gmail.com> - 0.40-1
|
|
|
|
- Latest upstream, BZ 1020688.
|
|
|
|
|
2013-08-03 16:17:21 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-27 12:23:29 +00:00
|
|
|
* Sat Jul 27 2013 pmachata@redhat.com - 0.38-5
|
|
|
|
- Rebuild for boost 1.54.0
|
|
|
|
|
2013-02-10 01:27:43 +00:00
|
|
|
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.38-4
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
2013-02-09 21:58:33 +00:00
|
|
|
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.38-3
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
2012-12-13 18:39:23 +00:00
|
|
|
* Thu Dec 13 2012 Adam Jackson <ajax@redhat.com> - 0.38-2
|
|
|
|
- Rebuild for glew 1.9.0
|
|
|
|
|
2012-09-03 04:46:12 +00:00
|
|
|
* Mon Sep 3 2012 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.38-1
|
|
|
|
- New upstream 0.38
|
|
|
|
|
2012-07-29 03:33:36 +00:00
|
|
|
* Sun Jul 29 2012 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.37-6
|
|
|
|
- Rebuild for broken dep on libGLEW.
|
|
|
|
|
2012-07-19 09:14:54 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-10 11:07:09 +00:00
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.37-4
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
2012-01-17 10:42:18 +00:00
|
|
|
* Tue Jan 17 2012 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.37-3
|
|
|
|
- Fix build failure with gcc-4.7
|
|
|
|
|
2012-01-13 04:11:46 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-18 14:55:29 +00:00
|
|
|
* Fri Nov 18 2011 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.37-1
|
|
|
|
- New upstream 0.37
|
|
|
|
- Clean up spec to match current guidelines
|
|
|
|
|
2011-07-30 02:06:56 +00:00
|
|
|
* Sat Jul 30 2011 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.35-1
|
|
|
|
- New upstream 0.35
|
|
|
|
|
2011-06-20 21:27:29 +00:00
|
|
|
* Mon Jun 20 2011 ajax@redhat.com - 0.29-2
|
|
|
|
- Rebuild for new glew soname
|
|
|
|
|
2011-02-11 10:05:50 +00:00
|
|
|
* Fri Feb 11 2011 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.29-1
|
|
|
|
- New upstream 0.29
|
|
|
|
|
2011-02-09 05:37:36 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-08-28 08:14:02 +00:00
|
|
|
* Sat Aug 28 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.28-1
|
|
|
|
- New upstream 0.28
|
|
|
|
|
2010-08-06 02:37:48 +00:00
|
|
|
* Fri Aug 06 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.27-2
|
|
|
|
- Fixed missing dist in the Release value
|
|
|
|
- Fixed dates in the changelog
|
|
|
|
|
|
|
|
* Thu Aug 05 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.27-1
|
2010-08-05 15:45:01 +00:00
|
|
|
- Rebase to upstream version 0.27
|
|
|
|
|
2010-07-11 05:41:02 +00:00
|
|
|
* Sat Jul 10 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.27-0.1.beta.20100710
|
|
|
|
- Rebase to new upstream version
|
|
|
|
- Added new BuildRequires libGLEW
|
|
|
|
|
2010-04-16 08:23:03 +00:00
|
|
|
* Fri Apr 16 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.24-3
|
|
|
|
- BZ #582781 Randomize name for files created in /tmp
|
|
|
|
|
2010-02-28 10:41:10 +00:00
|
|
|
* Sun Feb 28 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.24-2
|
|
|
|
- BZ #567559: Flip images in software for PPM output since hardware flipping
|
|
|
|
fails on some video cards
|
|
|
|
|
2010-02-18 06:21:36 +00:00
|
|
|
* Thu Feb 18 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.24-1
|
|
|
|
- New upstream release
|
|
|
|
- Added COPYING, README, THANKS and ChangeLog in docs
|
|
|
|
|
|
|
|
* Sun Jan 17 2010 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.23-2
|
|
|
|
- Modified Makefile.in in %%prep section to preserve timestamps
|
|
|
|
- Require gnu-free-sans-fonts and use the --enable-ttf-font-dir configure option
|
|
|
|
- Updated %%files section in spec file based on suggestions in review request
|
|
|
|
|
|
|
|
* Tue Dec 29 2009 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.23-1
|
|
|
|
- Rebase to new upstream release version 0.23
|
|
|
|
- Spec file updates: use parallel make and %%global instead of %%define
|
|
|
|
|
2013-10-18 13:19:55 +00:00
|
|
|
* Sat Dec 05 2009 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.18-3
|
2010-02-18 06:21:36 +00:00
|
|
|
- Fixed unowned directory in .spec files section
|
|
|
|
- Dropped package version patch since it's not really breaking anything
|
|
|
|
- Replace RPM_BUILD_ROOT with buildroot to maintain consistency
|
|
|
|
- Removed unnecessary Requires from spec
|
|
|
|
- Removed unnecessary --prefix in configure section
|
|
|
|
- Preserve timestamps during install
|
|
|
|
- Added freetype-devel as a build dependency
|
|
|
|
- Fixed BuildRoot
|
|
|
|
- Clean buildroot in the install section
|
|
|
|
|
|
|
|
* Wed Dec 02 2009 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.18-2
|
|
|
|
- Fixed spec and rpm warnings from rpmlint
|
|
|
|
|
|
|
|
* Wed Dec 02 2009 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.18-1
|
|
|
|
- New package
|
|
|
|
- Fixed version number in configure.ac to reflect the released version
|
|
|
|
|