Accepting request 522799 from home:avindra

- repackage for stable releases
- updated to latest stable release (0.7.0)

OBS-URL: https://build.opensuse.org/request/show/522799
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=4
This commit is contained in:
Ondřej Súkup 2017-09-11 07:45:00 +00:00 committed by Git OBS Bridge
parent 886610faac
commit c9719c5d80
6 changed files with 72 additions and 150 deletions

View File

@ -1,16 +0,0 @@
<services>
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">git://git.informatik.uni-erlangen.de/re06huxa/herbstluftwm</param>
</service>
<service name="recompress">
<param name="file">*herbstluftwm-*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version">
<param name="basename">herbstluftwm</param>
<param name="file">herbstluftwm.spec</param>
<param name="version">1335135043</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39c39edcdfbdbdfd8d6dfab72992dabca9657bb484f66ffdde3cb6a39e06f8a2
size 69839

View File

@ -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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d17bbc62ec4bc002a471f6b29e6e6ee7f41ccae0347cbde00cee84c3010375e
size 179578

View File

@ -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 Mon Apr 23 19:47:03 UTC 2012 - seiler@b1-systems.de

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -14,73 +14,91 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # 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 Name: herbstluftwm
Version: 0 Version: 0.7.0
Release: 0 Release: 0
Summary: A manual tiling window manager Summary: A manual tiling window manager
License: BSD-2-Clause
Group: System/GUI/Other Group: System/GUI/Other
License: Simplified BSD Url: http://herbstluftwm.org
URL: http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/index.html Source0: http://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.desktop Source1: %{name}.desktop
BuildRequires: asciidoc
BuildRequires: gcc-c++ >= 4.9
BuildRequires: glib2-devel
BuildRequires: libxslt-devel
BuildRequires: ncurses-utils BuildRequires: ncurses-utils
BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-devel
BuildRequires: glib2-devel Requires: xorg-x11-libX11
BuildRequires: asciidoc
BuildRequires: libxslt-devel
Requires: xorg-x11-libX11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# BuildArch: noarch # BuildArch: noarch
%description %description
herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib. herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
%prep %prep
%setup -q %setup -q
%build %build
make make COLOR=0 %{?_smp_mflags}
%install %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 %files
#%%doc BUGS NEWS README %dir %{_datadir}/zsh/functions
%defattr (-, root, root) %dir %{_datadir}/zsh/functions/Completion
%dir /etc/xdg/herbstluftwm %dir %{_datadir}/zsh/functions/Completion/X
%dir %{_datadir}/zsh %dir %{_datadir}/doc/%{name}/
%dir %{_datadir}/zsh/%{_zsh_version} %dir %{_datadir}/doc/%{name}/examples
%dir %{_datadir}/zsh/%{_zsh_version}/functions %dir %{_sysconfdir}/xdg/%{name}
%config /etc/bash_completion.d/herbstclient-completion %{_datadir}/doc/%{name}/BUGS
%{_sysconfdir}/xdg/herbstluftwm/autostart %{_datadir}/doc/%{name}/INSTALL
%{_sysconfdir}/xdg/herbstluftwm/panel.sh %{_datadir}/doc/%{name}/LICENSE
%{_sysconfdir}/xdg/herbstluftwm/restartpanels.sh %{_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}/herbstclient
%{_bindir}/herbstluftwm %{_bindir}/%{name}
#%%{_docdir}/packages/%%{name}/examples/* %{_bindir}/dmenu_run_hlwm
%dir %{_docdir}/%{name} %{_mandir}/man1/herbstclient.1%{ext_man}
%{_docdir}/%{name}/* %{_mandir}/man1/%{name}.1%{ext_man}
%{_mandir}/man1/herbstclient.1.gz %{_mandir}/man7/%{name}-tutorial.7%{ext_man}
%{_mandir}/man1/herbstluftwm.1.gz %{_datadir}/xsessions/%{name}.desktop
%{_datadir}/zsh/%{_zsh_version}/functions/_herbstclient
%{_datadir}/xsessions/herbstluftwm.desktop
%changelog %changelog