| [1873] | 1 | Name: libxfcegui4 |
|---|
| [521] | 2 | Summary: GTK widgets for xfce |
|---|
| [3253] | 3 | Version: 4.8.0 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| [1873] | 5 | |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | License: LGPLv2+ |
|---|
| [521] | 8 | URL: http://www.xfce.org/ |
|---|
| [1873] | 9 | |
|---|
| [521] | 10 | Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 |
|---|
| [1068] | 11 | |
|---|
| [521] | 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| [1068] | 13 | BuildRequires: gtk2-devel >= 2.10.0 |
|---|
| [521] | 14 | BuildRequires: gettext |
|---|
| 15 | BuildRequires: intltool |
|---|
| [3253] | 16 | BuildRequires: libglade2-devel |
|---|
| [521] | 17 | BuildRequires: libSM-devel |
|---|
| [3253] | 18 | BuildRequires: libxfce4util-devel >= 4.8.0 |
|---|
| 19 | BuildRequires: libxml2-devel >= 2.4.0 |
|---|
| 20 | BuildRequires: pkgconfig |
|---|
| 21 | BuildRequires: startup-notification-devel >= 0.5 |
|---|
| 22 | BuildRequires: xfconf-devel >= 4.6.0 |
|---|
| [1873] | 23 | Requires(posttrans): gtk2 |
|---|
| 24 | Requires(postun): gtk2 |
|---|
| [521] | 25 | |
|---|
| 26 | %description |
|---|
| 27 | The package includes various gtk widgets for Xfce. |
|---|
| 28 | |
|---|
| 29 | %package devel |
|---|
| 30 | Summary: developpment tools for libxfcegui4 library |
|---|
| 31 | Group: Development/Libraries |
|---|
| [3253] | 32 | Requires: %{name} = %{version}-%{release} |
|---|
| 33 | Requires: libxfce4util-devel >= 4.8.0 |
|---|
| 34 | Requires: gtk2-devel >= 2.10.0 |
|---|
| [521] | 35 | |
|---|
| 36 | %description devel |
|---|
| 37 | Static libraries and header files for the libxfcegui4 library. |
|---|
| 38 | |
|---|
| 39 | %prep |
|---|
| 40 | %setup -q |
|---|
| 41 | |
|---|
| 42 | %build |
|---|
| [1068] | 43 | %configure --disable-gladeui --disable-static |
|---|
| [521] | 44 | |
|---|
| 45 | make %{?_smp_mflags} |
|---|
| 46 | |
|---|
| 47 | %install |
|---|
| 48 | rm -rf $RPM_BUILD_ROOT |
|---|
| 49 | make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} |
|---|
| 50 | %find_lang %{name} |
|---|
| 51 | |
|---|
| 52 | rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la |
|---|
| 53 | rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/modules/*.la |
|---|
| 54 | rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/*/*.la |
|---|
| 55 | #rm -f $RPM_BUILD_ROOT%{_libdir}/glade3/*/*.la |
|---|
| 56 | |
|---|
| 57 | %clean |
|---|
| 58 | rm -rf $RPM_BUILD_ROOT |
|---|
| 59 | |
|---|
| 60 | %post |
|---|
| 61 | /sbin/ldconfig |
|---|
| [1873] | 62 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| [521] | 63 | |
|---|
| [1873] | 64 | %posttrans |
|---|
| 65 | gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 66 | |
|---|
| [521] | 67 | %postun |
|---|
| 68 | /sbin/ldconfig |
|---|
| [1873] | 69 | if [ $1 -eq 0 ] ; then |
|---|
| 70 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 71 | gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 72 | fi |
|---|
| [521] | 73 | |
|---|
| [1873] | 74 | |
|---|
| [521] | 75 | %files -f %{name}.lang |
|---|
| 76 | %defattr(-,root,root) |
|---|
| 77 | %doc AUTHORS ChangeLog COPYING |
|---|
| 78 | %{_libdir}/lib*.so.* |
|---|
| 79 | %{_libdir}/libglade/*/lib*.so |
|---|
| 80 | %{_datadir}/icons/hicolor/*/*/*.png |
|---|
| 81 | %{_datadir}/icons/hicolor/scalable/apps/xfce-filemanager.svg |
|---|
| 82 | |
|---|
| 83 | %files devel |
|---|
| 84 | %defattr(-, root, root) |
|---|
| [3253] | 85 | %{_includedir}/xfce4 |
|---|
| [521] | 86 | %{_libdir}/lib*.so |
|---|
| 87 | %{_libdir}/pkgconfig/*.pc |
|---|
| 88 | %{_datadir}/gtk-doc/html/libxfcegui4 |
|---|
| 89 | |
|---|
| 90 | %changelog |
|---|
| [3253] | 91 | * Mon Mar 28 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1 |
|---|
| 92 | - new upstream release |
|---|
| 93 | |
|---|
| [1873] | 94 | * Wed Sep 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-2 |
|---|
| 95 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 96 | |
|---|
| [1068] | 97 | * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1 |
|---|
| 98 | - new upstream release |
|---|
| 99 | - built with new toolchain |
|---|
| 100 | |
|---|
| [521] | 101 | * Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1 |
|---|
| 102 | - new upstream release |
|---|
| 103 | - removed lib*.a files from devel package |
|---|
| 104 | - added --disable-gladeui option |
|---|
| 105 | |
|---|
| 106 | * Sun Aug 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1 |
|---|
| 107 | - appiled new versioning policy |
|---|
| 108 | - removed lib*.la files from devel package |
|---|
| 109 | |
|---|
| 110 | * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2 |
|---|
| 111 | - new upstream release. |
|---|
| 112 | |
|---|
| 113 | * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2 |
|---|
| 114 | - build for VineSeed |
|---|
| 115 | |
|---|
| 116 | * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1 |
|---|
| 117 | - new upstream version |
|---|
| 118 | - remove dbh-devel from BuildRequires |
|---|
| 119 | - remove %{_libdir}/xfce4/modules from files section |
|---|
| 120 | - remove %{_datadir}/xfce4 from files section |
|---|
| 121 | - remove %{_includedir}/xfce4/xfce4-modules from files section |
|---|
| 122 | - add %{_datadir}/icons/hicolor/*/apps/* to files section |
|---|
| 123 | |
|---|
| 124 | * Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.3-0vl1 |
|---|
| 125 | - new upstream release |
|---|
| 126 | - add dbh-devel to BuildRequires |
|---|
| 127 | |
|---|
| 128 | * Mon Jun 13 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.2-0vl2 |
|---|
| 129 | - new upstream release |
|---|
| 130 | |
|---|
| 131 | * Thu Mar 31 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.1-0vl2 |
|---|
| 132 | - new upstream release |
|---|
| 133 | |
|---|
| 134 | * Sun Jan 23 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.0-0vl2 |
|---|
| 135 | - new upstream release |
|---|
| 136 | - add --enable-gtk-doc option to configure |
|---|
| 137 | - add Requires: libxml2 and BuildRequires: libxml2-devel |
|---|
| 138 | |
|---|
| 139 | * Mon Jul 12 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.6-0vl1 |
|---|
| 140 | - new upstream release |
|---|
| 141 | |
|---|
| 142 | * Mon Apr 19 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.5-0vl1 |
|---|
| 143 | - new upstream release |
|---|
| 144 | |
|---|
| 145 | * Mon Mar 22 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.4-0vl1 |
|---|
| 146 | - new upstream release |
|---|
| 147 | |
|---|
| 148 | * Thu Jan 08 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl1 |
|---|
| 149 | - new upstream release |
|---|
| 150 | |
|---|
| 151 | * Sun Jan 04 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.2-0vl1 |
|---|
| 152 | - new upstream release |
|---|
| 153 | |
|---|
| 154 | * Thu Nov 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.1-0vl1 |
|---|
| 155 | - new upstream release |
|---|
| 156 | |
|---|
| 157 | * Sat Sep 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.0-0vl1 |
|---|
| 158 | - initial release for vine |
|---|
| 159 | |
|---|