]> git.pld-linux.org Git - packages/xorg-lib-libXv.git/blame - xorg-lib-libXv.spec
- updated to 1.0.12
[packages/xorg-lib-libXv.git] / xorg-lib-libXv.spec
CommitLineData
7fe02a20
JB
1Summary: X Video (Xv) extension library
2Summary(pl.UTF-8): Biblioteka rozszerzenia X Video (Xv)
8bde6042 3Name: xorg-lib-libXv
b42d6154 4Version: 1.0.12
38682e09 5Release: 1
8bde6042
AM
6License: MIT
7Group: X11/Libraries
b42d6154
JB
8Source0: https://xorg.freedesktop.org/releases/individual/lib/libXv-%{version}.tar.xz
9# Source0-md5: 70bfdd14ca1a563c218794413f0c1f42
38682e09 10URL: https://xorg.freedesktop.org/
81381ace 11BuildRequires: autoconf >= 2.60
8bde6042 12BuildRequires: automake
8bde6042 13BuildRequires: libtool
7c8d2470 14BuildRequires: pkgconfig >= 1:0.19
86310068 15BuildRequires: sed >= 4.0
b42d6154 16BuildRequires: tar >= 1:1.22
4ad7a4a7 17BuildRequires: xorg-lib-libX11-devel >= 1.6
3eec2e58 18BuildRequires: xorg-lib-libXext-devel
8bde6042 19BuildRequires: xorg-proto-videoproto-devel
b42d6154 20BuildRequires: xorg-proto-xextproto-devel
81381ace 21BuildRequires: xorg-util-util-macros >= 1.8
b42d6154 22BuildRequires: xz
4ad7a4a7 23Requires: xorg-lib-libX11 >= 1.6
b42d6154 24Obsoletes: libXv < 2.3
3eec2e58 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8bde6042 26
8bde6042 27%description
7fe02a20
JB
28libXv is a library for the X Video (Xv) extension to the X Window
29System.
8bde6042 30
516dea6c 31%description -l pl.UTF-8
7fe02a20 32libXv to biblioteka rozszerzenia X Video (Xv) systemu X Window.
8bde6042 33
8bde6042 34%package devel
98d1d653 35Summary: Header files for libXv library
59e31ac7 36Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libXv
8bde6042 37Group: X11/Development/Libraries
3eec2e58 38Requires: %{name} = %{version}-%{release}
4ad7a4a7 39Requires: xorg-lib-libX11-devel >= 1.6
8bde6042
AM
40Requires: xorg-lib-libXext-devel
41Requires: xorg-proto-videoproto-devel
b42d6154
JB
42Requires: xorg-proto-xextproto-devel
43Obsoletes: libXv-devel < 2.3
8bde6042
AM
44
45%description devel
7fe02a20
JB
46libXv is a library for the X Video (Xv) extension to the X Window
47System.
8bde6042
AM
48
49This package contains the header files needed to develop programs that
98d1d653 50use libXv.
8bde6042 51
516dea6c 52%description devel -l pl.UTF-8
7fe02a20 53libXv to biblioteka rozszerzenia X Video (Xv) systemu X Window.
8bde6042 54
516dea6c
JR
55Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
56używających biblioteki libXv.
8bde6042 57
8bde6042 58%package static
3eec2e58 59Summary: Static libXv library
59e31ac7 60Summary(pl.UTF-8): Biblioteka statyczna libXv
3eec2e58
JB
61Group: X11/Development/Libraries
62Requires: %{name}-devel = %{version}-%{release}
b42d6154 63Obsoletes: libXv-static < 2.3
8bde6042
AM
64
65%description static
7fe02a20
JB
66libXv is a library for the X Video (Xv) extension to the X Window
67System.
8bde6042
AM
68
69This package contains the static libXv library.
70
516dea6c 71%description static -l pl.UTF-8
7fe02a20 72libXv to biblioteka rozszerzenia X Video (Xv) systemu X Window.
8bde6042 73
516dea6c 74Pakiet zawiera statyczną bibliotekę libXv.
8bde6042 75
8bde6042
AM
76%prep
77%setup -q -n libXv-%{version}
78
86310068
JB
79# support __libmansuffix__ with "x" suffix (per FHS 2.3)
80%{__sed} -i -e 's,\.so man__libmansuffix__/,.so man3/,' man/*.man
81
8bde6042
AM
82%build
83%{__libtoolize}
84%{__aclocal}
85%{__autoconf}
86%{__autoheader}
87%{__automake}
88%configure
89%{__make}
90
91%install
92rm -rf $RPM_BUILD_ROOT
93
94%{__make} install \
81381ace 95 DESTDIR=$RPM_BUILD_ROOT
8bde6042
AM
96
97%clean
98rm -rf $RPM_BUILD_ROOT
99
100%post -p /sbin/ldconfig
101%postun -p /sbin/ldconfig
102
8bde6042
AM
103%files
104%defattr(644,root,root,755)
b42d6154 105%doc AUTHORS COPYING ChangeLog README.md
3eec2e58 106%attr(755,root,root) %{_libdir}/libXv.so.*.*.*
c7f9169d 107%attr(755,root,root) %ghost %{_libdir}/libXv.so.1
8bde6042
AM
108
109%files devel
110%defattr(644,root,root,755)
3eec2e58 111%attr(755,root,root) %{_libdir}/libXv.so
8bde6042 112%{_libdir}/libXv.la
c7f9169d 113%{_includedir}/X11/extensions/Xvlib.h
8bde6042 114%{_pkgconfigdir}/xv.pc
6c03295c 115%{_mandir}/man3/Xv*.3*
8bde6042 116
8bde6042
AM
117%files static
118%defattr(644,root,root,755)
119%{_libdir}/libXv.a
This page took 0.214201 seconds and 4 git commands to generate.