source: projects/specs/trunk/g/gnome-vfsmm/gnome-vfsmm-vl.spec @ 521

Revision 521, 1.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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