automatic version update by autodist [release 1.1.3-1mamba;Wed Jun 05 2013]

This commit is contained in:
Automatic Build System 2024-01-06 03:41:45 +01:00
parent 431cba4291
commit ce8d7ae2cd
2 changed files with 99 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libXinerama
X.Org Xinerama library.

97
libXinerama.spec Normal file
View File

@ -0,0 +1,97 @@
Name: libXinerama
Version: 1.1.3
Release: 1mamba
Summary: X.Org Xinerama library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org
Source: ftp://x.org/pub/individual/lib/libXinerama-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpthread-stubs-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: pkg-config
BuildRequires: xineramaproto-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: libXorg
%description
X.Org Xinerama library.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libXorg-devel
%description devel
X.Org Xinerama library.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libXinerama.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/Xinerama.h
%{_includedir}/X11/extensions/panoramiXext.h
%{_libdir}/libXinerama.a
%{_libdir}/libXinerama.la
%{_libdir}/libXinerama.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/Xinerama.3.gz
%{_mandir}/man3/XineramaIsActive.3.gz
%{_mandir}/man3/XineramaQueryExtension.3.gz
%{_mandir}/man3/XineramaQueryScreens.3.gz
%{_mandir}/man3/XineramaQueryVersion.3.gz
%doc ChangeLog
%changelog
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
- automatic version update by autodist
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
- automatic version update by autodist
* Tue Nov 02 2010 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
- automatic update by autodist
* Fri Jul 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
- rebuilt to add pkgconfig provides
* Tue Nov 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
- update to 1.1
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
- automatic update by autodist
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
- update to 1.0.2
* Thu Dec 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
- package created by autospec