- xtrans 1.2.6

This commit is contained in:
Peter Hutterer 2010-11-09 12:42:12 +10:00
parent d285f803ca
commit 31f74bd36f
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
xtrans-1.2.2.tar.bz2
xtrans-1.2.6.tar.bz2

View File

@ -1 +1 @@
a97ac902d84578337057c8603b729494 xtrans-1.2.2.tar.bz2
c66f9ffd2da4fb012220c6c40ebc7609 xtrans-1.2.6.tar.bz2

View File

@ -5,8 +5,8 @@
Summary: X.Org X11 developmental X transport library
Name: xorg-x11-xtrans-devel
Version: 1.2.2
Release: 5%{?dist}
Version: 1.2.6
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -30,7 +30,8 @@ X.Org X11 developmental X transport library
%build
# yes, this looks horrible, but it's to get the .pc file in datadir
%configure --libdir=%{_datadir}
%configure --libdir=%{_datadir} \
--docdir=%{_docdir}/%{name}-%{version}-%{release}
# Running 'make' not needed.
%install
@ -51,8 +52,13 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%{_includedir}/X11/Xtrans/transport.c
%{_datadir}/aclocal/xtrans.m4
%{_datadir}/pkgconfig/xtrans.pc
%dir %{_docdir}/%{name}-%{version}-%{release}
%{_docdir}/%{name}-%{version}-%{release}/xtrans.xml
%changelog
* Tue Nov 09 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.2.6-1
- xtrans 1.2.6
* Sat Sep 25 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.2.2-5
- Merge-review cleanup (#226656)