Hello community,

here is the log from the commit of package libt3widget for openSUSE:Factory 
checked in at 2013-08-12 10:14:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libt3widget (Old)
 and      /work/SRC/openSUSE:Factory/.libt3widget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libt3widget"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.libt3widget.new/libt3widget.changes     
2013-08-12 10:15:01.000000000 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Jun 10 13:26:28 UTC 2013 - [email protected]
+
+- Initial package (version 0.4.2) for build.opensuse.org

New:
----
  libt3widget-0.4.2.tar.bz2
  libt3widget.changes
  libt3widget.spec

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

Other differences:
------------------
++++++ libt3widget.spec ++++++
#
# spec file for package libt3widget
#
# 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:           libt3widget
%define lname   libt3widget1
Version:        0.4.2
Release:        0
Summary:        The Tilde terminal dialog toolkit
License:        GPL-3.0
Group:          Development/Libraries/C and C++
Url:            http://os.ghalkes.nl/t3/libt3widget.html

#Git-Clone:     git://github.com/gphalkes/t3widget
Source:         http://os.ghalkes.nl/dist/%name-%version.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  c++_compiler
BuildRequires:  gettext-tools
BuildRequires:  gpm-devel
BuildRequires:  libtool
BuildRequires:  libunistring-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  pkgconfig(libt3key) >= 0.2.0
BuildRequires:  pkgconfig(libt3window) >= 0.2.1
BuildRequires:  pkgconfig(libtranscript) >= 0.2.2
BuildRequires:  pkgconfig(sigc++-2.0)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcb)
%if 0%{?suse_version}
BuildRequires:  fdupes
%endif

%description
The libt3widget library provides a C++ dialog toolkit. It provides
objects for dialogs and widgets like buttons, text fields, check
boxes etc., to facilitate easy construction of dialog based programs
for Unix-type terminals.

%package -n %lname
Summary:        The Tilde terminal dialog toolkit
Group:          System/Libraries

%description -n %lname
The libt3widget library provides a C++ dialog toolkit. It provides
objects for dialogs and widgets like buttons, text fields, check
boxes etc., to facilitate easy construction of dialog based programs
for Unix-type terminals.

%package devel
Summary:        Development files for libt3widget, a terminal dialog library
Group:          Development/Libraries/C and C++
Requires:       %lname = %version

%description devel
The libt3widget library provides a C++ dialog toolkit. It provides
objects for dialogs and widgets like buttons, text fields, check
boxes etc., to facilitate easy construction of dialog based programs
for Unix-type terminals.

This subpackage contains libraries and header files for developing
applications that want to make use of libt3widget.

%prep
%setup -q

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

%install
b="%buildroot"
make install DESTDIR="$b"
rm -f "$b/%_libdir"/*.la
%if 0%{?fdupes:1}
%fdupes %buildroot/%_prefix
%endif

%post   -p /sbin/ldconfig -n %lname
%postun -p /sbin/ldconfig -n %lname

%files -n %lname
%defattr(-,root,root)
%_libdir/libt3widget.so.1*
%_libdir/libt3widget*.mod
%doc COPYING

%files devel
%defattr(-,root,root)
%_includedir/t3/
%_libdir/libt3widget.so
%_libdir/pkgconfig/libt3widget.pc
%_docdir/%name/
%exclude %_docdir/%name/COPYING

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

Reply via email to