| 1 | Summary: multi-channel settings management support for xfce |
|---|
| 2 | Name: libxfce4mcs |
|---|
| 3 | Version: 4.4.2 |
|---|
| 4 | Release: 2%{?_dist_release} |
|---|
| 5 | License: LGPL |
|---|
| 6 | URL: http://www.xfce.org/ |
|---|
| 7 | Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 |
|---|
| 8 | Group: System Environment/Libraries |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | Requires: libxfce4util >= %{version} |
|---|
| 11 | BuildRequires: libxfce4util-devel >= %{version} |
|---|
| 12 | BuildRequires: xorg-x11-proto-devel, libX11-devel |
|---|
| 13 | BuildRequires: gtk-doc |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | multi-channel settings management support for xfce. |
|---|
| 17 | |
|---|
| 18 | %package devel |
|---|
| 19 | Summary: developpment tools for libxfce4mcs library |
|---|
| 20 | Group: Development/Libraries |
|---|
| 21 | Requires: libxfce4mcs |
|---|
| 22 | |
|---|
| 23 | %description devel |
|---|
| 24 | Static libraries and header files for the libxfce4mcs library. |
|---|
| 25 | |
|---|
| 26 | %prep |
|---|
| 27 | %setup -q |
|---|
| 28 | |
|---|
| 29 | %build |
|---|
| 30 | %configure --enable-gtk-doc |
|---|
| 31 | make |
|---|
| 32 | |
|---|
| 33 | %install |
|---|
| 34 | rm -rf $RPM_BUILD_ROOT |
|---|
| 35 | make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} |
|---|
| 36 | |
|---|
| 37 | rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la |
|---|
| 38 | |
|---|
| 39 | %clean |
|---|
| 40 | rm -rf $RPM_BUILD_ROOT |
|---|
| 41 | |
|---|
| 42 | %post -p /sbin/ldconfig |
|---|
| 43 | |
|---|
| 44 | %postun -p /sbin/ldconfig |
|---|
| 45 | |
|---|
| 46 | %files |
|---|
| 47 | %defattr(-,root,root) |
|---|
| 48 | %{_libdir}/lib*.so.* |
|---|
| 49 | |
|---|
| 50 | %files devel |
|---|
| 51 | %defattr(-, root, root) |
|---|
| 52 | %{_libdir}/lib*.so |
|---|
| 53 | #{_libdir}/lib*.a |
|---|
| 54 | %{_libdir}/pkgconfig/*.pc |
|---|
| 55 | %{_includedir}/xfce4/libxfce4mcs |
|---|
| 56 | %{_datadir}/gtk-doc/html/libxfce4mcs |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | %changelog |
|---|
| 60 | * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.2-2 |
|---|
| 61 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 62 | - add BuildRequires: xorg-x11-proto-devel, libX11-devel |
|---|
| 63 | |
|---|
| 64 | * Sun Aug 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1 |
|---|
| 65 | - applied new versioning policy |
|---|
| 66 | - removed lib*.la files from devel package |
|---|
| 67 | |
|---|
| 68 | * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2 |
|---|
| 69 | - new upstream release. |
|---|
| 70 | |
|---|
| 71 | * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2 |
|---|
| 72 | - build for VineSeed |
|---|
| 73 | |
|---|
| 74 | * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1 |
|---|
| 75 | - new upstream version |
|---|
| 76 | |
|---|
| 77 | * Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.3-0vl1 |
|---|
| 78 | - new upstream release |
|---|
| 79 | |
|---|
| 80 | * Mon Jun 13 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.2-0vl2 |
|---|
| 81 | - new upstream release |
|---|
| 82 | |
|---|
| 83 | * Thu Mar 31 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.1-0vl2 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| 86 | * Sun Jan 23 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.0-0vl2 |
|---|
| 87 | - new upstream release |
|---|
| 88 | - add --enable-gtk-doc option to configure |
|---|
| 89 | |
|---|
| 90 | * Mon Jul 12 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.6-0vl1 |
|---|
| 91 | - new upstream release |
|---|
| 92 | |
|---|
| 93 | * Mon Apr 19 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.5-0vl1 |
|---|
| 94 | - new upstream release |
|---|
| 95 | |
|---|
| 96 | * Mon Mar 22 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.4-0vl1 |
|---|
| 97 | - new upstream release |
|---|
| 98 | |
|---|
| 99 | * Thu Jan 08 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl1 |
|---|
| 100 | - new upstream release |
|---|
| 101 | |
|---|
| 102 | * Sun Jan 04 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.2-0vl1 |
|---|
| 103 | - new upstream release |
|---|
| 104 | |
|---|
| 105 | * Thu Nov 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.1-0vl1 |
|---|
| 106 | - new upstream release |
|---|
| 107 | |
|---|
| 108 | * Sat Sep 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.0-0vl1 |
|---|
| 109 | - initial release for vine |
|---|
| 110 | |
|---|