update to 1.0.5 [release 1.0.5-1mamba;Sat May 07 2022]
This commit is contained in:
parent
999a3370dd
commit
b5860dc00c
21
listres.spec
21
listres.spec
@ -1,19 +1,16 @@
|
|||||||
Name: listres
|
Name: listres
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: listres - list resources in widgets
|
Summary: listres - list resources in widgets
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://ftp.x.org/pub/individual/app/listres-%{version}.tar.bz2
|
Source: http://ftp.x.org/pub/individual/app/listres-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
@ -23,8 +20,9 @@ BuildRequires: libXt-devel
|
|||||||
%description
|
%description
|
||||||
The listres program generates a list of a widget's resource database. The class in which each resource is first defined, the instance and class name, and the type of each resource is listed. If no specific widgets or the -all switch are given, a two-column list of widget names and their class hierarchies is printed.
|
The listres program generates a list of a widget's resource database. The class in which each resource is first defined, the instance and class name, and the type of each resource is listed. If no specific widgets or the -all switch are given, a two-column list of widget names and their class hierarchies is printed.
|
||||||
|
|
||||||
%prep
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -41,10 +39,13 @@ The listres program generates a list of a widget's resource database. The class
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/listres
|
%{_bindir}/listres
|
||||||
%{_mandir}/man1/listres.1.gz
|
%{_mandir}/man1/listres.1*
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
||||||
|
- update to 1.0.5
|
||||||
|
|
||||||
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user