Accepting request 396580 from X11:XOrg
- tagged baselibs.conf as source in specfile - renamed -devel package to libXss-devel, so one can find it easier (provides/obsoletes added accordingly) - rename devel package to libXss-devel OBS-URL: https://build.opensuse.org/request/show/396580 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXScrnSaver?expand=0&rev=8
This commit is contained in:
commit
6b1f27b287
@ -1,4 +1,4 @@
|
|||||||
libXss1
|
libXss1
|
||||||
libXScrnSaver-devel
|
libXss-devel
|
||||||
requires -libXScrnSaver-<targettype>
|
requires -libXss-<targettype>
|
||||||
requires "libXss1-<targettype> = <version>"
|
requires "libXss1-<targettype> = <version>"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 18 08:55:20 UTC 2016 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- tagged baselibs.conf as source in specfile
|
||||||
|
- renamed -devel package to libXss-devel, so one can find it easier
|
||||||
|
(provides/obsoletes added accordingly)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 10:28:16 UTC 2016 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- rename devel package to libXss-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXScrnSaver
|
# spec file for package libXScrnSaver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXScrnSaver
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXScrnSaver
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXScrnSaver/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXScrnSaver/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -56,12 +57,14 @@ burning the cathode ray tube phosphors. This extension allows an
|
|||||||
external "screen saver" client to detect when the alternate image is
|
external "screen saver" client to detect when the alternate image is
|
||||||
to be displayed and to provide the graphics.
|
to be displayed and to provide the graphics.
|
||||||
|
|
||||||
%package devel
|
%package -n libXss-devel
|
||||||
Summary: Development files for the X11 Screen Saver extension library
|
Summary: Development files for the X11 Screen Saver extension library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
Provides: libXScrnSaver-devel = 1.2.2
|
||||||
|
Obsoletes: libXScrnSaver-devel < 1.2.2
|
||||||
|
|
||||||
%description devel
|
%description -n libXss-devel
|
||||||
The X Window System provides support for changing the image on a
|
The X Window System provides support for changing the image on a
|
||||||
display screen after a user-settable period of inactivity to avoid
|
display screen after a user-settable period of inactivity to avoid
|
||||||
burning the cathode ray tube phosphors. This extension allows an
|
burning the cathode ray tube phosphors. This extension allows an
|
||||||
@ -91,7 +94,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libXss.so.1*
|
%_libdir/libXss.so.1*
|
||||||
|
|
||||||
%files devel
|
%files -n libXss-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/X11/*
|
%_includedir/X11/*
|
||||||
%_libdir/libXss.so
|
%_libdir/libXss.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user