automatic version update by autodist [release 1.4.1-1mamba;Wed Jun 15 2022]
This commit is contained in:
parent
d76e4b21d0
commit
81633ee2ef
19
irssi.spec
19
irssi.spec
@ -1,20 +1,25 @@
|
|||||||
Name: irssi
|
Name: irssi
|
||||||
Version: 1.2.3
|
Version: 1.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A terminal based IRC client for UNIX systems
|
Summary: A terminal based IRC client for UNIX systems
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.irssi.org
|
URL: https://irssi.org/
|
||||||
Source: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
Source: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
||||||
#Source: http://www.irssi.org/files/irssi-%{version}.tar.bz2
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libkrb5-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libnsl-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: libtirpc-devel
|
||||||
|
BuildRequires: libutf8proc-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -28,8 +33,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins.
|
Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -70,12 +76,15 @@ find %{buildroot}%{_prefix}/lib \
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}
|
|
||||||
%dir %{_includedir}/irssi
|
%dir %{_includedir}/irssi
|
||||||
%{_includedir}/irssi/*
|
%{_includedir}/irssi/*
|
||||||
|
%{_libdir}/pkgconfig/irssi-1.pc
|
||||||
%doc ChangeLog NEWS TODO
|
%doc ChangeLog NEWS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user