diff --git a/xorg-x11-xtrans-devel.spec b/xorg-x11-xtrans-devel.spec index b778af3..93863c5 100644 --- a/xorg-x11-xtrans-devel.spec +++ b/xorg-x11-xtrans-devel.spec @@ -6,14 +6,15 @@ Summary: X.Org X11 developmental X transport library Name: xorg-x11-xtrans-devel Version: 1.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Source0: http://xorg.freedesktop.org/archive/individual/lib/xtrans-%{version}.tar.bz2 + +# Fedora specific patch Patch1: xtrans-1.0.3-avoid-gethostname.patch BuildRequires: pkgconfig @@ -33,16 +34,11 @@ X.Org X11 developmental X transport library # Running 'make' not needed. %install -rm -rf $RPM_BUILD_ROOT - -make install DESTDIR=$RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog COPYING README %dir %{_includedir}/X11 %dir %{_includedir}/X11/Xtrans %{_includedir}/X11/Xtrans/Xtrans.c @@ -57,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pkgconfig/xtrans.pc %changelog +* Sat Sep 25 2010 Parag Nemade - 1.2.2-5 +- Merge-review cleanup (#226656) + * Mon Aug 03 2009 Adam Jackson 1.2.2-4 - Un-Requires xorg-x11-filesystem