diff -r 4f133201e207 -r 4667f24fe848 libXtst/libXtst.spec --- a/libXtst/libXtst.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/libXtst/libXtst.spec Fri Mar 11 21:36:51 2011 +0100 @@ -1,20 +1,16 @@ -# -# Do not Edit! Generated by: -# spectacle version 0.13 -# -# >> macros -# << macros - Name: libXtst Summary: X.Org X11 libXtst runtime library +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty Version: 1.1.0 -Release: 3.10 +Release: 3.11 Group: System/Libraries License: MIT URL: http://www.x.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source100: libXtst.yaml -Requires(post): /sbin/ldconfig +Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xextproto) @@ -26,77 +22,60 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xrender) - BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Description: %{summary} - %package devel Summary: Development components for the libXtst library +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: xorg-x11-proto-xextproto +Requires: xorg-x11-proto-xproto +Requires: libXi-devel %description devel Description: %{summary} - %prep %setup -q -n %{name}-%{version} -# >> setup -# << setup - %build -# >> build pre -# << build pre - %configure --disable-static -# Call make instruction with smp support make %{?jobs:-j%jobs} -# >> build post -# << build post %install rm -rf %{buildroot} -# >> install pre -# << install pre %make_install -# >> install post -# << install post - %clean rm -rf %{buildroot} - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - - %files %defattr(-,root,root,-) -# >> files %doc COPYING ChangeLog %{_libdir}/libXtst.so.6 %{_libdir}/libXtst.so.6.1.0 -# << files - %files devel %defattr(-,root,root,-) -# >> files devel +%{_libdir}/libXtst.la %{_libdir}/libXtst.so %{_libdir}/pkgconfig/xtst.pc %{_includedir}/X11/extensions/XTest.h %{_includedir}/X11/extensions/record.h -# << files devel %changelog +* Wed Dec 1 2010 Michael Schloh von Bennewitz - 1.1.0-3.11 +- Correct build configuration of developer packaging * Sat Feb 27 2010 Anas Nashif - 1.1.0 - Updated with latest spectacle - Include YAML file in source rpm