rpms/qpidc/devel qpidc.spec,1.32,1.33

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Mon Jul 7 16:11:23 UTC 2008


Author: nsantos

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

Modified Files:
	qpidc.spec 
Log Message:
import specfile


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- qpidc.spec	18 Jun 2008 17:43:47 -0000	1.32
+++ qpidc.spec	7 Jul 2008 16:10:37 -0000	1.33
@@ -8,13 +8,12 @@
 
 Name:           qpidc
 Version:        0.2.%{svnrev}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        Apache Software License
 URL:            http://rhm.et.redhat.com/qpidc
 Source0:        %{name}-%{version}.tar.gz
-Patch0:         examples.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch: i386 i686 x86_64
@@ -100,7 +99,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 CXXFLAGS="%{optflags} -DNDEBUG -O3" \
@@ -108,8 +106,6 @@
 make %{?_smp_mflags}
 # Remove this generated perl file, we don't need it and it upsets rpmlint.
 rm docs/api/html/installdox
-# remove examples, are being packages separately in the rhm-docs package
-rm -fr examples
 # Make perftest utilities
 pushd src/tests
 make perftest topic_listener topic_publisher latencytest
@@ -131,7 +127,10 @@
 libtool --mode=install install -m755 latencytest %{buildroot}/%_bindir
 popd
 rm -f %{buildroot}%_libdir/*.a
+rm -f %{buildroot}%_libdir/*.l
 rm -f %{buildroot}%_libdir/*.la
+# remove examples, are being packages separately in the rhm-docs package
+rm -fr %{buildroot}/usr/share/qpidc/examples
 
 %clean
 rm -rf %{buildroot}
@@ -215,6 +214,9 @@
 /sbin/ldconfig
 
 %changelog
+* Tue Jul  7 2008 Nuno Santos <nsantos at redhat.com> - 0.2.667603-2
+- MRG GA release
+
 * Thu Jun 13 2008 Justin Ross <jross at redhat.com> - 0.2.667603-1
 - Update to source revision 667603
 




More information about the scm-commits mailing list