1.1 --- a/libXtst/libXtst.spec Fri Mar 11 21:30:26 2011 +0100 1.2 +++ b/libXtst/libXtst.spec Fri Mar 11 21:36:51 2011 +0100 1.3 @@ -1,20 +1,16 @@ 1.4 -# 1.5 -# Do not Edit! Generated by: 1.6 -# spectacle version 0.13 1.7 -# 1.8 -# >> macros 1.9 -# << macros 1.10 - 1.11 Name: libXtst 1.12 Summary: X.Org X11 libXtst runtime library 1.13 +Vendor: Europalab Software 1.14 +Packager: Michael Schloh von Bennewitz 1.15 +Distribution: MeeGo Thirdparty 1.16 Version: 1.1.0 1.17 -Release: 3.10 1.18 +Release: 3.11 1.19 Group: System/Libraries 1.20 License: MIT 1.21 URL: http://www.x.org/ 1.22 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 1.23 Source100: libXtst.yaml 1.24 -Requires(post): /sbin/ldconfig 1.25 +Requires(post): /sbin/ldconfig 1.26 Requires(postun): /sbin/ldconfig 1.27 BuildRequires: pkgconfig(xproto) 1.28 BuildRequires: pkgconfig(xextproto) 1.29 @@ -26,77 +22,60 @@ 1.30 BuildRequires: pkgconfig(x11) 1.31 BuildRequires: pkgconfig(xext) 1.32 BuildRequires: pkgconfig(xrender) 1.33 - 1.34 BuildRoot: %{_tmppath}/%{name}-%{version}-build 1.35 1.36 %description 1.37 Description: %{summary} 1.38 1.39 - 1.40 %package devel 1.41 Summary: Development components for the libXtst library 1.42 +Vendor: Europalab Software 1.43 +Packager: Michael Schloh von Bennewitz 1.44 +Distribution: MeeGo Thirdparty 1.45 Group: Development/Libraries 1.46 Requires: %{name} = %{version}-%{release} 1.47 +Requires: xorg-x11-proto-xextproto 1.48 +Requires: xorg-x11-proto-xproto 1.49 +Requires: libXi-devel 1.50 1.51 %description devel 1.52 Description: %{summary} 1.53 1.54 - 1.55 %prep 1.56 %setup -q -n %{name}-%{version} 1.57 1.58 -# >> setup 1.59 -# << setup 1.60 - 1.61 %build 1.62 -# >> build pre 1.63 -# << build pre 1.64 - 1.65 %configure --disable-static 1.66 -# Call make instruction with smp support 1.67 make %{?jobs:-j%jobs} 1.68 1.69 -# >> build post 1.70 -# << build post 1.71 %install 1.72 rm -rf %{buildroot} 1.73 -# >> install pre 1.74 -# << install pre 1.75 %make_install 1.76 1.77 -# >> install post 1.78 -# << install post 1.79 - 1.80 %clean 1.81 rm -rf %{buildroot} 1.82 1.83 - 1.84 - 1.85 %post -p /sbin/ldconfig 1.86 1.87 %postun -p /sbin/ldconfig 1.88 1.89 - 1.90 - 1.91 %files 1.92 %defattr(-,root,root,-) 1.93 -# >> files 1.94 %doc COPYING ChangeLog 1.95 %{_libdir}/libXtst.so.6 1.96 %{_libdir}/libXtst.so.6.1.0 1.97 -# << files 1.98 - 1.99 1.100 %files devel 1.101 %defattr(-,root,root,-) 1.102 -# >> files devel 1.103 +%{_libdir}/libXtst.la 1.104 %{_libdir}/libXtst.so 1.105 %{_libdir}/pkgconfig/xtst.pc 1.106 %{_includedir}/X11/extensions/XTest.h 1.107 %{_includedir}/X11/extensions/record.h 1.108 -# << files devel 1.109 1.110 %changelog 1.111 +* Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1.1.0-3.11 1.112 +- Correct build configuration of developer packaging 1.113 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0 1.114 - Updated with latest spectacle 1.115 - Include YAML file in source rpm