Skip to content

Commit

Permalink
Update version to v0.1.1
Browse files Browse the repository at this point in the history
Include spec file for new version.
  • Loading branch information
jcrd committed May 11, 2020
1 parent 289f62d commit 445e04a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.1.1
38 changes: 38 additions & 0 deletions spec/wm-launch-0.1.1.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Name: wm-launch
Version: 0.1.1
Release: 1%{?dist}
Summary: Tool to launch X11 clients with unique IDs

License: LGPL
URL: https://github.com/jcrd/wm-launch
Source0: https://github.com/jcrd/wm-launch/archive/v0.1.1.tar.gz

BuildRequires: gcc
BuildRequires: libX11-devel
BuildRequires: libxcb-devel
BuildRequires: perl

%global debug_package %{nil}

%description
wm-launch provides a shared library for use with LD_PRELOAD and a command-line tool to set IDs on newly created X11 windows.

%prep
%setup

%build
%make_build PREFIX=/usr

%install
%make_install PREFIX=/usr

%files
%license LICENSE
%doc README.md
/usr/bin/%{name}
/usr/lib/wm-launch/%{name}-preload.so
/usr/share/man/man1/%{name}.1.gz

%changelog
* Mon May 11 2020 James Reed <[email protected]> - 0.1.1
- Initial package

0 comments on commit 445e04a

Please sign in to comment.