- Merge-review cleanup (#226656)
This commit is contained in:
parent
812c12029b
commit
d285f803ca
@ -6,14 +6,15 @@
|
|||||||
Summary: X.Org X11 developmental X transport library
|
Summary: X.Org X11 developmental X transport library
|
||||||
Name: xorg-x11-xtrans-devel
|
Name: xorg-x11-xtrans-devel
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/xtrans-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/xtrans-%{version}.tar.bz2
|
||||||
|
|
||||||
|
# Fedora specific patch
|
||||||
Patch1: xtrans-1.0.3-avoid-gethostname.patch
|
Patch1: xtrans-1.0.3-avoid-gethostname.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -33,16 +34,11 @@ X.Org X11 developmental X transport library
|
|||||||
# Running 'make' not needed.
|
# Running 'make' not needed.
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING README
|
||||||
%dir %{_includedir}/X11
|
%dir %{_includedir}/X11
|
||||||
%dir %{_includedir}/X11/Xtrans
|
%dir %{_includedir}/X11/Xtrans
|
||||||
%{_includedir}/X11/Xtrans/Xtrans.c
|
%{_includedir}/X11/Xtrans/Xtrans.c
|
||||||
@ -57,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/xtrans.pc
|
%{_datadir}/pkgconfig/xtrans.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 25 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.2.2-5
|
||||||
|
- Merge-review cleanup (#226656)
|
||||||
|
|
||||||
* Mon Aug 03 2009 Adam Jackson <ajax@redhat.com> 1.2.2-4
|
* Mon Aug 03 2009 Adam Jackson <ajax@redhat.com> 1.2.2-4
|
||||||
- Un-Requires xorg-x11-filesystem
|
- Un-Requires xorg-x11-filesystem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user