- Update to 3.3.6
- Changing URL/Source from gitorious to recently created sourceforge page - Replacing autogen.sh with autoreconf
This commit is contained in:
parent
90acb264c1
commit
72d3f698a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/procps-ng-3.3.4-20120807git.tar.xz
|
/procps-ng-3.3.4-20120807git.tar.xz
|
||||||
/procps-ng-3.3.3-20120807git.tar.xz
|
/procps-ng-3.3.3-20120807git.tar.xz
|
||||||
/procps-ng-3.3.4.tar.xz
|
/procps-ng-3.3.4.tar.xz
|
||||||
|
/procps-ng-3.3.6.tar.xz
|
||||||
|
@ -2,15 +2,13 @@
|
|||||||
|
|
||||||
Summary: System and process monitoring utilities
|
Summary: System and process monitoring utilities
|
||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.4
|
Version: 3.3.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://gitorious.org/procps
|
URL: https://sourceforge.net/projects/procps-ng/
|
||||||
|
|
||||||
# git clone git://gitorious.org/procps/procps.git
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
# cd procps && git archive --format=tar --prefix="procps-ng-3.3.4/" v3.3.4 | xz > procps-ng-3.3.4.tar.xz
|
|
||||||
Source: %{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
@ -67,9 +65,11 @@ System and process monitoring utilities development headers
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "%{version}" > .tarball-version
|
# The following stuff is needed for git archives only
|
||||||
|
#echo "%{version}" > .tarball-version
|
||||||
|
#./autogen.sh
|
||||||
|
|
||||||
./autogen.sh
|
autoreconf --verbose --force --install
|
||||||
|
|
||||||
./configure --prefix=/ \
|
./configure --prefix=/ \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
@ -85,7 +85,7 @@ echo "%{version}" > .tarball-version
|
|||||||
--disable-rpath
|
--disable-rpath
|
||||||
|
|
||||||
|
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make CFLAGS="%{optflags}"
|
||||||
|
|
||||||
|
|
||||||
%if %{tests_enabled}
|
%if %{tests_enabled}
|
||||||
@ -125,6 +125,20 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%{_includedir}/proc
|
%{_includedir}/proc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 08 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.6-1
|
||||||
|
- Update to 3.3.6
|
||||||
|
- Changing URL/Source from gitorious to recently created sourceforge page
|
||||||
|
- Replacing autogen.sh with autoreconf
|
||||||
|
|
||||||
|
* Mon Jan 07 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.5-1
|
||||||
|
- Update to 3.3.5
|
||||||
|
|
||||||
|
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-2
|
||||||
|
- fixing the following regressions:
|
||||||
|
- negative ETIME field in ps (#871819)
|
||||||
|
- procps states a bug is hit when receiving a signal (#871824)
|
||||||
|
- allow core file generation by ps command (#871825)
|
||||||
|
|
||||||
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-1
|
* Tue Dec 11 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.4-1
|
||||||
- Update to 3.3.4
|
- Update to 3.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user