119 lines
3.6 KiB
RPMSpec
119 lines
3.6 KiB
RPMSpec
Name: gkrellm
|
|
Version: 2.4.0
|
|
Release: 1mamba
|
|
Summary: A GUI single process stack of system monitors
|
|
Group: Graphical Desktop/Applications/Administration
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gkrellm.srcbox.net/
|
|
Source0: http://gkrellm.srcbox.net/releases/gkrellm-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgtk2-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libntlm-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libsensors-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.
|
|
This package contains header files needed for development.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall \
|
|
INSTALL_ROOT=%{buildroot} \
|
|
CFGDIR=%{buildroot}%{_sysconfdir} \
|
|
PREFIX=%{_prefix} \
|
|
PKGCONFIGDIR=%{buildroot}%{_libdir}/pkgconfig
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%config(noreplace) %{_sysconfdir}/gkrellmd.conf
|
|
%{_bindir}/gkrellm
|
|
%{_bindir}/gkrellmd
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_metainfodir}/net.srcbox.gkrellm.GKrellM.metainfo.xml
|
|
%{_unitdir}/gkrellmd.service
|
|
%{_datadir}/icons/hicolor/*/apps/gkrellm.png
|
|
%{_mandir}/man1/gkrellm.1*
|
|
%{_mandir}/man1/gkrellmd.1*
|
|
%doc CREDITS README
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/gkrellm2
|
|
%{_includedir}/gkrellm2/*.h
|
|
%{_libdir}/pkgconfig/gkrellm.pc
|
|
|
|
%changelog
|
|
* Wed Jan 22 2025 Automatic Build System <autodist@openmamba.org> 2.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 2.3.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 20 2016 Automatic Build System <autodist@mambasoft.it> 2.3.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 01 2016 Automatic Build System <autodist@mambasoft.it> 2.3.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 18 2016 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
|
|
- update to 2.3.7
|
|
|
|
* Fri Oct 15 2010 Automatic Build System <autodist@mambasoft.it> 2.3.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jan 13 2010 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Feb 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Nov 01 2008 gil <puntogil@libero.it> 2.3.2-1mamba
|
|
- update to 2.3.2
|
|
- added package devel
|
|
|
|
* Tue Jul 22 2008 gil <puntogil@libero.it> 2.3.1-1mamba
|
|
- update to 2.3.1
|
|
- added desktop file
|
|
|
|
* Tue May 29 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.10-1mamba
|
|
- package created by autospec
|