libgnomeui.spec
changeset 2647 33c071a214d3
parent 2643 f528274d0e2b
child 2736 bd6e69980863
equal deleted inserted replaced
2646:907ec66fab2e 2647:33c071a214d3
     1 Name:         libgnomeui 
     1 Name:         libgnomeui 
     2 License:      LGPL
     2 License:      LGPL
     3 Group:        System/Libraries/GNOME
     3 Group:        System/Libraries/GNOME
     4 Version:      2.6.0
     4 Version:      2.6.0
     5 Release:      10
     5 Release:      11
     6 Distribution: Cinnabar
     6 Distribution: Cinnabar
     7 Vendor:	      Sun Microsystems, Inc.
     7 Vendor:	      Sun Microsystems, Inc.
     8 Summary:      GNOME User Interface Library  
     8 Summary:      GNOME User Interface Library  
     9 Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.6/libgnomeui-%{version}.tar.bz2
     9 Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.6/libgnomeui-%{version}.tar.bz2
    10 Source1:      libgnomeui-l10n-po-1.0.tar.bz2
    10 Source1:      libgnomeui-l10n-po-1.0.tar.bz2
    14 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    14 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    15 Autoreqprov:  on
    15 Autoreqprov:  on
    16 Prereq:       /sbin/ldconfig
    16 Prereq:       /sbin/ldconfig
    17 
    17 
    18 %define gtk_doc_version 1.1
    18 %define gtk_doc_version 1.1
    19 %define libbonoboui_version 2.4.0
    19 %define gtk2_version 2.4.0
    20 %define libglade_version 2.0.1
    20 %define libbonoboui_version 2.6.0
    21 %define libbonobo_version 2.4.0
    21 %define libglade_version 2.3.6
    22 %define libgnome_version 2.4.0
    22 %define libbonobo_version 2.6.0
    23 %define gnome_keyring_version 0.1.2
    23 %define libgnome_version 2.6.0
       
    24 %define gnome_keyring_version 0.2.0
    24 
    25 
       
    26 Requires: gtk2 >= %{gtk2_version}
    25 Requires: libbonoboui >= %{libbonoboui_version}
    27 Requires: libbonoboui >= %{libbonoboui_version}
    26 Requires: libglade >= %{libglade_version}
    28 Requires: libglade >= %{libglade_version}
    27 Requires: gnome-keyring >= %{gnome_keyring_version}
    29 Requires: gnome-keyring >= %{gnome_keyring_version}
       
    30 BuildRequires: gtk2-devel >= %{gtk2_version}
    28 BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
    31 BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
    29 BuildRequires: libglade-devel >= %{libglade_version}
    32 BuildRequires: libglade-devel >= %{libglade_version}
    30 BuildRequires: gnome-keyring-devel >= %{gnome_keyring_version}
    33 BuildRequires: gnome-keyring-devel >= %{gnome_keyring_version}
    31 BuildRequires: gtk-doc >= %{gtk_doc_version}
    34 BuildRequires: gtk-doc >= %{gtk_doc_version}
    32 
    35 
    89 %{_datadir}/locale/*/LC_MESSAGES/libgnomeui-2.0.mo
    92 %{_datadir}/locale/*/LC_MESSAGES/libgnomeui-2.0.mo
    90 %{_datadir}/pixmaps/*.png
    93 %{_datadir}/pixmaps/*.png
    91 %{_libexecdir}/*
    94 %{_libexecdir}/*
    92 %{_libdir}/libglade/2.0/libgnome*so*
    95 %{_libdir}/libglade/2.0/libgnome*so*
    93 %{_libdir}/lib*.so.*
    96 %{_libdir}/lib*.so.*
       
    97 %{_libdir}/gtk-2.0/2.4.0/filesystems/*.so
    94 
    98 
    95 %files devel
    99 %files devel
    96 %{_libdir}/pkgconfig/*.pc
   100 %{_libdir}/pkgconfig/*.pc
    97 %{_includedir}/libgnomeui-2.0/libgnomeui/*.h
   101 %{_includedir}/libgnomeui-2.0/libgnomeui/*.h
    98 %{_includedir}/libgnomeui-2.0/*.h
   102 %{_includedir}/libgnomeui-2.0/*.h
    99 %{_libdir}/lib*.so
   103 %{_libdir}/lib*.so
   100 %{_datadir}/gtk-doc/html/libgnomeui
   104 %{_datadir}/gtk-doc/html/libgnomeui
   101 %{_mandir}/man3/*
   105 %{_mandir}/man3/*
   102 
   106 
   103 %changelog
   107 %changelog
       
   108 * Wed May 05 2004 - [email protected]
       
   109 - Add missing gtk file selector plug-in to %files.
       
   110   Add gtk2 to requirements
       
   111 
   104 * Wed May 04 2004 - [email protected]
   112 * Wed May 04 2004 - [email protected]
   105 - Remove auth manager patch, it was wrong and rejected in
   113 - Remove auth manager patch, it was wrong and rejected in
   106   bugzilla.
   114   bugzilla.
   107 
   115 
   108 * Mon Mar 29 2004 - [email protected]
   116 * Mon Mar 29 2004 - [email protected]