59 lines
1.4 KiB
RPMSpec
59 lines
1.4 KiB
RPMSpec
|
Name: gource
|
||
|
Version: 0.49
|
||
|
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: http://gource.io/
|
||
|
Source: https://github.com/acaudwell/Gource/releases/download/gource-%{version}/gource-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libGL-devel
|
||
|
BuildRequires: libGLU-devel
|
||
|
BuildRequires: libSDL2-devel
|
||
|
BuildRequires: libboost-devel
|
||
|
BuildRequires: libfreetype-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libglew-devel
|
||
|
BuildRequires: libpcre-devel
|
||
|
BuildRequires: libpng-devel
|
||
|
BuildRequires: libsdl2_image-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libz-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%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
|
||
|
* Fri Aug 31 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.49-1mamba
|
||
|
- package created using the webbuild interface
|