Skip to content

Commit

Permalink
Update version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrd committed May 27, 2020
1 parent 4a51f41 commit ab87baa
Show file tree
Hide file tree
Showing 2 changed files with 54 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.1
v0.2.0
53 changes: 53 additions & 0 deletions spec/wm-launch-0.2.0.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Name: wm-launch
Version: 0.2.0
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.2.0.tar.gz

Requires: bash

BuildRequires: gcc
BuildRequires: perl
BuildRequires: go
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)

%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
%{_bindir}/%{name}
%{_bindir}/%{name}d
/usr/lib/wm-launch/%{name}-preload.so
/usr/lib/systemd/user/%{name}d.service
%{_mandir}/man1/%{name}.1.gz

%changelog
* Wed May 27 2020 James Reed <[email protected]> - 0.2.0-1
- Release v0.2.0
- Build now requires go

* Wed May 27 2020 James Reed <[email protected]> - 0.1.1-3
- Use rpm macros in files section

* Sun May 24 2020 James Reed <[email protected]> - 0.1.1-2
- Use pkgconfig in build requires

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

0 comments on commit ab87baa

Please sign in to comment.