SHA256
1
0
forked from pool/bing
OBS User unknown 2007-11-08 22:40:38 +00:00 committed by Git OBS Bridge
parent 5a99a89631
commit 9ee68f4a07
2 changed files with 31 additions and 25 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 9 02:52:28 CET 2007 - mkudlvasr@suse.cz
- moved bing to /usr/sbin
- removed SUID bit
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:34:37 CET 2006 - mls@suse.de Wed Jan 25 21:34:37 CET 2006 - mls@suse.de

View File

@ -1,30 +1,30 @@
# #
# spec file for package bing (Version 1.0.5) # spec file for package bing (Version 1.0.5)
# #
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://www.suse.de/feedback/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: bing Name: bing
License: BSD License: BSD 3-Clause
Group: Productivity/Networking/Diagnostic Group: Productivity/Networking/Diagnostic
PreReq: permissions PreReq: permissions
Autoreqprov: on AutoReqProv: on
URL: http://www.freenix.fr/freenix/logiciels/bing.html Url: http://www.freenix.fr/freenix/logiciels/bing.html
Summary: A Point-to-Point Bandwidth Measurement tool Summary: A Point-to-Point Bandwidth Measurement Tool
Version: 1.0.5 Version: 1.0.5
Release: 1 Release: 75
Source: bing-%{version}.tar.bz2 Source: bing-%{version}.tar.bz2
Patch0: bing-%{version}.dif Patch0: bing-%{version}.dif
Patch1: %{name}-%{version}-permissions.patch Patch1: %{name}-%{version}-permissions.patch
Patch2: %{name}-%{version}-includes.diff Patch2: %{name}-%{version}-includes.diff
Patch3: %{name}-%{version}-moresecure.diff Patch3: %{name}-%{version}-moresecure.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Bing determines the real (raw, as opposed to available or average) Bing determines the real (raw, as opposed to available or average)
@ -48,27 +48,27 @@ Authors:
make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%install %install
rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/man8,usr/sbin}
mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/man8,usr/bin} make install MANDIR=$RPM_BUILD_ROOT/%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/sbin
make install MANDIR=$RPM_BUILD_ROOT/%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/bin
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post
%run_permissions %run_permissions
%verifyscript %verifyscript
%verify_permissions -e /usr/bin/bing %verify_permissions -e /usr/sbin/bing
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%verify(not mode) %attr(4750,root,trusted) /usr/bin/bing %verify(not mode) %attr(0755,root,trusted) /usr/sbin/bing
%doc %{_mandir}/man8/bing.* %doc %{_mandir}/man8/bing.*
%doc bing.ps %doc bing.ps
%doc ChangeLog README %doc ChangeLog README
%changelog
%changelog -n bing * Fri Nov 09 2007 - mkudlvasr@suse.cz
- moved bing to /usr/sbin
- removed SUID bit
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jul 11 2005 - postadal@suse.cz * Mon Jul 11 2005 - postadal@suse.cz