Package init
This commit is contained in:
commit
b137edb314
BIN
libXcomposite-0.4.4.tar.bz2
Normal file
BIN
libXcomposite-0.4.4.tar.bz2
Normal file
Binary file not shown.
55
libXcomposite.spec
Normal file
55
libXcomposite.spec
Normal file
@ -0,0 +1,55 @@
|
||||
Name: libXcomposite
|
||||
Version: 0.4.4
|
||||
Release: 16
|
||||
License: MIT
|
||||
Summary: X Composite Extension library
|
||||
URL: http://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: xorg-x11-util-macros autoconf automake libtool
|
||||
BuildRequires: xorg-x11-proto-devel libXfixes-devel libXext-devel
|
||||
|
||||
%description
|
||||
X Composite Extension library
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains development files for %{name}.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la_and_a
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README ChangeLog
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.4-16
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user