rpms/packETH/devel import.log, NONE, 1.1 packETH.desktop, NONE, 1.1 packETH.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

lystor lystor at fedoraproject.org
Tue Mar 9 21:54:14 UTC 2010


Author: lystor

Update of /cvs/pkgs/rpms/packETH/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23228/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log packETH.desktop packETH.spec 
Log Message:
Initial import (#566406).



--- NEW FILE import.log ---
packETH-1_6_5-3_fc12:HEAD:packETH-1.6.5-3.fc12.src.rpm:1268171734


--- NEW FILE packETH.desktop ---
[Desktop Entry]
Name=packETH
GenericName=GUI packet generator tool
Comment=GUI packet generator tool
Exec=packETH
Terminal=false
Type=Application
Categories=System;


--- NEW FILE packETH.spec ---
Name:           packETH
Version:        1.6.5
Release:        3%{?dist}
Summary:        A GUI packet generator tool

Group:          Applications/Internet
License:        GPLv2+
URL:            http://sourceforge.net/projects/packeth/
Source0:        http://downloads.sourceforge.net/packeth/%{name}-%{version}.tar.bz
Source1:        packETH.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  desktop-file-utils
BuildRequires:  gtk2-devel


%description
packETH is a Linux GUI tool that is able to send any packet or sequence of 
packets on the Ethernet. It uses the RAW socket option, so it doesn't care 
about ip, routing, etc. It is designed to have all the options available, 
with all the correct and incorrect values (incorrect means, that user can 
send wrong parameters like: incorrect checksum, wrong header length, etc.).


%prep
%setup -q


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} INSTALL="%{_bindir}/install -p" install 

# Install desktop file
%{__install} -d %{buildroot}%{_datadir}/applications
desktop-file-install \
    --dir=%{buildroot}%{_datadir}/applications \
    %{SOURCE1}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/packeth


%changelog
* Sun Mar 07 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.6.5-3
- Fixed the license tag

* Fri Mar 05 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.6.5-2
- Fixed the Source URL

* Fri Mar 05 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.6.5-1
- Update to 1.6.5

* Fri Feb 19 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.6.4-0.2.dev
- Fix build error on F-13 with absent -lm in LIBS

* Sat Feb 13 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.6.4-0.1.dev
- Initial package build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/packETH/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Mar 2010 06:23:46 -0000	1.1
+++ .cvsignore	9 Mar 2010 21:54:14 -0000	1.2
@@ -0,0 +1 @@
+packETH-1.6.5.tar.bz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/packETH/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Mar 2010 06:23:46 -0000	1.1
+++ sources	9 Mar 2010 21:54:14 -0000	1.2
@@ -0,0 +1 @@
+1dca0c28774a196db13548001a843840  packETH-1.6.5.tar.bz



More information about the scm-commits mailing list