update to 1.0.9 [release 1.0.9-1mamba;Fri Sep 16 2022]
This commit is contained in:
parent
d04ec71508
commit
dadb5c8ff3
19
libFS.spec
19
libFS.spec
@ -1,21 +1,19 @@
|
|||||||
%define xorg_ver 7.0
|
|
||||||
Name: libFS
|
Name: libFS
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: X.Org FS library
|
Summary: X.Org FS library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: https://www.x.org/wiki/
|
||||||
Source: ftp://x.org/pub/individual/lib/libFS-%{version}.tar.bz2
|
Source: https://x.org/pub/individual/lib/libFS-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildRequires: xorg-xtrans-devel >= 1.0.0
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: xorgproto-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Obsoletes: libXorg
|
BuildRequires: xorg-xtrans-devel >= 1.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org FS library.
|
X.Org FS library.
|
||||||
@ -27,8 +25,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org FS library.
|
X.Org FS 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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -52,13 +51,15 @@ This package contains static libraries and header files need for development.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libFS.a
|
%{_libdir}/libFS.a
|
||||||
%{_libdir}/libFS.la
|
|
||||||
%{_libdir}/libFS.so
|
%{_libdir}/libFS.so
|
||||||
%{_includedir}/X11/fonts/FSlib.h
|
%{_includedir}/X11/fonts/FSlib.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_docdir}/libFS/FSlib.txt
|
%{_docdir}/libFS/FSlib.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.9-1mamba
|
||||||
|
- update to 1.0.9
|
||||||
|
|
||||||
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user