automatic version update by autodist [release 3.0-1mamba;Sun Jan 07 2024]
This commit is contained in:
parent
b52e6777f3
commit
b354cddf28
27
packeth.spec
27
packeth.spec
@ -1,5 +1,5 @@
|
|||||||
Name: packeth
|
Name: packeth
|
||||||
Version: 2.1
|
Version: 3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Linux GUI packet generator tool for ethernet
|
Summary: A Linux GUI packet generator tool for ethernet
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -8,17 +8,14 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://packeth.sourceforge.net/
|
URL: https://packeth.sourceforge.net/
|
||||||
Source: https://github.com/jemcek/packETH.git/%{version}/packETH-%{version}.tar.bz2
|
Source: https://github.com/jemcek/packETH.git/%{version}/packETH-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/sourceforge/packeth/%{name}-%{version}.tar.bz2
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libat-spi2-core-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -36,13 +33,19 @@ packETH is a Linux GUI packet generator tool for ethernet. It allows you to crea
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS='%{optflags} -fcommon'
|
export CFLAGS='%{optflags} -fcommon'
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
cd cli
|
||||||
|
ln -s ../src/pixmaps .
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
#install -d %{buildroot}%{_bindir}
|
|
||||||
#make install -C src INSTALL_PREFIX=%{buildroot}%{_prefix}
|
%makeinstall -C cli
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
cat > %{buildroot}%{_datadir}/applications/packETH.desktop << _EOF
|
cat > %{buildroot}%{_datadir}/applications/packETH.desktop << _EOF
|
||||||
@ -65,12 +68,16 @@ _EOF
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/packETH
|
%{_bindir}/packETH
|
||||||
%dir %{_datadir}/packeth
|
%{_bindir}/packETHcli
|
||||||
%dir %{_datadir}/packeth/pixmaps
|
%dir %{_datadir}/pixmaps/packETHcli
|
||||||
%{_datadir}/packeth/pixmaps/*.xpm
|
%{_datadir}/pixmaps/packETHcli/*
|
||||||
%{_datadir}/applications/packETH.desktop
|
%{_datadir}/applications/packETH.desktop
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 07 2024 Automatic Build System <autodist@openmamba.org> 3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-1mamba
|
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-1mamba
|
||||||
- update to 2.1
|
- update to 2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user