Update to 3.3.3-20120807git
This commit is contained in:
parent
6b038b766b
commit
99f9c25651
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
/procps-ng-3.3.2.tar.xz
|
/procps-ng-3.3.2.tar.xz
|
||||||
|
/procps-ng-3.3.4-20120807git.tar.xz
|
||||||
|
/procps-ng-3.3.3-20120807git.tar.xz
|
||||||
|
@ -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
@ -1,24 +1,19 @@
|
|||||||
# testsuite doesn't work yet
|
# testsuite doesn't work yet
|
||||||
%global tests_enabled 0
|
%global tests_enabled 0
|
||||||
|
|
||||||
|
%global gitver 20120807git
|
||||||
|
|
||||||
Summary: System and process monitoring utilities
|
Summary: System and process monitoring utilities
|
||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.2
|
Version: 3.3.3
|
||||||
Release: 4%{?dist}
|
Release: 1.%{gitver}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://gitorious.org/procps
|
URL: http://gitorious.org/procps
|
||||||
|
|
||||||
# git clone git://gitorious.org/procps/procps.git
|
# 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
|
# 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}.tar.xz
|
Source: %{name}-%{version}-%{gitver}.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
|
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
@ -72,17 +67,13 @@ Obsoletes: procps-devel < 3.2.9-1
|
|||||||
System and process monitoring utilities development headers
|
System and process monitoring utilities development headers
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}-%{gitver}
|
||||||
|
|
||||||
%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
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
echo "%{version}-%{gitver}" > .tarball-version
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
./configure --prefix=/ \
|
./configure --prefix=/ \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
--sbindir=%{_sbindir} \
|
--sbindir=%{_sbindir} \
|
||||||
@ -116,7 +107,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%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}/libprocps.so.*
|
||||||
%{_libdir}/pkgconfig/libprocps.pc
|
%{_libdir}/pkgconfig/libprocps.pc
|
||||||
@ -137,6 +128,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%{_includedir}/proc
|
%{_includedir}/proc
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user