source: projects/specs/branches/6/g/gnome-vfsmm/gnome-vfsmm-vl.spec @ 1859

Revision 1859, 2.1 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21798]

Line 
1Name: gnome-vfsmm
2Summary: C++ wrapper for gnome-vfs
3Version: 2.26.0
4Release: 2%{?_dist_release}
5License: LGPL
6Group: System Environment/Libraries
7URL: http://gtkmm.sourceforge.net/
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.26/%{name}-%{version}.tar.bz2
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: glibmm-devel >= 2.4.0
11BuildRequires: gnome-vfs2-devel >= 2.8.1
12BuildRequires: doxygen
13
14%description
15This package is part of the gnomemm project and provides a C++ interface for
16gnome-vfs. 
17
18%package devel
19Summary: Headers for developing programs that will use %{name}.
20Group: Development/Libraries
21Requires: %{name} = %{version}-%{release}
22Requires: glibmm-devel >= 2.4.0
23Requires: gnome-vfs2-devel >= 2.8.1
24
25%description devel
26This package contains the static libraries and header files needed for
27developing applications with %{name}.
28
29
30%prep
31%setup -q -n gnome-vfsmm-%{version}
32
33%build
34%configure
35make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39
40%makeinstall
41
42%post -p /sbin/ldconfig
43
44%postun -p /sbin/ldconfig
45
46%clean
47rm -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
Note: See TracBrowser for help on using the repository browser.