2024-01-05 19:33:00 +01:00
|
|
|
Name: xbitmaps
|
2024-01-05 19:33:00 +01:00
|
|
|
Version: 1.1.2
|
2024-01-05 19:33:00 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Xorg bitmaps
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://x.org
|
|
|
|
Source: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xorg bitmaps.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Xorg bitmaps.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/X11/bitmaps
|
|
|
|
%{_includedir}/X11/bitmaps/*
|
|
|
|
%{_datadir}/pkgconfig/*.pc
|
|
|
|
%doc COPYING ChangeLog
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:33:00 +01:00
|
|
|
* Tue Mar 13 2018 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:33:00 +01:00
|
|
|
* Fri Dec 31 2010 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 18 2009 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 17 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- package created by autospec
|