[libcmis] new release

David Tardon dtardon at fedoraproject.org
Mon Feb 4 05:23:20 UTC 2013


commit ec3f8e9fa6cf4059fb089dd4969b747c5661ed81
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 4 06:22:40 2013 +0100

    new release

 .gitignore                                         |    1 +
 0001-add-public-and-system-ID-to-doctype.patch     |   23 --
 0002-make-the-man-page-valid-docbook.patch         |  324 --------------------
 0003-rename-DOCBOOK2X-to-DOCBOOK2MAN.patch         |   51 ---
 ...tting-of-DOCBOOK2MAN-on-configure-cmdline.patch |   39 ---
 libcmis.spec                                       |   20 +-
 sources                                            |    2 +-
 7 files changed, 7 insertions(+), 453 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82a3722..fe9955b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /libcmis-0.2.2.tar.gz
 /libcmis-0.2.3.tar.gz
 /libcmis-0.3.0.tar.gz
+/libcmis-0.3.1.tar.gz
diff --git a/libcmis.spec b/libcmis.spec
index 04416fc..b004f96 100644
--- a/libcmis.spec
+++ b/libcmis.spec
@@ -1,19 +1,13 @@
 Name: libcmis
-Version: 0.3.0
-Release: 6%{?dist}
+Version: 0.3.1
+Release: 1%{?dist}
 Summary: A C++ client library for the CMIS interface
 
 Group: System Environment/Libraries
 License: GPLv2+ or LGPLv2+ or MPLv1.1
 URL: http://sourceforge.net/projects/libcmis/
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0: 0001-add-public-and-system-ID-to-doctype.patch
-Patch1: 0002-make-the-man-page-valid-docbook.patch
-Patch2: 0003-rename-DOCBOOK2X-to-DOCBOOK2MAN.patch
-Patch3: 0004-allow-setting-of-DOCBOOK2MAN-on-configure-cmdline.patch
 
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: boost-devel
 BuildRequires: libcurl-devel
 BuildRequires: libxml2-devel
@@ -44,16 +38,9 @@ command line.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 
 %build
-aclocal -I m4
-automake -a -c --foreign
-autoconf
 %configure --disable-static --disable-tests --disable-werror DOCBOOK2MAN='xmlto man'
 sed -i \
     -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
@@ -94,6 +81,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
 
 
 %changelog
+* Mon Feb 04 2013 David Tardon <dtardon at redhat.com> - 0.3.1-1
+- new release
+
 * Wed Dec 19 2012 David Tardon <dtardon at redhat.com> - 0.3.0-6
 - use xmlto for generating man page
 
diff --git a/sources b/sources
index 0ba985a..0d41091 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2371dc7cf4811c9d32146eec913d296  libcmis-0.3.0.tar.gz
+a60f503fa011174737dd603fb345d9e1  libcmis-0.3.1.tar.gz


More information about the scm-commits mailing list