71 lines
1.9 KiB
RPMSpec
71 lines
1.9 KiB
RPMSpec
Name: gource
|
|
Version: 0.53
|
|
Release: 1mamba
|
|
Summary: A software version control visualization tool
|
|
Group: Graphical Desktop/Applications/Development
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gource.io/
|
|
Source: https://github.com/acaudwell/Gource/releases/download/gource-%{version}/gource-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libGLU-devel
|
|
BuildRequires: libSDL2-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libboost-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglew-devel
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libpcre2-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libsdl2_image-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
A software version control visualization tool.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gource
|
|
%dir %{_datadir}/gource
|
|
%{_datadir}/gource/*
|
|
%{_mandir}/man1/gource.1*
|
|
%doc COPYING THANKS
|
|
|
|
%changelog
|
|
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 0.53-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 01 2022 Automatic Build System <autodist@mambasoft.it> 0.52-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 16 2019 Automatic Build System <autodist@mambasoft.it> 0.51-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 18 2019 Automatic Build System <autodist@mambasoft.it> 0.50-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 31 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.49-1mamba
|
|
- package created using the webbuild interface
|