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
|
||||
Version: 2.26.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
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
|
||||
URL: https://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
|
||||
@ -25,7 +22,9 @@ BuildRequires: libsigc++2-devel >= 2.0.3
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: ORBit2-devel
|
||||
## 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
|
||||
C++ wrappers for gnome-vfs.
|
||||
@ -37,8 +36,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
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
|
||||
%setup -q -n gnome-vfsmm-%{version}
|
||||
@ -60,12 +60,12 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_exec_prefix}/lib/gnome-vfsmm-?.?/proc/m4
|
||||
%{_exec_prefix}/lib/gnome-vfsmm-?.?/proc/m4/*.m4
|
||||
%dir %{_libdir}/gnome-vfsmm-?.?/proc/m4
|
||||
%{_libdir}/gnome-vfsmm-?.?/proc/m4/*.m4
|
||||
%dir %{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private
|
||||
%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/private/*.h
|
||||
%dir %{_includedir}/gnome-vfsmm-?.?
|
||||
@ -73,10 +73,13 @@ This package contains static libraries and header files need for development.
|
||||
%{_includedir}/gnome-vfsmm-?.?/libgnomevfsmm/*.h
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/gnome-vfsmm-?.?/include/*.h
|
||||
|
||||
%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
|
||||
- automatic update to 2.26.0 by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user