Mailinglist Archive: opensuse-commit (1019 mails)
| < Previous | Next > |
commit xsel for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 30 Nov 2010 17:32:31 +0100
- Message-id: <20101130163231.D518B202AA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xsel for openSUSE:Factory
checked in at Tue Nov 30 17:32:31 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ xsel/xsel.changes 2010-02-19 15:24:51.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Fri Feb 19 11:58:47 UTC 2010 - guido+opensuse.org@xxxxxxxxxxxxxxxx
+
+- cleaned up specfile, use separate changes file
+
+-------------------------------------------------------------------
+Mon Dec 21 00:00:00 UTC 2009 - guido+opensuse.org@xxxxxxxxxxxxxxxx
+
+- initial packaging of xsel
+
calling whatdependson for head-i586
New:
----
xsel-1.2.0.tar.gz
xsel.changes
xsel.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xsel.spec ++++++
#
# spec file for package xsel (Version 1.2.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster.
#
# 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/
#
Name: xsel
Summary: Command-line Program for Getting and Setting the Contents of
the X Selection
Version: 1.2.0
Release: 1
License: MIT
Group: System/X11/Utilities
AutoReqProv: on
Source:
http://www.kfish.org/software/xsel/download/xsel-%{version}.tar.gz
Url: http://www.kfish.org/software/xsel/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xorg-x11-devel
Requires: xorg-x11
%description
XSel is a command-line program for getting and setting the contents of the X
selection. Normally this is only accessible by manually highlighting
information and pasting it with the middle mouse button.
Authors:
--------
Conrad Parker <conrad@xxxxxxxxxxxx>
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README
%doc %{_mandir}/man1/xsel.1x*
%{_bindir}/xsel
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |