diff --git a/_service b/_service deleted file mode 100644 index 2ef03e3..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - git - git://git.informatik.uni-erlangen.de/re06huxa/herbstluftwm - - - *herbstluftwm-*.tar - bz2 - - - herbstluftwm - herbstluftwm.spec - 1335135043 - - - diff --git a/_service:recompress:tar_scm:herbstluftwm-1335135043.tar.bz2 b/_service:recompress:tar_scm:herbstluftwm-1335135043.tar.bz2 deleted file mode 100644 index 4247034..0000000 --- a/_service:recompress:tar_scm:herbstluftwm-1335135043.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c39edcdfbdbdfd8d6dfab72992dabca9657bb484f66ffdde3cb6a39e06f8a2 -size 69839 diff --git a/_service:set_version:herbstluftwm.spec b/_service:set_version:herbstluftwm.spec deleted file mode 100644 index 38f6333..0000000 --- a/_service:set_version:herbstluftwm.spec +++ /dev/null @@ -1,86 +0,0 @@ -# -# spec file for package [spectemplate] -# -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# -# norootforbuild -%if 0%{?suse_version} <= 1210 -%define _zsh_version 4.3.12 -%else -%define _zsh_version 4.3.15 -%endif - -Name: herbstluftwm -Version: 1335135043 -Release: 0 -Summary: A manual tiling window manager -Group: System/GUI/Other -License: Simplified BSD -URL: http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/index.html -Source0: %{name}-%{version}.tar.bz2 -Source1: %{name}.desktop -BuildRequires: ncurses-utils -BuildRequires: xorg-x11-devel -BuildRequires: glib2-devel -BuildRequires: asciidoc -BuildRequires: libxslt-devel -Requires: xorg-x11-libX11 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# BuildArch: noarch - -%description -herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib. - -%prep -%setup -q - - -%build -make - - -%install -make install INSTALLDIR=%{buildroot} PREFIX=%{buildroot}%{_prefix} LICENSEDIR=%{buildroot}/%{_datadir}/doc/packages/%{name} DOCDIR=%{buildroot}/%{_docdir}/%{name} ZSHCOMPLETIONDIR=%{buildroot}/%{_datadir}/zsh/%{_zsh_version}/functions/ - -#BINDIR=%%{buildroot}/%%{_bindir} DOCDIR=%%{buildroot}/%%{_datadir}/doc/packages/ ZSHCOMPLETIONDIR=%%{buildroot}/%%{_datadir}/zsh/%%{_zsh_version}/functions/ LICENSEDIR=%%{buildroot}/%%{_datadir}/doc/packages/ MANDIR=%%{buildroot}/%%{_mandir}/man1 CONFIGDIR=%%{buildroot}/%%{_sysconfdir}/xdg/herbstluftwm/ EXAMPLESDIR=%%{buildroot}/%%{_datadir}/doc/packages/ - - -%{__install} -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop - - -%clean -rm -rf %{buildroot} - -%files -#%%doc BUGS NEWS README -%defattr (-, root, root) -%dir /etc/xdg/herbstluftwm -%dir %{_datadir}/zsh -%dir %{_datadir}/zsh/%{_zsh_version} -%dir %{_datadir}/zsh/%{_zsh_version}/functions -%config /etc/bash_completion.d/herbstclient-completion -%{_sysconfdir}/xdg/herbstluftwm/autostart -%{_sysconfdir}/xdg/herbstluftwm/panel.sh -%{_sysconfdir}/xdg/herbstluftwm/restartpanels.sh -%{_bindir}/herbstclient -%{_bindir}/herbstluftwm -#%%{_docdir}/packages/%%{name}/examples/* -%dir %{_docdir}/%{name} -%{_docdir}/%{name}/* -%{_mandir}/man1/herbstclient.1.gz -%{_mandir}/man1/herbstluftwm.1.gz -%{_datadir}/zsh/%{_zsh_version}/functions/_herbstclient -%{_datadir}/xsessions/herbstluftwm.desktop - -%changelog diff --git a/herbstluftwm-0.7.0.tar.gz b/herbstluftwm-0.7.0.tar.gz new file mode 100644 index 0000000..7251a8e --- /dev/null +++ b/herbstluftwm-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d17bbc62ec4bc002a471f6b29e6e6ee7f41ccae0347cbde00cee84c3010375e +size 179578 diff --git a/herbstluftwm.changes b/herbstluftwm.changes index b7908be..4c20ea3 100644 --- a/herbstluftwm.changes +++ b/herbstluftwm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 5 03:45:45 UTC 2017 - aavindraa@gmail.com + +- repackage for stable releases +- updated to latest stable release (0.7.0) + ------------------------------------------------------------------- Mon Apr 23 19:47:03 UTC 2012 - seiler@b1-systems.de diff --git a/herbstluftwm.spec b/herbstluftwm.spec index 2fcec41..c92d64a 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -1,7 +1,7 @@ # -# spec file for package [spectemplate] +# spec file for package herbstluftwm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -14,73 +14,91 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%if 0%{?suse_version} <= 1210 -%define _zsh_version 4.3.12 -%else -%define _zsh_version 4.3.15 -%endif + Name: herbstluftwm -Version: 0 +Version: 0.7.0 Release: 0 Summary: A manual tiling window manager +License: BSD-2-Clause Group: System/GUI/Other -License: Simplified BSD -URL: http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/index.html -Source0: %{name}-%{version}.tar.bz2 +Url: http://herbstluftwm.org +Source0: http://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz Source1: %{name}.desktop +BuildRequires: asciidoc +BuildRequires: gcc-c++ >= 4.9 +BuildRequires: glib2-devel +BuildRequires: libxslt-devel BuildRequires: ncurses-utils BuildRequires: xorg-x11-devel -BuildRequires: glib2-devel -BuildRequires: asciidoc -BuildRequires: libxslt-devel -Requires: xorg-x11-libX11 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: xorg-x11-libX11 # BuildArch: noarch %description herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib. -%prep +%prep %setup -q %build -make +make COLOR=0 %{?_smp_mflags} %install -make install INSTALLDIR=%{buildroot} PREFIX=%{buildroot}%{_prefix} LICENSEDIR=%{buildroot}/%{_datadir}/doc/packages/%{name} DOCDIR=%{buildroot}/%{_docdir}/%{name} ZSHCOMPLETIONDIR=%{buildroot}/%{_datadir}/zsh/%{_zsh_version}/functions/ +make install \ + INSTALL="install -p" \ + DESTDIR=%{buildroot} \ + PREFIX="%{_prefix}" \ + DATADIR="%{_datadir}" + DOCDIR="%{_docdir}/%{name}" -#BINDIR=%%{buildroot}/%%{_bindir} DOCDIR=%%{buildroot}/%%{_datadir}/doc/packages/ ZSHCOMPLETIONDIR=%%{buildroot}/%%{_datadir}/zsh/%%{_zsh_version}/functions/ LICENSEDIR=%%{buildroot}/%%{_datadir}/doc/packages/ MANDIR=%%{buildroot}/%%{_mandir}/man1 CONFIGDIR=%%{buildroot}/%%{_sysconfdir}/xdg/herbstluftwm/ EXAMPLESDIR=%%{buildroot}/%%{_datadir}/doc/packages/ +install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop -%{__install} -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop - - -%clean -rm -rf %{buildroot} - %files -#%%doc BUGS NEWS README -%defattr (-, root, root) -%dir /etc/xdg/herbstluftwm -%dir %{_datadir}/zsh -%dir %{_datadir}/zsh/%{_zsh_version} -%dir %{_datadir}/zsh/%{_zsh_version}/functions -%config /etc/bash_completion.d/herbstclient-completion -%{_sysconfdir}/xdg/herbstluftwm/autostart -%{_sysconfdir}/xdg/herbstluftwm/panel.sh -%{_sysconfdir}/xdg/herbstluftwm/restartpanels.sh +%dir %{_datadir}/zsh/functions +%dir %{_datadir}/zsh/functions/Completion +%dir %{_datadir}/zsh/functions/Completion/X +%dir %{_datadir}/doc/%{name}/ +%dir %{_datadir}/doc/%{name}/examples +%dir %{_sysconfdir}/xdg/%{name} +%{_datadir}/doc/%{name}/BUGS +%{_datadir}/doc/%{name}/INSTALL +%{_datadir}/doc/%{name}/LICENSE +%{_datadir}/doc/%{name}/NEWS +%{_datadir}/doc/%{name}/examples/README +%{_datadir}/doc/%{name}/examples/dmenu.sh +%{_datadir}/doc/%{name}/examples/dumpbeautify.sh +%{_datadir}/doc/%{name}/examples/exec_on_tag.sh +%{_datadir}/doc/%{name}/examples/execwith.sh +%{_datadir}/doc/%{name}/examples/floatmon.sh +%{_datadir}/doc/%{name}/examples/herbstcommander.sh +%{_datadir}/doc/%{name}/examples/keychain.sh +%{_datadir}/doc/%{name}/examples/lasttag.sh +%{_datadir}/doc/%{name}/examples/layout.sh +%{_datadir}/doc/%{name}/examples/loadstate.sh +%{_datadir}/doc/%{name}/examples/maximize.sh +%{_datadir}/doc/%{name}/examples/q3terminal.sh +%{_datadir}/doc/%{name}/examples/savestate.sh +%{_datadir}/doc/%{name}/examples/scratchpad.sh +%{_datadir}/doc/%{name}/examples/toggledualhead.sh +%{_datadir}/doc/%{name}/examples/windowmenu.sh +%{_datadir}/doc/%{name}/examples/wselect.sh +%{_datadir}/doc/%{name}/herbstclient.html +%{_datadir}/doc/%{name}/%{name}-tutorial.html +%{_datadir}/doc/%{name}/%{name}.html +%config %{_sysconfdir}/bash_completion.d/herbstclient-completion +%{_datadir}/zsh/functions/Completion/X/_herbstclient +%{_sysconfdir}/xdg/%{name}/autostart +%{_sysconfdir}/xdg/%{name}/panel.sh +%{_sysconfdir}/xdg/%{name}/restartpanels.sh %{_bindir}/herbstclient -%{_bindir}/herbstluftwm -#%%{_docdir}/packages/%%{name}/examples/* -%dir %{_docdir}/%{name} -%{_docdir}/%{name}/* -%{_mandir}/man1/herbstclient.1.gz -%{_mandir}/man1/herbstluftwm.1.gz -%{_datadir}/zsh/%{_zsh_version}/functions/_herbstclient -%{_datadir}/xsessions/herbstluftwm.desktop +%{_bindir}/%{name} +%{_bindir}/dmenu_run_hlwm +%{_mandir}/man1/herbstclient.1%{ext_man} +%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man7/%{name}-tutorial.7%{ext_man} +%{_datadir}/xsessions/%{name}.desktop %changelog