- 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:
Jaromir Capik 2013-01-08 15:15:09 +01:00
parent 90acb264c1
commit 72d3f698a3
3 changed files with 24 additions and 9 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/procps-ng-3.3.4-20120807git.tar.xz
/procps-ng-3.3.3-20120807git.tar.xz
/procps-ng-3.3.4.tar.xz
/procps-ng-3.3.6.tar.xz

View File

@ -2,15 +2,13 @@
Summary: System and process monitoring utilities
Name: procps-ng
Version: 3.3.4
Version: 3.3.6
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: Applications/System
URL: http://gitorious.org/procps
URL: https://sourceforge.net/projects/procps-ng/
# git clone git://gitorious.org/procps/procps.git
# 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
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -67,9 +65,11 @@ System and process monitoring utilities development headers
%setup -q -n %{name}-%{version}
%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=/ \
--bindir=%{_bindir} \
@ -85,7 +85,7 @@ echo "%{version}" > .tarball-version
--disable-rpath
make CFLAGS="$RPM_OPT_FLAGS"
make CFLAGS="%{optflags}"
%if %{tests_enabled}
@ -125,6 +125,20 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
%{_includedir}/proc
%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
- Update to 3.3.4

View File

@ -1 +1 @@
e7c990aead29289e1f0e783bcca2cf78 procps-ng-3.3.4.tar.xz
0a050d9be531921db3cd38f1371e73e3 procps-ng-3.3.6.tar.xz