Hello community,

here is the log from the commit of package libkscreen for openSUSE:Factory 
checked in at 2013-07-08 11:56:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkscreen (Old)
 and      /work/SRC/openSUSE:Factory/.libkscreen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkscreen"

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

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen.new/libkscreen.changes       
2013-07-08 11:56:41.000000000 +0200
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Fri Jul  5 16:08:18 UTC 2013 - tittiatc...@gmail.com
+
+- Add COPYING license file to filelist
+
+-------------------------------------------------------------------
+Mon Jun 17 16:50:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Initial package
+
+
+

New:
----
  libkscreen-1.0.tar.bz2
  libkscreen.changes
  libkscreen.spec

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

Other differences:
------------------
++++++ libkscreen.spec ++++++
#
# spec file for package libkscreen
#
# Copyright (c) 2012 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/
#
%define soversion 1
Name:           libkscreen
Version:        1.0
Release:        0
License:        GPL-2.0+
Summary:        KDE's screen management library
Url:            http://www.kde.org
Group:          System/GUI/KDE
Source:         
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:  libkde4-devel >= 4.7.0
BuildRequires:  libqjson-devel >= 0.8.1
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xcb-image)
BuildRequires:  pkgconfig(xcb-renderutil)
Provides:       libkscreen-plugin
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%description
Dynamic display management library for KDE

%package devel
License:        GPL-2.0+
Summary:        KDE's screen management library (development package)
Group:          Development/Libraries/C and C++
Requires:       %{name}%{soversion} = %{version}

%description devel
Development files belonging to libkscreen, dynamic display management in KDE

%package -n %{name}%{soversion}
License:        GPL-2.0+
Summary:        KDE's screen management library
Group:          System/GUI/KDE
Recommends:     libkscreen-plugin

%description -n %{name}%{soversion}
Shared library for dynamic display management in KDE

%prep
%setup -q

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  pushd build
  %kde4_makeinstall
  popd
  %kde_post_install

%post -n %{name}%{soversion} -p /sbin/ldconfig

%postun -n %{name}%{soversion} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING
%dir %{_kde4_modulesdir}/plugins/kscreen
%{_kde4_modulesdir}/plugins/kscreen/KSC_XRandR.so
%{_kde4_modulesdir}/plugins/kscreen/KSC_XRandR11.so

%files -n %{name}%{soversion}
%defattr(-,root,root)
%doc COPYING
%{_kde4_libdir}/%{name}.so.%{soversion}*

%files devel
%defattr(-,root,root)
%doc COPYING
%{_kde4_includedir}/kscreen/
%{_kde4_libdir}/%{name}.so
%{_kde4_libdir}/pkgconfig/kscreen.pc
%{_kde4_libdir}/cmake/LibKScreen/
%{_kde4_modulesdir}/plugins/kscreen/KSC_Fake.so

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to