]> git.pld-linux.org Git - packages/xorg-lib-libXrandr.git/commitdiff
- new try
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 15 Aug 2005 12:17:57 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- all xorg files prefixed with xorg-kind_of_package where kind of package can be seen at http://xorg.freedesktop.org/X11R7.0-RC0/

Changed files:
    xorg-lib-libXrandr.spec -> 1.1

xorg-lib-libXrandr.spec [new file with mode: 0644]

diff --git a/xorg-lib-libXrandr.spec b/xorg-lib-libXrandr.spec
new file mode 100644 (file)
index 0000000..b0cb05d
--- /dev/null
@@ -0,0 +1,119 @@
+
+#
+Summary:       X Randr extension library
+Summary(pl):   Biblioteka rozszerzenia X Randr
+Name:          xorg-lib-libXrandr
+Version:       0.99.0
+Release:       0.03
+License:       MIT
+Group:         X11/Libraries
+Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/lib/libXrandr-%{version}.tar.bz2
+# Source0-md5: 1bf96aa604b2ecad9abff643a663f2e3
+URL:           http://xorg.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXrender-devel
+BuildRequires: libtool
+BuildRequires: pkg-config
+BuildRequires: xorg-proto-randrproto-devel
+BuildRequires: xorg-util-util-macros
+BuildRoot:     %{tmpdir}/libXrandr-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+X Resize and Rotate extension library.
+
+%description -l pl
+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:      xorg-lib-libXext-devel
+Requires:      xorg-lib-libXrender-devel
+Requires:      xorg-proto-randrproto-devel
+
+%description devel
+X Resize and Rotate extension library.
+
+This package contains the header files needed to develop programs that
+use these libXrandr.
+
+%description devel -l pl
+Biblioteka rozszerzenia X Resize and Rotate, s³u¿±cego do zmiany
+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}
+
+%description static
+X Resize and Rotate extension library.
+
+This package contains the static libXrandr library.
+
+%description static -l pl
+Biblioteka rozszerzenia X Resize and Rotate, s³u¿±cego do zmiany
+rozmiaru i obracania ekranu X.
+
+Pakiet zawiera statyczn± bibliotekê libXrandr.
+
+
+%prep
+%setup -q -n libXrandr-%{version}
+
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       pkgconfigdir=%{_pkgconfigdir}
+
+%clean
+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.*
+
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/X11/extensions/*.h
+%{_libdir}/libXrandr.la
+%attr(755,root,wheel) %{_libdir}/libXrandr.so
+%{_pkgconfigdir}/xrandr.pc
+%{_mandir}/man3/*.3*
+
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libXrandr.a
This page took 0.042137 seconds and 4 git commands to generate.