package created using the webbuild interface [release 0.49-1mamba;Fri Aug 31 2018]
This commit is contained in:
parent
3e9dad1c83
commit
a2a0936e9d
58
gource.spec
Normal file
58
gource.spec
Normal file
@ -0,0 +1,58 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user