update to 1.1.0 [release 1.1.0-1mamba;Fri May 20 2022]
This commit is contained in:
parent
0ac1866d44
commit
eb895ab0e3
14
bitmap.spec
14
bitmap.spec
@ -1,13 +1,13 @@
|
|||||||
Name: bitmap
|
Name: bitmap
|
||||||
Version: 1.0.9
|
Version: 1.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: bitmap (XBM) editor and converter utilities
|
Summary: bitmap (XBM) editor and converter utilities
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -16,7 +16,6 @@ BuildRequires: libXaw-devel
|
|||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The bitmap program is a rudimentary tool for creating or editing rectangular images made up of 1's and 0's.
|
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.
|
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.
|
They are most commonly used to quickly print out bitmaps and to generate versions for including in text.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -51,6 +52,9 @@ They are most commonly used to quickly print out bitmaps and to generate version
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user