Accepting request 96244 from home:elvigia:branches:network:utilities
- Update xbuntu patches. - Ensure we have large file support in 32 bit builds - Fix rpmlint warnings OBS-URL: https://build.opensuse.org/request/show/96244 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcat-openbsd?expand=0&rev=10
This commit is contained in:
parent
6146a86a10
commit
b14b84a01b
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
PROJECT(netcat-openbsd C)
|
PROJECT(netcat-openbsd C)
|
||||||
SET(CMAKE_VERBOSE_MAKEFILE ON)
|
SET(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -W -Wall")
|
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -W -Wall")
|
||||||
|
|
||||||
#please fix cmake to avoid this %$#$#$ , there is no findGlib2.cmake built-in !
|
#please fix cmake to avoid this %$#$#$ , there is no findGlib2.cmake built-in !
|
||||||
FIND_PATH(GLIB2_INCLUDE_DIR NAMES glib.h glibconfig.h PATHS /usr/include/glib-2.0)
|
FIND_PATH(GLIB2_INCLUDE_DIR NAMES glib.h glibconfig.h PATHS /usr/include/glib-2.0)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 10 17:46:07 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Update xbuntu patches.
|
||||||
|
- Ensure we have large file support in 32 bit builds
|
||||||
|
- Fix rpmlint warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 16 13:34:18 UTC 2011 - andrea.turrini@gmail.com
|
Sat Jul 16 13:34:18 UTC 2011 - andrea.turrini@gmail.com
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ Url: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
|
|||||||
|
|
||||||
Name: netcat-openbsd
|
Name: netcat-openbsd
|
||||||
Version: 1.89
|
Version: 1.89
|
||||||
Release: 77
|
Release: 79
|
||||||
License: BSD3c
|
License: BSD-3-Clause
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake glib2-devel quilt
|
BuildRequires: cmake glib2-devel quilt
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
@ -30,8 +30,8 @@ Group: Productivity/Networking/Other
|
|||||||
Summary: TCP/IP swiss army knife
|
Summary: TCP/IP swiss army knife
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: CMakeLists.txt
|
Source1: CMakeLists.txt
|
||||||
Patch0: netcat-openbsd_1.89-3ubuntu2.diff.gz
|
Patch0: netcat-openbsd_1.89-4ubuntu1.diff.gz
|
||||||
Provides: nc6 = %{version} netcat
|
Provides: nc6 = %{version} netcat = %{version}
|
||||||
Obsoletes: nc6 <= 1.0 netcat <= 1.10
|
Obsoletes: nc6 <= 1.0 netcat <= 1.10
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -80,9 +80,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/nc
|
%{_bindir}/nc
|
||||||
%{_bindir}/netcat
|
%ghost %{_bindir}/netcat
|
||||||
%{_mandir}/man1/nc.1.gz
|
%{_mandir}/man1/nc.1.gz
|
||||||
%{_mandir}/man1/netcat.1.gz
|
%ghost %{_mandir}/man1/netcat.1.gz
|
||||||
%ghost /etc/alternatives/netcat
|
%ghost /etc/alternatives/netcat
|
||||||
%ghost /etc/alternatives/netcat.1.gz
|
%ghost /etc/alternatives/netcat.1.gz
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d8675094ddff72ff17a866357428d645f422f89e1cee8c065aa05362dbf7af2
|
|
||||||
size 31074
|
|
3
netcat-openbsd_1.89-4ubuntu1.diff.gz
Normal file
3
netcat-openbsd_1.89-4ubuntu1.diff.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c5614d3955ab8db5814a4779cb627d91bb3f6cb2360a216264c266cf4e1c5d6
|
||||||
|
size 32444
|
Loading…
Reference in New Issue
Block a user