]> git.pld-linux.org Git - packages/xorg-lib-libXrandr.git/commitdiff
- cleanups, ported back to Linux
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Aug 2005 17:56:06 +0000 (17:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-lib-libXrandr.spec -> 1.4

xorg-lib-libXrandr.spec

index cdf78c929e1140df507a5aad3145e37dc35584ab..72052a37c7d8b07ffb99a4425ba807439fc60e3c 100644 (file)
@@ -1,5 +1,3 @@
-
-#
 Summary:       X Randr extension library
 Summary(pl):   Biblioteka rozszerzenia X Randr
 Name:          xorg-lib-libXrandr
@@ -12,14 +10,14 @@ Source0:    http://xorg.freedesktop.org/X11R7.0-RC0/lib/libXrandr-%{version}.tar.bz
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: xorg-lib-libXext-devel
-BuildRequires: xorg-lib-libXrender-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXrender-devel
 BuildRequires: xorg-proto-randrproto-devel
 BuildRequires: xorg-util-util-macros
 Obsoletes:     libXrandr
-BuildRoot:     %{tmpdir}/libXrandr-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
@@ -31,12 +29,11 @@ X Resize and Rotate extension library.
 Biblioteka rozszerzenia X Resize and Rotate, s³u¿±cego do zmiany
 rozmiaru i obracania ekranu X.
 
-
 %package devel
 Summary:       Header files libXrandr development
 Summary(pl):   Pliki nag³ówkowe do biblioteki libXrandr
 Group:         X11/Development/Libraries
-Requires:      xorg-lib-libXrandr = %{version}-%{release}
+Requires:      %{name} = %{version}-%{release}
 Requires:      xorg-lib-libXext-devel
 Requires:      xorg-lib-libXrender-devel
 Requires:      xorg-proto-randrproto-devel
@@ -55,12 +52,11 @@ rozmiaru i obracania ekranu X.
 Pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania programów
 u¿ywaj±cych biblioteki libXrandr.
 
-
 %package static
 Summary:       Static libXrandr libraries
 Summary(pl):   Biblioteki statyczne libXrandr
-Group:         Development/Libraries
-Requires:      xorg-lib-libXrandr-devel = %{version}-%{release}
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
 Obsoletes:     libXrandr-static
 
 %description static
@@ -74,11 +70,9 @@ rozmiaru i obracania ekranu X.
 
 Pakiet zawiera statyczn± bibliotekê libXrandr.
 
-
 %prep
 %setup -q -n libXrandr-%{version}
 
-
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -101,22 +95,19 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
-%attr(755,root,wheel) %{_libdir}/libXrandr.so.*
-
+%attr(755,root,root) %{_libdir}/libXrandr.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/X11/extensions/*.h
+%attr(755,root,root) %{_libdir}/libXrandr.so
 %{_libdir}/libXrandr.la
-%attr(755,root,wheel) %{_libdir}/libXrandr.so
+%{_includedir}/X11/extensions/*.h
 %{_pkgconfigdir}/xrandr.pc
 %{_mandir}/man3/*.3*
 
-
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libXrandr.a
This page took 0.13583 seconds and 4 git commands to generate.