72 lines
2.7 KiB
RPMSpec
72 lines
2.7 KiB
RPMSpec
Name: gluqlo
|
|
Version: 1.1.20210211git
|
|
Release: 1mamba
|
|
Summary: A SDL remake of well-known awesome Fliqlo screensaver
|
|
Group: Graphical Desktop/Look 'n' feel/Screensavers
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/alexanderk23/gluqlo.git
|
|
## GITSOURCE https://github.com/alexanderk23/gluqlo.git master
|
|
Source: https://github.com/alexanderk23/gluqlo.git/master/gluqlo-%{version}.tar.bz2
|
|
License: ISC
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libSDL-devel
|
|
BuildRequires: libSDL_gfx-devel
|
|
BuildRequires: libSDL_ttf-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Gluqlo (or Глюкало, if you prefer) is a SDL remake of well-known awesome Fliqlo screensaver which is originally avaliable for Windows and OSX platforms only. Gluqlo is inspired by (and to some extent is based on) noflipqlo aka Now Open Flipqlo 2.0 by Jacek Kuźniarski. Currently it's very close to original Fliqlo (as I hope).
|
|
|
|
%package -n xscreensaver-gluqlo
|
|
Summary: A SDL remake of well-known awesome Fliqlo screensaver
|
|
Group: Graphical Desktop/Look 'n' feel/Screensavers
|
|
Requires: xscreensaver-daemon
|
|
|
|
%description -n xscreensaver-gluqlo
|
|
Gluqlo (or Глюкало, if you prefer) is a SDL remake of well-known awesome Fliqlo screensaver which is originally avaliable for Windows and OSX platforms only. Gluqlo is inspired by (and to some extent is based on) noflipqlo aka Now Open Flipqlo 2.0 by Jacek Kuźniarski. Currently it's very close to original Fliqlo (as I hope).
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
sed -i "s|-o root||" Makefile
|
|
sed -i "s|/usr/share/xscreensaver/config|%{_sysconfdir}/xscreensaver|" Makefile
|
|
sed -i "s|/usr/lib|%{_libexecdir}|" Makefile gluqlo.desktop
|
|
sed -i "/strip gluqlo/d" Makefile
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -n xscreensaver-gluqlo
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xscreensaver/gluqlo.xml
|
|
%{_libexecdir}/xscreensaver/gluqlo
|
|
%{_datadir}/applications/screensavers/gluqlo.desktop
|
|
%{_datadir}/gluqlo/gluqlo.ttf
|
|
%{_datadir}/pixmaps/gluqlo.png
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.20210211git-1mamba
|
|
- update to 1.1.20210211git
|
|
|
|
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20190706git-1mamba
|
|
- package created using the webbuild interface
|