]> git.pld-linux.org Git - packages/xorg-lib-libX11.git/commitdiff
- rel 3; revert latest change as it is not needed in multilib environment (just make... auto/th/xorg-lib-libX11-1_3_6-3 auto/ti/xorg-lib-libX11-1_3_6-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Oct 2010 09:14:00 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-lib-libX11.spec -> 1.68

xorg-lib-libX11.spec

index ea50d5024c656f99a351e2fca696d17aa5e8d950..a73d56ae3b75d2754288ebc0dedf1da4c65e85b4 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Core X11 protocol client library
 Summary(pl.UTF-8):     Podstawowa biblioteka kliencka protokołu X11
 Name:          xorg-lib-libX11
 Version:       1.3.6
-Release:       2
+Release:       3
 License:       MIT
 Group:         X11/Libraries
 Source0:       http://xorg.freedesktop.org/releases/individual/lib/libX11-%{version}.tar.bz2
@@ -41,7 +41,8 @@ BuildRequires:        xorg-lib-libXdmcp-devel
 BuildRequires: xorg-proto-bigreqsproto-devel
 BuildRequires: xorg-proto-xcmiscproto-devel
 %endif
-Requires:      %{name}-libs = %{version}-%{release}
+%{?with_xcb:Requires:  libxcb >= 1.2}
+Obsoletes:     libX11
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,20 +51,6 @@ Core X11 protocol client library.
 %description -l pl.UTF-8
 Podstawowa biblioteka kliencka protokołu X11.
 
-%package libs
-Summary:       libX11 library itself
-Summary(pl.UTF-8):     Sama biblioteka libX11
-Group:         Libraries
-Requires(post,postun): /sbin/ldconfig
-%{?with_xcb:Requires:  libxcb >= 1.2}
-Obsoletes:     libX11
-
-%description libs
-libX11 library itself.
-
-%description libs -l pl.UTF-8
-Sama biblioteka libX11.
-
 %package devel
 Summary:       Header files for libX11 library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libX11
@@ -136,10 +123,10 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  libs -p /sbin/ldconfig
-%postun        libs -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
-%pretrans libs
+%pretrans
 # this needs to be a dir
 if [ -L %{_libdir}/X11 ]; then
        umask 022
@@ -150,6 +137,14 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/libX11.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libX11.so.6
+%if %{with xcb}
+%attr(755,root,root) %{_libdir}/libX11-xcb.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libX11-xcb.so.1
+%endif
+%dir %{_libdir}/X11
+%{_libdir}/X11/Xcms.txt
 %dir %{_datadir}/X11
 %{_datadir}/X11/XErrorDB
 %dir %{_datadir}/X11/locale
@@ -223,17 +218,6 @@ fi
 %lang(zh_TW) %{_datadir}/X11/locale/zh_TW.big5
 %{_mandir}/man5/*Compose.5x*
 
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libX11.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libX11.so.6
-%if %{with xcb}
-%attr(755,root,root) %{_libdir}/libX11-xcb.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libX11-xcb.so.1
-%endif
-%dir %{_libdir}/X11
-%{_libdir}/X11/Xcms.txt
-
 %files devel
 %defattr(644,root,root,755)
 # PDF chosen - docs include pictures
This page took 0.044995 seconds and 4 git commands to generate.