packages: zeromq/zeromq.spec - pldize, manuals to proper package, attrs for...

glen glen at pld-linux.org
Mon Jul 12 18:11:52 CEST 2010


Author: glen                         Date: Mon Jul 12 16:11:52 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pldize, manuals to proper package, attrs for executables, full auto* regen, package description

---- Files affected:
packages/zeromq:
   zeromq.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/zeromq/zeromq.spec
diff -u packages/zeromq/zeromq.spec:1.1 packages/zeromq/zeromq.spec:1.2
--- packages/zeromq/zeromq.spec:1.1	Sun Jul  4 03:32:34 2010
+++ packages/zeromq/zeromq.spec	Mon Jul 12 18:11:46 2010
@@ -13,6 +13,9 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Zero Message Queue is a small, fast, and free software library that
+gives you message-passing concurrency for applications in most common
+languages.
 
 %package devel
 Summary:	NSPR library header files for development
@@ -44,9 +47,10 @@
 %setup -q
 
 %build
+%{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %configure
-
 %{__make}
 
 %install
@@ -55,6 +59,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,10 +70,13 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libzmq.so.*.*.*
-%{_bindir}/zmq_forwarder
-%{_bindir}/zmq_queue
-%{_bindir}/zmq_streamer
-
+%attr(755,root,root) %ghost %{_libdir}/libzmq.so.0
+%attr(755,root,root) %{_bindir}/zmq_forwarder
+%attr(755,root,root) %{_bindir}/zmq_queue
+%attr(755,root,root) %{_bindir}/zmq_streamer
+%{_mandir}/man1/zmq_forwarder.1*
+%{_mandir}/man1/zmq_queue.1*
+%{_mandir}/man1/zmq_streamer.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -75,42 +84,12 @@
 %{_includedir}/zmq.hpp
 %{_libdir}/libzmq.so
 %{_pkgconfigdir}/libzmq.pc
-%{_mandir}/man1/zmq_forwarder.1*
-%{_mandir}/man1/zmq_queue.1*
-%{_mandir}/man1/zmq_streamer.1*
-%{_mandir}/man3/zmq_bind.3*
-%{_mandir}/man3/zmq_close.3*
-%{_mandir}/man3/zmq_connect.3*
-%{_mandir}/man3/zmq_errno.3*
-%{_mandir}/man3/zmq_getsockopt.3*
-%{_mandir}/man3/zmq_init.3*
-%{_mandir}/man3/zmq_msg_close.3*
-%{_mandir}/man3/zmq_msg_copy.3*
-%{_mandir}/man3/zmq_msg_data.3*
-%{_mandir}/man3/zmq_msg_init.3*
-%{_mandir}/man3/zmq_msg_init_data.3*
-%{_mandir}/man3/zmq_msg_init_size.3*
-%{_mandir}/man3/zmq_msg_move.3*
-%{_mandir}/man3/zmq_msg_size.3*
-%{_mandir}/man3/zmq_poll.3*
-%{_mandir}/man3/zmq_recv.3*
-%{_mandir}/man3/zmq_send.3*
-%{_mandir}/man3/zmq_setsockopt.3*
-%{_mandir}/man3/zmq_socket.3*
-%{_mandir}/man3/zmq_strerror.3*
-%{_mandir}/man3/zmq_term.3*
-%{_mandir}/man3/zmq_version.3*
-%{_mandir}/man7/zmq.7*
-%{_mandir}/man7/zmq_cpp.7*
-%{_mandir}/man7/zmq_epgm.7*
-%{_mandir}/man7/zmq_inproc.7*
-%{_mandir}/man7/zmq_ipc.7*
-%{_mandir}/man7/zmq_pgm.7*
-%{_mandir}/man7/zmq_tcp.7*
+%{_mandir}/man3/zmq*.3*
+%{_mandir}/man7/zmq*.7*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libzmq.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -118,6 +97,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/07/12 16:11:46  glen
+- pldize, manuals to proper package, attrs for executables, full auto* regen, package description
+
 Revision 1.1  2010/07/04 01:32:34  aredridel
 - initial commit
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/zeromq/zeromq.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list