[libseccomp] Version bump due to upstream release, version 1.0.0.

pcmoore pcmoore at fedoraproject.org
Tue Jul 31 20:35:07 UTC 2012


commit 7730f7beb19d65e9ce8b491587bd159cb0f15394
Author: Paul Moore <pmoore at redhat.com>
Date:   Mon Jul 30 15:53:24 2012 -0400

    Version bump due to upstream release, version 1.0.0.

 libseccomp-0.1.0-build_verbose.patch |  150 ----------------------------------
 libseccomp.spec                      |   17 ++--
 2 files changed, 8 insertions(+), 159 deletions(-)
---
diff --git a/libseccomp.spec b/libseccomp.spec
index 084207e..103ab80 100644
--- a/libseccomp.spec
+++ b/libseccomp.spec
@@ -1,7 +1,7 @@
 Summary: Enhanced seccomp library
 Name: libseccomp
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 1.0.0
+Release: 0%{?dist}
 ExclusiveArch: %{ix86} x86_64
 License: LGPLv2
 Group: System Environment/Libraries
@@ -9,9 +9,6 @@ Source: http://downloads.sf.net/project/libseccomp/%{name}-%{version}.tar.gz
 URL: http://libseccomp.sourceforge.net
 Requires: kernel >= 3.5
 
-# force the build process to be as verbose as possible, nothing is hidden
-Patch1: libseccomp-0.1.0-build_verbose.patch
-
 %description
 The libseccomp library provides an easy to use interface to the Linux Kernel's
 syscall filtering mechanism, seccomp.  The libseccomp API allows an application
@@ -33,18 +30,17 @@ Kernel.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 ./configure --prefix="%{_prefix}" --libdir="%{_libdir}"
-CFLAGS="%{optflags}" make
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf "%{buildroot}"
 mkdir -p "%{buildroot}/%{_libdir}"
 mkdir -p "%{buildroot}/%{_includedir}"
 mkdir -p "%{buildroot}/%{_mandir}"
-make DESTDIR="%{buildroot}" install
+make V=1 DESTDIR="%{buildroot}" install
 
 %post -p /sbin/ldconfig
 
@@ -63,9 +59,12 @@ make DESTDIR="%{buildroot}" install
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 31 2012 Paul Moore <pmoore at redhat.com> - 1.0.0-0
+- New upstream version
+- Remove verbose build patch as it is no longer needed
+- Enable _smp_mflags during build stage
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
 * Tue Jul 10 2012 Paul Moore <pmoore at redhat.com> - 0.1.0-1
 - Limit package to x86/x86_64 platforms (RHBZ #837888)
 * Tue Jun 12 2012 Paul Moore <pmoore at redhat.com> - 0.1.0-0


More information about the scm-commits mailing list