From a2a0936e9ddbd52e2fba68d02c84443034685c5c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:21:30 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.49-1mamba;Fri Aug 31 2018] --- README.md | 2 ++ gource.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 gource.spec diff --git a/README.md b/README.md index d9773ab..a674e82 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gource +A software version control visualization tool. + diff --git a/gource.spec b/gource.spec new file mode 100644 index 0000000..db843d8 --- /dev/null +++ b/gource.spec @@ -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 +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 0.49-1mamba +- package created using the webbuild interface