Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Update version to v0.1.0
Browse files Browse the repository at this point in the history
Include spec file for new version.
  • Loading branch information
jcrd committed May 25, 2020
1 parent 57e2243 commit 6e1ec80
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.0
v0.1.0
44 changes: 44 additions & 0 deletions spec/clipped-0.1.0.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Name: clipped
Version: 0.1.0
Release: 1%{?dist}
Summary: X11 primary/clipboard selection monitor

License: MIT
URL: https://github.com/jcrd/clipped
Source0: https://github.com/jcrd/clipped/archive/v0.1.0.tar.gz

BuildRequires: gcc
BuildRequires: perl

BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xfixes)

Requires: bash
Requires: xsel

%global debug_package %{nil}

%description
clipped monitors the ownership of the primary and clipboard X11 selections. When ownership changes, the name of the selection that changed is printed.
It also provides the clipsync script to synchronize content between the primary and clipboard selections using xclip.

%prep
%setup

%build
%make_build PREFIX=/usr

%install
%make_install PREFIX=/usr

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_bindir}/clipsync
/usr/lib/systemd/user/clipsync.service
%{_mandir}/man1/%{name}.1.gz

%changelog
* Sun May 24 2020 James Reed <[email protected]> - 0.1.0
- Initial package

0 comments on commit 6e1ec80

Please sign in to comment.