2024-01-06 03:36:57 +01:00
|
|
|
Name: libFS
|
2024-08-02 13:18:37 +02:00
|
|
|
Version: 1.0.10
|
2024-01-06 03:36:57 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: X.Org FS library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 03:36:58 +01:00
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: https://x.org/pub/individual/lib/libFS-%{version}.tar.xz
|
2024-01-06 03:36:57 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 03:36:58 +01:00
|
|
|
BuildRequires: xorgproto-devel
|
2024-01-06 03:36:57 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 03:36:58 +01:00
|
|
|
BuildRequires: xorg-xtrans-devel >= 1.0.0
|
2024-01-06 03:36:57 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org FS library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
X.Org FS library.
|
2024-01-06 03:36:58 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 03:36:57 +01:00
|
|
|
|
2024-01-06 03:36:58 +01:00
|
|
|
%debug_package
|
2024-01-06 03:36:57 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libFS.so.*
|
2024-01-06 03:36:57 +01:00
|
|
|
%doc COPYING
|
2024-01-06 03:36:57 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libFS.a
|
|
|
|
%{_libdir}/libFS.so
|
|
|
|
%{_includedir}/X11/fonts/FSlib.h
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_docdir}/libFS/FSlib.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-08-02 13:18:37 +02:00
|
|
|
* Fri Aug 02 2024 Automatic Build System <autodist@openmamba.org> 1.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:36:58 +01:00
|
|
|
* Fri Sep 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.9-1mamba
|
|
|
|
- update to 1.0.9
|
|
|
|
|
2024-01-06 03:36:57 +01:00
|
|
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 03:36:57 +01:00
|
|
|
* Sun May 31 2015 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 03:36:57 +01:00
|
|
|
* Mon Mar 24 2014 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed May 29 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 05 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 09 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Feb 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- update to 1.0.1
|
|
|
|
|
|
|
|
* Tue Dec 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1qilnx
|
|
|
|
- package created by autospec
|