automatic version update by autodist [release 1.11.5-1mamba;Fri Apr 03 2020]
This commit is contained in:
parent
96581152f1
commit
2f6d8266b3
97
conky.spec
97
conky.spec
@ -1,13 +1,13 @@
|
||||
Name: conky
|
||||
Version: 1.9.0
|
||||
Release: 3mamba
|
||||
Version: 1.11.5
|
||||
Release: 1mamba
|
||||
Summary: A light-weight system monitor
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sourceforge.net/projects/conky/
|
||||
Source: http://downloads.sourceforge.net/conky/conky-%{version}.tar.bz2
|
||||
Source: https://github.com/brndnmtthws/conky.git/v%{version}/conky-%{version}.tar.bz2
|
||||
Patch0: conky-1.6.0-rdtsc.patch
|
||||
Patch1: conky-1.6.1-ifaddrs.patch
|
||||
License: GPL
|
||||
@ -114,43 +114,90 @@ syntax coloring of your $HOME/.conkyrc file.
|
||||
#%patch1 -p1 -b .ifaddrs
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-wlan \
|
||||
--enable-xft \
|
||||
--enable-mpd \
|
||||
--enable-audacious=no \
|
||||
--enable-seti \
|
||||
--enable-rss \
|
||||
--enable-double-buffer \
|
||||
--enable-own-window \
|
||||
--enable-debug \
|
||||
--enable-proc-uptime \
|
||||
--enable-smapi \
|
||||
--enable-eve \
|
||||
--with-x
|
||||
## --enable-bmpx \ --enable-nvidia \
|
||||
## --enable-xmms2 \
|
||||
%cmake -d build
|
||||
|
||||
#% configure \
|
||||
# --enable-wlan \
|
||||
# --enable-xft \
|
||||
# --enable-mpd \
|
||||
# --enable-audacious=no \
|
||||
# --enable-seti \
|
||||
# --enable-rss \
|
||||
# --enable-double-buffer \
|
||||
# --enable-own-window \
|
||||
# --enable-debug \
|
||||
# --enable-proc-uptime \
|
||||
# --enable-smapi \
|
||||
# --enable-eve \
|
||||
# --with-x
|
||||
### --enable-bmpx \ --enable-nvidia \
|
||||
### --enable-xmms2 \
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/conky
|
||||
%config(noreplace) %{_sysconfdir}/conky/conky.conf
|
||||
%config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf
|
||||
%{_bindir}/conky
|
||||
%{_mandir}/man1/conky.1*
|
||||
%{_libdir}/libtcp-portmon.so
|
||||
%{_datadir}/applications/conky.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/conky-logomark-violet.svg
|
||||
%dir %{_datadir}/doc/conky-%{version}_pre
|
||||
%{_datadir}/doc/conky-%{version}_pre/*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README TODO extras/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 03 2020 Automatic Build System <autodist@mambasoft.it> 1.11.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 18 2018 Automatic Build System <autodist@mambasoft.it> 1.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 15 2018 Automatic Build System <autodist@mambasoft.it> 1.10.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 21 2018 Automatic Build System <autodist@mambasoft.it> 1.10.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 27 2016 Automatic Build System <autodist@mambasoft.it> 1.10.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 08 2016 Automatic Build System <autodist@mambasoft.it> 1.10.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 01 2016 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 25 2016 Automatic Build System <autodist@mambasoft.it> 1.10.3-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 25 2016 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 04 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 04 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 21 2015 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
|
||||
- update to 1.10.0
|
||||
|
||||
* Sun Aug 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-3mamba
|
||||
- rebuilt by autoport with build requirements: libiw-devel>=30.pre9-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user