rpms/libchmxx/devel .cvsignore, 1.2, 1.3 libchmxx.spec, 1.5, 1.6 sources, 1.2, 1.3

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Jan 4 11:11:30 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/libchmxx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22771

Modified Files:
	.cvsignore libchmxx.spec sources 
Log Message:
* Fri Jan  4 2008 Patrice Dumas <pertusus at free.fr> 0.2-1
- update to 0.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libchmxx/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Apr 2006 23:25:38 -0000	1.2
+++ .cvsignore	4 Jan 2008 11:10:49 -0000	1.3
@@ -1 +1 @@
-libchmxx-0.1.tar.gz
+libchmxx-0.2.tar.gz


Index: libchmxx.spec
===================================================================
RCS file: /cvs/extras/rpms/libchmxx/devel/libchmxx.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libchmxx.spec	3 Jan 2008 22:34:44 -0000	1.5
+++ libchmxx.spec	4 Jan 2008 11:10:49 -0000	1.6
@@ -1,18 +1,15 @@
 Name:           libchmxx
-Version:        0.1
-Release:        6%{?dist}
+Version:        0.2
+Release:        1%{?dist}
 Summary:        C++ bindings for chmlib
 
 Group:          System Environment/Libraries
-License:        LGPL/GPL
+License:        LGPLv2+
 URL:            http://www.mare.ee/indrek/libchmxx/
 Source0:        http://www.mare.ee/indrek/libchmxx/libchmxx-%{version}.tar.gz
-Patch0:         libchmxx-kchm-fixes.diff
-Patch1:         libchmxx-0.1-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  chmlib-devel libtool
-#Requires:       
+BuildRequires:  chmlib-devel
 
 %description
 This is a C++ library for accessing Microsoft(tm) help
@@ -30,20 +27,15 @@
 
 %prep
 %setup -q
-%patch -p1
-%patch1 -p1 -b .gcc43
 
 %build
 %configure --disable-static
-# fails with %{?_smp_mflags}
-#make %{?_smp_mflags}
-# use system libtool since it adds -lstdc++
-make LIBTOOL=libtool
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{_libdir}/libchmxx.la $RPM_BUILD_ROOT%{_libdir}/libchmxx.a
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+rm $RPM_BUILD_ROOT%{_libdir}/libchmxx.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -53,7 +45,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS README COPYING COPYING.LIB
+%doc AUTHORS README COPYING.LIB
 %{_bindir}/chmdissect
 %{_libdir}/libchmxx.so.*
 
@@ -64,6 +56,9 @@
 %{_includedir}/chmxx.h
 
 %changelog
+* Fri Jan  4 2008 Patrice Dumas <pertusus at free.fr> 0.2-1
+- update to 0.2
+
 * Thu Jan  3 2008 Patrice Dumas <pertusus at free.fr> 0.1-6
 - fix for gcc 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libchmxx/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Apr 2006 23:25:38 -0000	1.2
+++ sources	4 Jan 2008 11:10:49 -0000	1.3
@@ -1 +1 @@
-e2987a503d4d49ec4019b67c99921372  libchmxx-0.1.tar.gz
+244e9e6bf7afb1ca9405ad6ee6f9a8b1  libchmxx-0.2.tar.gz




More information about the fedora-extras-commits mailing list