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

Revision 9059, 2.4 KB checked in by inagaki, 9 years ago (diff)

2014-11-04 Ryoichi INAGAKI <ryo1@…>

  • gconfmm: updated
  • gnome-vfsmm, libiglademm2, libgnomecanvasmm, libgnomemm, libgnomeuimm: rebuilt


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