Update to 3.3.3-20120807git

This commit is contained in:
Jaromir Capik 2012-08-07 16:10:17 +02:00
parent 6b038b766b
commit 99f9c25651
5 changed files with 17 additions and 1241 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/procps-ng-3.3.2.tar.xz
/procps-ng-3.3.4-20120807git.tar.xz
/procps-ng-3.3.3-20120807git.tar.xz

View File

@ -1,24 +0,0 @@
diff -Naur procps-ng-3.3.2.orig/COPYING procps-ng-3.3.2/COPYING
--- procps-ng-3.3.2.orig/COPYING 2012-01-06 06:48:09.000000000 +0100
+++ procps-ng-3.3.2/COPYING 2012-02-24 12:24:12.255999996 +0100
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff -Naur procps-ng-3.3.2.orig/COPYING.LIB procps-ng-3.3.2/COPYING.LIB
--- procps-ng-3.3.2.orig/COPYING.LIB 2012-01-06 06:48:09.000000000 +0100
+++ procps-ng-3.3.2/COPYING.LIB 2012-02-24 12:24:20.431999511 +0100
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +1,19 @@
# testsuite doesn't work yet
%global tests_enabled 0
%global gitver 20120807git
Summary: System and process monitoring utilities
Name: procps-ng
Version: 3.3.2
Release: 4%{?dist}
Version: 3.3.3
Release: 1.%{gitver}%{?dist}
License: GPLv2+ and LGPLv2+
Group: Applications/System
URL: http://gitorious.org/procps
# git clone git://gitorious.org/procps/procps.git
# cd procps && git archive --format=tar --prefix="procps-ng-3.3.2/" v3.3.2 | xz > procps-ng-3.3.2.tar.xz
Source: %{name}-%{version}.tar.xz
Patch0: %{name}-3.3.2-fsf-address.patch
# The following patch can't be applied as is, but as it has no effect
# on the target binaries, it doesn't necessarily need to be applied.
# It's included for clarification purposes only.
# wget http://gitorious.org/~kerolasa/procps/sami-procps-ng/commit/240ef79448b4926255fb9878b308d6a8355414b3?format=patch -O procps-ng-3.3.2-license.patch
Patch1: %{name}-3.3.2-license.patch
# cd procps && git archive --format=tar --prefix="procps-ng-3.3.3-20120807git/" 00d7d4e37abdf918b62d266086cfe26f61574c2f xz > procps-ng-3.3.3-20120807git.tar.xz
Source: %{name}-%{version}-%{gitver}.tar.xz
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -72,17 +67,13 @@ Obsoletes: procps-devel < 3.2.9-1
System and process monitoring utilities development headers
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
# The following patch can't be applied as is, but as it has no effect
# on the target binaries, it doesn't necessarily need to be applied.
# It's included for clarification purposes only.
#%%patch1 -p1
%setup -q -n %{name}-%{version}-%{gitver}
%build
echo "%{version}-%{gitver}" > .tarball-version
./autogen.sh
./configure --prefix=/ \
--bindir=%{_bindir} \
--sbindir=%{_sbindir} \
@ -116,7 +107,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
%postun -p /sbin/ldconfig
%files
%doc AUTHORS BUGS COPYING COPYING.LIB FAQ NEWS README top/README.top TODO
%doc AUTHORS Documentation/BUGS COPYING COPYING.LIB Documentation/FAQ NEWS README top/README.top Documentation/TODO
%{_libdir}/libprocps.so.*
%{_libdir}/pkgconfig/libprocps.pc
@ -137,6 +128,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
%{_includedir}/proc
%changelog
* Tue Aug 07 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-1.20120807git
- Update to 3.3.3-20120807git
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
6dd30fc00389cb42104cc88f3ea79959 procps-ng-3.3.2.tar.xz
d2af6201f0a6bb0d08cd9b973e891cef procps-ng-3.3.3-20120807git.tar.xz