ORBit2.spec
branchgnome-2-16
changeset 19052 95a83f0fb372
parent 8529 ace8e9b8a2b7
equal deleted inserted replaced
19051:37e425c62c55 19052:95a83f0fb372
    25 Patch1:	      ORBit-01-no-static.diff
    25 Patch1:	      ORBit-01-no-static.diff
    26 Patch2:	      ORBit-02-uninstalled_pc.diff
    26 Patch2:	      ORBit-02-uninstalled_pc.diff
    27 Patch3:       ORBit-03-gcc-Werror.diff
    27 Patch3:       ORBit-03-gcc-Werror.diff
    28 Patch4:       ORBit-04-localonly.diff
    28 Patch4:       ORBit-04-localonly.diff
    29 Patch5:       ORBit-05-fixhypen.diff
    29 Patch5:       ORBit-05-fixhypen.diff
       
    30 Patch6:       ORBit-06-secureports.diff
    30 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    31 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    31 URL:          http://www.gnome.org/projects/ORBit2
    32 URL:          http://www.gnome.org/projects/ORBit2
    32 DocDir:	      %{_defaultdocdir}/doc
    33 DocDir:	      %{_defaultdocdir}/doc
    33 Autoreqprov:  on
    34 Autoreqprov:  on
    34 Prereq:	      /sbin/ldconfig
    35 Prereq:	      /sbin/ldconfig
    80 %patch1 -p1
    81 %patch1 -p1
    81 %patch2 -p1
    82 %patch2 -p1
    82 %patch3 -p1
    83 %patch3 -p1
    83 %patch4 -p1
    84 %patch4 -p1
    84 %patch5 -p1
    85 %patch5 -p1
       
    86 %patch6 -p1
    85 
    87 
    86 %ifos solaris
    88 %ifos solaris
    87 %ifarch amd64 sparcv9
    89 %ifarch amd64 sparcv9
    88 cd ..
    90 cd ..
    89 cp -rp ORBit2-%{version} ORBit2-%{version}-64
    91 cp -rp ORBit2-%{version} ORBit2-%{version}-64
   217 %{_datadir}/gtk-doc/html/ORBit2
   219 %{_datadir}/gtk-doc/html/ORBit2
   218 %{_mandir}/man1/*
   220 %{_mandir}/man1/*
   219 %{_mandir}/man3/*
   221 %{_mandir}/man3/*
   220 
   222 
   221 %changelog
   223 %changelog
       
   224 * Thu Apr 05 2007 - [email protected]
       
   225 - Add patch ORBit-06-secureports.diff so that ports are opened more
       
   226   securely.  This makes sure to bind the socket when using IPv4 and
       
   227   IPv6 since this is needed for Secure-By-Default requirements to be
       
   228   met.  Without this when you run "netstat -a" you see that all the
       
   229   GNOME sockets are listening wide open on the internet even when
       
   230   ORBLocalOnly=1 in /etc/orbitrc.  After this change, you see that
       
   231   the ports are listed properly with "localhost.####" in the "Local
       
   232   Address" column. This indicates Secure By Default is working.
   222 * Fri Nov  3 2006 - [email protected]
   233 * Fri Nov  3 2006 - [email protected]
   223 - use %gtk_doc_option in configure so that it can be disabled using
   234 - use %gtk_doc_option in configure so that it can be disabled using
   224   --without-gtk-doc
   235   --without-gtk-doc
   225 * Wed Sep 20 2006 - [email protected]
   236 * Wed Sep 20 2006 - [email protected]
   226 - Add patch ORBit-06-fixhyphen.diff to resolve escalation #1-19359745
   237 - Add patch ORBit-06-fixhyphen.diff to resolve escalation #1-19359745