auto-import xorg-x11-xtrans-devel-0.99.0-1 on branch devel from
xorg-x11-xtrans-devel-0.99.0-1.src.rpm
This commit is contained in:
parent
16dc70ebb5
commit
962f43cad4
@ -0,0 +1 @@
|
|||||||
|
xtrans-0.99.0.tar.bz2
|
56
xorg-x11-xtrans-devel.spec
Normal file
56
xorg-x11-xtrans-devel.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
Summary: X.Org X11 developmental X transport library
|
||||||
|
Name: xorg-x11-xtrans-devel
|
||||||
|
Version: 0.99.0
|
||||||
|
Release: 1
|
||||||
|
License: MIT/X11
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
URL: http://www.x.org
|
||||||
|
Source0: xtrans-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
|
|
||||||
|
#BuildRequires: xorg-x11-xtrans-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
X.Org X11 developmental X transport library
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c %{name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd xtrans-*
|
||||||
|
%configure
|
||||||
|
# Running 'make' not needed.
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
cd xtrans-*
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc
|
||||||
|
%dir %{_includedir}/X11
|
||||||
|
%dir %{_includedir}/X11/Xtrans
|
||||||
|
%{_includedir}/X11/Xtrans/Xtrans.c
|
||||||
|
%{_includedir}/X11/Xtrans/Xtrans.h
|
||||||
|
%{_includedir}/X11/Xtrans/Xtransdnet.c
|
||||||
|
%{_includedir}/X11/Xtrans/Xtransint.h
|
||||||
|
%{_includedir}/X11/Xtrans/Xtranslcl.c
|
||||||
|
%{_includedir}/X11/Xtrans/Xtransos2.c
|
||||||
|
%{_includedir}/X11/Xtrans/Xtranssock.c
|
||||||
|
%{_includedir}/X11/Xtrans/Xtranstli.c
|
||||||
|
%{_includedir}/X11/Xtrans/Xtransutil.c
|
||||||
|
%{_includedir}/X11/Xtrans/transport.c
|
||||||
|
%dir %{_libdir}/pkgconfig
|
||||||
|
%{_libdir}/pkgconfig/xtrans.pc
|
||||||
|
%dir %{_datadir}/aclocal
|
||||||
|
%{_datadir}/aclocal/xtrans.m4
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-0
|
||||||
|
- Initial build.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user