update to 1.0.4 [release 1.0.4-1mamba;Fri Sep 16 2022]
This commit is contained in:
parent
5607bb4561
commit
aafcf3a9b0
23
libXp.spec
23
libXp.spec
@ -1,23 +1,25 @@
|
||||
Name: libXp
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 1mamba
|
||||
Summary: X.Org Xp library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: ftp://ftp.freedesktop.org/pub/individual/lib/libXp-%{version}.tar.bz2
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://ftp.x.org/pub/individual/lib/libXp-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: printproto-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: printproto-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libXorg
|
||||
|
||||
%description
|
||||
X.Org Xp library.
|
||||
@ -26,12 +28,12 @@ X.Org Xp library.
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libXorg-devel
|
||||
|
||||
%description devel
|
||||
X.Org Xp library.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -50,18 +52,21 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libXp.so.*
|
||||
%doc COPYING ChangeLog
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libXp.a
|
||||
%{_libdir}/libXp.la
|
||||
%{_libdir}/libXp.so
|
||||
#%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/*
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Fri Sep 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
|
||||
- update to 1.0.4
|
||||
|
||||
* Thu Mar 19 2015 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user