automatic rebuild by autodist [release 2.26.0-2mamba;Tue Mar 23 2021]
This commit is contained in:
parent
3e19291c4e
commit
26d5e97e17
@ -2,18 +2,15 @@
|
|||||||
|
|
||||||
Name: libgnome-vfsmm
|
Name: libgnome-vfsmm
|
||||||
Version: 2.26.0
|
Version: 2.26.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: C++ wrappers for gnome-vfs
|
Summary: C++ wrappers for gnome-vfs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/%{majversion}/gnome-vfsmm-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/%{majversion}/gnome-vfsmm-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: pkgconfig >= 0.15.0
|
|
||||||
BuildRequires: libgnome-vfs >= 2.24.0
|
|
||||||
BuildRequires: libbonobo-devel >= 2.24.0
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: GConf-devel
|
BuildRequires: GConf-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -25,7 +22,9 @@ BuildRequires: libsigc++2-devel >= 2.0.3
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: ORBit2-devel
|
BuildRequires: ORBit2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRequires: pkgconfig >= 0.15.0
|
||||||
|
BuildRequires: libgnome-vfs >= 2.24.0
|
||||||
|
BuildRequires: libbonobo-devel >= 2.24.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
C++ wrappers for gnome-vfs.
|
C++ wrappers for gnome-vfs.
|
||||||
@ -37,8 +36,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
C++ wrappers for gnome-vfs.
|
C++ wrappers for gnome-vfs.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gnome-vfsmm-%{version}
|
%setup -q -n gnome-vfsmm-%{version}
|
||||||
@ -60,12 +60,12 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_exec_prefix}/lib/gnome-vfsmm-?.?/proc/m4
|
%dir %{_libdir}/gnome-vfsmm-?.?/proc/m4
|
||||||
%{_exec_prefix}/lib/gnome-vfsmm-?.?/proc/m4/*.m4
|
%{_libdir}/gnome-vfsmm-?.?/proc/m4/*.m4
|
||||||
%dir %{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private
|
%dir %{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private
|
||||||
%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private/*.h
|
%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private/*.h
|
||||||
%dir %{_includedir}/gnome-vfsmm-?.?
|
%dir %{_includedir}/gnome-vfsmm-?.?
|
||||||
@ -73,10 +73,13 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/*.h
|
%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/*.h
|
||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/gnome-vfsmm-?.?/include/*.h
|
%{_libdir}/gnome-vfsmm-?.?/include/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2021 Automatic Build System <autodist@mambasoft.it> 2.26.0-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
|
||||||
- automatic update to 2.26.0 by autodist
|
- automatic update to 2.26.0 by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user