From 3e19291c4e201fa443d6963c3633ab67f87fa11b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:25:47 +0100 Subject: [PATCH] automatic update to 2.26.0 by autodist [release 2.26.0-1mamba;Sat May 29 2010] --- README.md | 2 + libgnome-vfsmm.spec | 93 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 libgnome-vfsmm.spec diff --git a/README.md b/README.md index 4cce4e9..b8ca5b1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libgnome-vfsmm +C++ wrappers for gnome-vfs. + diff --git a/libgnome-vfsmm.spec b/libgnome-vfsmm.spec new file mode 100644 index 0000000..fdbb9a4 --- /dev/null +++ b/libgnome-vfsmm.spec @@ -0,0 +1,93 @@ +%define majversion %(echo %version | cut -d. -f 1-2) + +Name: libgnome-vfsmm +Version: 2.26.0 +Release: 1mamba +Summary: C++ wrappers for gnome-vfs +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnome.org +Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/%{majversion}/gnome-vfsmm-%{version}.tar.bz2 +License: LGPL +BuildRequires: pkgconfig >= 0.15.0 +BuildRequires: libgnome-vfs >= 2.24.0 +BuildRequires: libbonobo-devel >= 2.24.0 +## AUTOBUILDREQ-BEGIN +BuildRequires: GConf-devel +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libglib-devel +BuildRequires: libglibmm-devel >= 2.18.0 +BuildRequires: libgnome-vfs-devel >= 2.24.0 +BuildRequires: libsigc++2-devel >= 2.0.3 +BuildRequires: libstdc++6-devel +BuildRequires: ORBit2-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot + +%description +C++ wrappers for gnome-vfs. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +C++ wrappers for gnome-vfs. + +This package contains static libraries and header files need for development. + +%prep +%setup -q -n gnome-vfsmm-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%files devel +%defattr(-,root,root) +%dir %{_exec_prefix}/lib/gnome-vfsmm-?.?/proc/m4 +%{_exec_prefix}/lib/gnome-vfsmm-?.?/proc/m4/*.m4 +%dir %{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private +%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private/*.h +%dir %{_includedir}/gnome-vfsmm-?.? +%{_includedir}/gnome-vfsmm-?.?/*.h +%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/*.h +%{_libdir}/*.la +%{_libdir}/*.so +%{_exec_prefix}/lib/pkgconfig/*.pc +%{_libdir}/gnome-vfsmm-?.?/include/*.h + +%changelog +* Sat May 29 2010 Automatic Build System 2.26.0-1mamba +- automatic update to 2.26.0 by autodist + +* Fri Oct 03 2008 gil 2.24.0-1mamba +- update to 2.24.0 + +* Thu Jun 15 2006 Stefano Cotta Ramusino 2.12.0-1qilnx +- update to version 2.12.0 by autospec + +* Mon Aug 29 2005 Davide Madrisan 2.10.0-1qilnx +- update to version 2.10.0 by autospec + +* Fri Dec 17 2004 Silvan Calarco 2.8.0-1qilnx +- package created by autospec