- Updated to new upstream libXScrnSaver-0.99.1 which changes the .so name
back to libXss, but keeps the inconsistent package name. This may change again in the future.
This commit is contained in:
parent
5587c7b108
commit
e25062872b
@ -1 +1,2 @@
|
|||||||
libXScrnSaver-0.99.0.tar.bz2
|
libXScrnSaver-0.99.0.tar.bz2
|
||||||
|
libXScrnSaver-0.99.1.tar.bz2
|
||||||
|
@ -1,34 +1,32 @@
|
|||||||
|
Summary: X.Org X11 libXss runtime library
|
||||||
Summary: X.Org X11 libXScrnSaver runtime library
|
|
||||||
Name: libXScrnSaver
|
Name: libXScrnSaver
|
||||||
Version: 0.99.0
|
Version: 0.99.1
|
||||||
Release: 3
|
Release: 1
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
|
||||||
|
|
||||||
Conflicts: XFree86-libs, xorg-x11-libs
|
Conflicts: XFree86-libs, xorg-x11-libs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXScrnSaver runtime library
|
X.Org X11 libXss runtime library
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXScrnSaver development package
|
Summary: X.Org X11 libXScrnSaver development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
Conflicts: XFree86-devel, xorg-x11-devel
|
Conflicts: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXScrnSaver development package
|
X.Org X11 libXss development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -37,7 +35,6 @@ X.Org X11 libXScrnSaver development package
|
|||||||
%define with_static 0
|
%define with_static 0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
%if ! %{with_static}
|
%if ! %{with_static}
|
||||||
--disable-static
|
--disable-static
|
||||||
@ -45,7 +42,6 @@ X.Org X11 libXScrnSaver development package
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
@ -62,15 +58,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README INSTALL ChangeLog
|
%doc AUTHORS COPYING README INSTALL ChangeLog
|
||||||
%dir %{_libdir}
|
%dir %{_libdir}
|
||||||
%{_libdir}/libXScrnSaver.so.7
|
%{_libdir}/libXss.so.7
|
||||||
%{_libdir}/libXScrnSaver.so.7.0.0
|
%{_libdir}/libXss.so.7.0.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%if %{with_static}
|
%if %{with_static}
|
||||||
%{_libdir}/libXScrnSaver.a
|
%{_libdir}/libXss.a
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/libXScrnSaver.so
|
%{_libdir}/libXss.so
|
||||||
%dir %{_libdir}/pkgconfig
|
%dir %{_libdir}/pkgconfig
|
||||||
%{_libdir}/pkgconfig/xscrnsaver.pc
|
%{_libdir}/pkgconfig/xscrnsaver.pc
|
||||||
%dir %{_mandir}
|
%dir %{_mandir}
|
||||||
@ -78,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/Xss.3.gz
|
%{_mandir}/man3/Xss.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 3 2005 Mike A. Harris <mharris.com> 0.99.1-1
|
||||||
|
- Updated to new upstream libXScrnSaver-0.99.1 which changes the .so name back
|
||||||
|
to libXss, but keeps the inconsistent package name. This may change again
|
||||||
|
in the future.
|
||||||
|
|
||||||
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-3
|
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-3
|
||||||
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
||||||
between developers.
|
between developers.
|
||||||
|
Loading…
Reference in New Issue
Block a user