Fri, 11 Mar 2011 21:39:41 +0100
Import new package specs for introduction into repository.
michael@0 | 1 | Name: libXtst |
michael@0 | 2 | Summary: X.Org X11 libXtst runtime library |
michael@1 | 3 | Vendor: Europalab Software |
michael@1 | 4 | Packager: Michael Schloh von Bennewitz |
michael@1 | 5 | Distribution: MeeGo Thirdparty |
michael@0 | 6 | Version: 1.1.0 |
michael@1 | 7 | Release: 3.11 |
michael@0 | 8 | Group: System/Libraries |
michael@0 | 9 | License: MIT |
michael@0 | 10 | URL: http://www.x.org/ |
michael@0 | 11 | Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 |
michael@0 | 12 | Source100: libXtst.yaml |
michael@1 | 13 | Requires(post): /sbin/ldconfig |
michael@0 | 14 | Requires(postun): /sbin/ldconfig |
michael@0 | 15 | BuildRequires: pkgconfig(xproto) |
michael@0 | 16 | BuildRequires: pkgconfig(xextproto) |
michael@0 | 17 | BuildRequires: pkgconfig(randrproto) |
michael@0 | 18 | BuildRequires: pkgconfig(inputproto) |
michael@0 | 19 | BuildRequires: pkgconfig(recordproto) |
michael@0 | 20 | BuildRequires: pkgconfig(xextproto) |
michael@0 | 21 | BuildRequires: pkgconfig(xi) |
michael@0 | 22 | BuildRequires: pkgconfig(x11) |
michael@0 | 23 | BuildRequires: pkgconfig(xext) |
michael@0 | 24 | BuildRequires: pkgconfig(xrender) |
michael@0 | 25 | BuildRoot: %{_tmppath}/%{name}-%{version}-build |
michael@0 | 26 | |
michael@0 | 27 | %description |
michael@0 | 28 | Description: %{summary} |
michael@0 | 29 | |
michael@0 | 30 | %package devel |
michael@0 | 31 | Summary: Development components for the libXtst library |
michael@1 | 32 | Vendor: Europalab Software |
michael@1 | 33 | Packager: Michael Schloh von Bennewitz |
michael@1 | 34 | Distribution: MeeGo Thirdparty |
michael@0 | 35 | Group: Development/Libraries |
michael@0 | 36 | Requires: %{name} = %{version}-%{release} |
michael@1 | 37 | Requires: xorg-x11-proto-xextproto |
michael@1 | 38 | Requires: xorg-x11-proto-xproto |
michael@1 | 39 | Requires: libXi-devel |
michael@0 | 40 | |
michael@0 | 41 | %description devel |
michael@0 | 42 | Description: %{summary} |
michael@0 | 43 | |
michael@0 | 44 | %prep |
michael@0 | 45 | %setup -q -n %{name}-%{version} |
michael@0 | 46 | |
michael@0 | 47 | %build |
michael@0 | 48 | %configure --disable-static |
michael@0 | 49 | make %{?jobs:-j%jobs} |
michael@0 | 50 | |
michael@0 | 51 | %install |
michael@0 | 52 | rm -rf %{buildroot} |
michael@0 | 53 | %make_install |
michael@0 | 54 | |
michael@0 | 55 | %clean |
michael@0 | 56 | rm -rf %{buildroot} |
michael@0 | 57 | |
michael@0 | 58 | %post -p /sbin/ldconfig |
michael@0 | 59 | |
michael@0 | 60 | %postun -p /sbin/ldconfig |
michael@0 | 61 | |
michael@0 | 62 | %files |
michael@0 | 63 | %defattr(-,root,root,-) |
michael@0 | 64 | %doc COPYING ChangeLog |
michael@0 | 65 | %{_libdir}/libXtst.so.6 |
michael@0 | 66 | %{_libdir}/libXtst.so.6.1.0 |
michael@0 | 67 | |
michael@0 | 68 | %files devel |
michael@0 | 69 | %defattr(-,root,root,-) |
michael@1 | 70 | %{_libdir}/libXtst.la |
michael@0 | 71 | %{_libdir}/libXtst.so |
michael@0 | 72 | %{_libdir}/pkgconfig/xtst.pc |
michael@0 | 73 | %{_includedir}/X11/extensions/XTest.h |
michael@0 | 74 | %{_includedir}/X11/extensions/record.h |
michael@0 | 75 | |
michael@0 | 76 | %changelog |
michael@1 | 77 | * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1.1.0-3.11 |
michael@1 | 78 | - Correct build configuration of developer packaging |
michael@0 | 79 | * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0 |
michael@0 | 80 | - Updated with latest spectacle |
michael@0 | 81 | - Include YAML file in source rpm |
michael@0 | 82 | * Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0 |
michael@0 | 83 | - libXtst 1.1.0 |
michael@0 | 84 | * Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 |
michael@0 | 85 | - Add Xi to requirements |
michael@0 | 86 | * Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 |
michael@0 | 87 | - Generate spec |
michael@0 | 88 | * Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3 |
michael@0 | 89 | - Fix buildrequires |
michael@0 | 90 | * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 |
michael@0 | 91 | - Update spec file using latest spec-builder |
michael@0 | 92 | * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 |
michael@0 | 93 | - Update spec file using latest spec-builder |
michael@0 | 94 | * Thu Dec 11 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3 |
michael@0 | 95 | - Clean up specfile |
michael@0 | 96 | * Mon Sep 22 2008 Peng Li <peng.li@intel.com> 1.0.3 |
michael@0 | 97 | - add build dependency libXi-devel |