081b39f56a9f14b19b06a0be405b6a28b6d686e2
[platform/upstream/libXxf86dga.git] / packaging / libXxf86dga.spec
1 Name:           libXxf86dga
2 Version:        1.1.3
3 Release:        1
4 License:        MIT
5 Summary:        X.Org X11 libXxf86dga runtime library
6 URL:            http://www.x.org
7 Group:          System/Libraries
8 Source:         %{name}-%{version}.tar.gz
9 Source1001:     libXxf86dga.manifest
10 BuildRequires:  pkgconfig(xorg-macros)
11 BuildRequires:  pkgconfig(xf86dgaproto)
12 BuildRequires:  pkgconfig(x11)
13 BuildRequires:  pkgconfig(xext)
14
15 %description
16 X.Org X11 libXxf86dga runtime library
17
18 %package devel
19 Summary:        X.Org X11 libXxf86dga development package
20 Group:          Development/Libraries
21 Requires:       %{name} = %{version}
22 Provides:       libxxf86dga-devel
23
24 %description devel
25 X.Org X11 libXxf86dga development package
26
27 %prep
28 %setup -q
29 cp %{SOURCE1001} .
30
31 %build
32 %configure
33
34 make %{?_smp_mflags}
35
36 %install
37 %make_install
38
39 %remove_docs
40
41 %post -p /sbin/ldconfig
42
43 %postun -p /sbin/ldconfig
44
45 %files
46 %manifest %{name}.manifest
47 %license COPYING
48 %{_libdir}/libXxf86dga.so.1
49 %{_libdir}/libXxf86dga.so.1.0.0
50
51 %files devel
52 %manifest %{name}.manifest
53 %{_libdir}/libXxf86dga.so
54 %{_libdir}/pkgconfig/xxf86dga.pc
55 %{_includedir}/X11/extensions/xf86dga1.h
56 %{_includedir}/X11/extensions/Xxf86dga.h