| 1 | Name: gnome-vfsmm |
|---|
| 2 | Summary: C++ wrapper for gnome-vfs |
|---|
| 3 | Version: 2.26.0 |
|---|
| 4 | Release: 2%{?_dist_release} |
|---|
| 5 | License: LGPL |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | URL: http://gtkmm.sourceforge.net/ |
|---|
| 8 | Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.26/%{name}-%{version}.tar.bz2 |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | BuildRequires: glibmm-devel >= 2.4.0 |
|---|
| 11 | BuildRequires: gnome-vfs2-devel >= 2.8.1 |
|---|
| 12 | BuildRequires: doxygen |
|---|
| 13 | |
|---|
| 14 | %description |
|---|
| 15 | This package is part of the gnomemm project and provides a C++ interface for |
|---|
| 16 | gnome-vfs. |
|---|
| 17 | |
|---|
| 18 | %package devel |
|---|
| 19 | Summary: Headers for developing programs that will use %{name}. |
|---|
| 20 | Group: Development/Libraries |
|---|
| 21 | Requires: %{name} = %{version}-%{release} |
|---|
| 22 | Requires: glibmm-devel >= 2.4.0 |
|---|
| 23 | Requires: gnome-vfs2-devel >= 2.8.1 |
|---|
| 24 | |
|---|
| 25 | %description devel |
|---|
| 26 | This package contains the static libraries and header files needed for |
|---|
| 27 | developing applications with %{name}. |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | %prep |
|---|
| 31 | %setup -q -n gnome-vfsmm-%{version} |
|---|
| 32 | |
|---|
| 33 | %build |
|---|
| 34 | %configure |
|---|
| 35 | make %{?_smp_mflags} |
|---|
| 36 | |
|---|
| 37 | %install |
|---|
| 38 | rm -rf %{buildroot} |
|---|
| 39 | |
|---|
| 40 | %makeinstall |
|---|
| 41 | |
|---|
| 42 | %post -p /sbin/ldconfig |
|---|
| 43 | |
|---|
| 44 | %postun -p /sbin/ldconfig |
|---|
| 45 | |
|---|
| 46 | %clean |
|---|
| 47 | rm -rf %{buildroot} |
|---|
| 48 | |
|---|
| 49 | %files |
|---|
| 50 | %defattr(-, root, root) |
|---|
| 51 | %doc AUTHORS ChangeLog COPYING NEWS README TODO |
|---|
| 52 | %{_libdir}/*.so.* |
|---|
| 53 | |
|---|
| 54 | %files devel |
|---|
| 55 | %defattr(-, root, root) |
|---|
| 56 | %{_includedir}/%{name}-2.6 |
|---|
| 57 | %{_libdir}/*.so |
|---|
| 58 | %exclude %{_libdir}/*.la |
|---|
| 59 | %{_libdir}/%{name}-2.6 |
|---|
| 60 | %{_libdir}/pkgconfig/*.pc |
|---|
| 61 | |
|---|
| 62 | %changelog |
|---|
| 63 | * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.26.0-2 |
|---|
| 64 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 65 | |
|---|
| 66 | * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1 |
|---|
| 67 | - new upstream release |
|---|
| 68 | - add BuildRequires: doxygen |
|---|
| 69 | - fix URL of Source0 |
|---|
| 70 | |
|---|
| 71 | * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5 |
|---|
| 72 | - new upstream release |
|---|
| 73 | |
|---|
| 74 | * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5 |
|---|
| 75 | - applied new versioning policy |
|---|
| 76 | - excluded *.la |
|---|
| 77 | |
|---|
| 78 | * Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2 |
|---|
| 79 | - rebuilt with new toolchains |
|---|
| 80 | |
|---|
| 81 | * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1 |
|---|
| 82 | - new upstream release |
|---|
| 83 | |
|---|
| 84 | * Fri Nov 3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1 |
|---|
| 85 | - initial build for Vine Linux |
|---|
| 86 | |
|---|
| 87 | * Wed Jul 22 2003 Gerald Henriksen <ghenriks@rogers.com> |
|---|
| 88 | - Initial release |
|---|