]> git.pld-linux.org Git - packages/xorg-lib-libXdamage.git/blame - xorg-lib-libXdamage.spec
- up to 1.1.2
[packages/xorg-lib-libXdamage.git] / xorg-lib-libXdamage.spec
CommitLineData
5c79f133 1Summary: X Damage extension library
6d511b09 2Summary(pl.UTF-8): Biblioteka rozszerzenia X Damage
5c79f133 3Name: xorg-lib-libXdamage
a95a1733
AM
4Version: 1.1.2
5Release: 1
5c79f133
AM
6License: MIT
7Group: X11/Libraries
410524ef 8Source0: http://xorg.freedesktop.org/releases/individual/lib/libXdamage-%{version}.tar.bz2
a95a1733 9# Source0-md5: b42780bce703ec202a33e5693991c09d
5c79f133 10URL: http://xorg.freedesktop.org/
ce6726f1 11BuildRequires: autoconf >= 2.57
5c79f133 12BuildRequires: automake
5c79f133 13BuildRequires: libtool
d69a4c9e 14BuildRequires: pkgconfig >= 1:0.19
ef24ef4e 15BuildRequires: xorg-lib-libXfixes-devel
1265c40f 16BuildRequires: xorg-proto-damageproto-devel >= 1.1
5c79f133 17BuildRequires: xorg-util-util-macros
00cdd28d 18Obsoletes: libXdamage
39f95ee2 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5c79f133 20
5c79f133
AM
21%description
22X Damage extension library.
23
2ccc129c 24%description -l pl.UTF-8
5c79f133
AM
25Biblioteka rozszerzenia X Damage.
26
5c79f133 27%package devel
f55f518e 28Summary: Header files for libXdamage library
6d511b09 29Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libXdamage
5c79f133 30Group: X11/Development/Libraries
ef24ef4e 31Requires: %{name} = %{version}-%{release}
5c79f133 32Requires: xorg-lib-libXfixes-devel
1265c40f 33Requires: xorg-proto-damageproto-devel >= 1.1
00cdd28d 34Obsoletes: libXdamage-devel
5c79f133
AM
35
36%description devel
37X Damage extension library.
38
39This package contains the header files needed to develop programs that
f55f518e 40use libXdamage.
5c79f133 41
2ccc129c 42%description devel -l pl.UTF-8
5c79f133
AM
43Biblioteka rozszerzenia X Damage.
44
2ccc129c
JR
45Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
46używających biblioteki libXdamage.
5c79f133 47
5c79f133 48%package static
ef24ef4e 49Summary: Static libXdamage library
6d511b09 50Summary(pl.UTF-8): Biblioteka statyczna libXdamage
5c79f133 51Group: Development/Libraries
ef24ef4e 52Requires: %{name}-devel = %{version}-%{release}
00cdd28d 53Obsoletes: libXdamage-static
5c79f133
AM
54
55%description static
56X Damage extension library.
57
58This package contains the static libXdamage library.
59
2ccc129c 60%description static -l pl.UTF-8
5c79f133
AM
61Biblioteka rozszerzenia X Damage.
62
2ccc129c 63Pakiet zawiera statyczną bibliotekę libXdamage.
5c79f133 64
5c79f133
AM
65%prep
66%setup -q -n libXdamage-%{version}
67
5c79f133
AM
68%build
69%{__libtoolize}
70%{__aclocal}
71%{__autoconf}
72%{__autoheader}
73%{__automake}
74%configure
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79
80%{__make} install \
81 DESTDIR=$RPM_BUILD_ROOT \
82 pkgconfigdir=%{_pkgconfigdir}
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%post -p /sbin/ldconfig
88%postun -p /sbin/ldconfig
89
5c79f133
AM
90%files
91%defattr(644,root,root,755)
ce6726f1 92%doc AUTHORS COPYING ChangeLog
ef24ef4e 93%attr(755,root,root) %{_libdir}/libXdamage.so.*.*.*
5c79f133
AM
94
95%files devel
96%defattr(644,root,root,755)
ef24ef4e 97%attr(755,root,root) %{_libdir}/libXdamage.so
5c79f133 98%{_libdir}/libXdamage.la
ef24ef4e 99%{_includedir}/X11/extensions/*.h
5c79f133
AM
100%{_pkgconfigdir}/xdamage.pc
101
5c79f133
AM
102%files static
103%defattr(644,root,root,755)
104%{_libdir}/libXdamage.a
This page took 0.077218 seconds and 4 git commands to generate.