update to 3.5.13 [release 3.5.13-1mamba;Sun Sep 20 2020]
This commit is contained in:
parent
73c7382d52
commit
39736a60fc
39
libXpm.spec
39
libXpm.spec
@ -1,5 +1,5 @@
|
||||
Name: libXpm
|
||||
Version: 3.5.11
|
||||
Version: 3.5.13
|
||||
Release: 1mamba
|
||||
Summary: X.Org Xpm library
|
||||
Group: System/Libraries
|
||||
@ -11,17 +11,17 @@ Source: http://ftp.x.org/pub/individual/lib/libXpm-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libXorg
|
||||
@ -37,8 +37,18 @@ Obsoletes: libXorg-devel
|
||||
|
||||
%description devel
|
||||
X.Org Xpm library.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%package tools
|
||||
Summary: Tools provided with %{name}
|
||||
Group: System/X11
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
X.Org Xpm library.
|
||||
This package contains the tools provided by %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -57,10 +67,6 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libXpm.so.*
|
||||
%{_bindir}/cxpm
|
||||
%{_bindir}/sxpm
|
||||
%{_mandir}/man1/cxpm.1.gz
|
||||
%{_mandir}/man1/sxpm.1.gz
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -68,12 +74,21 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/libXpm.a
|
||||
%{_libdir}/libXpm.la
|
||||
%{_libdir}/libXpm.so
|
||||
%dir %{_includedir}/X11
|
||||
%{_includedir}/X11/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog README
|
||||
%doc ChangeLog
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cxpm
|
||||
%{_bindir}/sxpm
|
||||
%{_mandir}/man1/cxpm.1*
|
||||
%{_mandir}/man1/sxpm.1*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.13-1mamba
|
||||
- update to 3.5.13
|
||||
|
||||
* Thu Sep 12 2013 Automatic Build System <autodist@mambasoft.it> 3.5.11-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user