Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2013-08-14 22:50:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tilde (Old)
 and      /work/SRC/openSUSE:Factory/.tilde.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tilde"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.tilde.new/tilde.changes 2013-08-14 
22:50:50.000000000 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Jun 10 13:37:10 UTC 2013 - [email protected]
+
+- Initial package (version 0.3.0) for build.opensuse.org

New:
----
  tilde-0.3.0.tar.bz2
  tilde.changes
  tilde.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tilde.spec ++++++
#
# spec file for package tilde
#
# Copyright (c) 2013 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/
#


Name:           tilde
Version:        0.3.0
Release:        0
Summary:        An intuitive text editor for the terminal
License:        GPL-3.0
Group:          Development/Libraries/C and C++
Url:            http://os.ghalkes.nl/t3/libt3widget.html

#Freecode-URL:  http://freecode.com/projects/tilde
#Git-Clone:     git://github.com/gphalkes/tilde
Source:         http://os.ghalkes.nl/dist/%name-%version.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  c++_compiler
BuildRequires:  gettext-devel
BuildRequires:  libacl-devel
BuildRequires:  libattr-devel
BuildRequires:  libunistring-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libt3config) >= 0.2.6
BuildRequires:  pkgconfig(libt3highlight) >= 0.2.1
BuildRequires:  pkgconfig(libt3widget) >= 0.2.0
BuildRequires:  pkgconfig(libtranscript) >= 0.2.0
BuildRequires:  pkgconfig(sigc++-2.0)

%description
Tilde is a text editor for the console/terminal, which provides an
intuitive interface for people accustomed to GUI environments such as
Gnome, KDE and Windows. For example, the short-cut to copy the
current selection is Control-C, and to paste the previously copied
text the short-cut Control-V can be used. As another example, the
File menu can be accessed by pressing Meta-F.

%prep
%setup -q

%build
%configure --docdir="%_docdir/%name"
make %{?_smp_mflags}

%install
b="%buildroot"
make install DESTDIR="$b"

%files
%defattr(-,root,root)
%_bindir/tilde
%_docdir/%name/
%_mandir/man1/tilde.1*
%doc COPYING

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to