automatic update to 2.26.0 by autodist [release 2.26.0-1mamba;Sat May 29 2010]
This commit is contained in:
parent
083fadcc3b
commit
3e19291c4e
93
libgnome-vfsmm.spec
Normal file
93
libgnome-vfsmm.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 2.26.0-1mamba
|
||||||
|
- automatic update to 2.26.0 by autodist
|
||||||
|
|
||||||
|
* Fri Oct 03 2008 gil <puntogil@libero.it> 2.24.0-1mamba
|
||||||
|
- update to 2.24.0
|
||||||
|
|
||||||
|
* Thu Jun 15 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.12.0-1qilnx
|
||||||
|
- update to version 2.12.0 by autospec
|
||||||
|
|
||||||
|
* Mon Aug 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.10.0-1qilnx
|
||||||
|
- update to version 2.10.0 by autospec
|
||||||
|
|
||||||
|
* Fri Dec 17 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.0-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user