update to 1.1.0 [release 1.1.0-1mamba;Fri May 20 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 20:49:13 +01:00
parent 0ac1866d44
commit eb895ab0e3

View File

@ -1,13 +1,13 @@
Name: bitmap
Version: 1.0.9
Version: 1.1.0
Release: 1mamba
Summary: bitmap (XBM) editor and converter utilities
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://xorg.freedesktop.org/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -16,7 +16,6 @@ BuildRequires: libXaw-devel
BuildRequires: libXmu-devel
BuildRequires: libXt-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The bitmap program is a rudimentary tool for creating or editing rectangular images made up of 1's and 0's.
@ -25,6 +24,8 @@ Bitmaps are used in X for defining clipping regions, cursor shapes, icon shapes,
The bmtoa and atobm filters convert bitmap files to and from ASCII strings.
They are most commonly used to quickly print out bitmaps and to generate versions for including in text.
%debug_package
%prep
%setup -q
@ -51,6 +52,9 @@ They are most commonly used to quickly print out bitmaps and to generate version
%doc COPYING
%changelog
* Fri May 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
- update to 1.1.0
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
- automatic update by autodist