automatic version update by autodist [release 1.40.2-1mamba;Thu Aug 29 2019]
This commit is contained in:
parent
4b340dd105
commit
2e8207939c
51
gvfs.spec
51
gvfs.spec
@ -1,8 +1,8 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.36.2
|
||||
Release: 2mamba
|
||||
Version: 1.40.2
|
||||
Release: 1mamba
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -83,6 +83,7 @@ BuildRequires: /usr/bin/ssh
|
||||
BuildRequires: udisks2-devel
|
||||
BuildRequires: libbluray-devel
|
||||
BuildRequires: gnome-online-accounts-devel
|
||||
BuildRequires: libcdio-paranoia-devel
|
||||
BuildConflicts: hal-devel
|
||||
#BuildConflicts: gvfs-devel < 1.22
|
||||
Requires(post):libglib
|
||||
@ -137,26 +138,19 @@ This package contains libraries and header files needed for development.
|
||||
#%patch3 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
||||
# for archive-integration.patch
|
||||
#libtoolize --force
|
||||
#autoreconf
|
||||
#libtoolize --force || :
|
||||
#aclocal || :
|
||||
#autoheader || :
|
||||
#automake || :
|
||||
#autoconf || :
|
||||
%configure \
|
||||
--enable-gdu \
|
||||
--enable-afc \
|
||||
--with-bash-completion-dir=%{_sysconfdir}/bash_completion.d/
|
||||
%meson
|
||||
|
||||
%make
|
||||
#./autogen.sh
|
||||
#% configure \
|
||||
# --enable-gdu \
|
||||
# --enable-afc \
|
||||
# --with-bash-completion-dir=%{_sysconfdir}/bash_completion.d/
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
#rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
@ -193,7 +187,7 @@ fi
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/bash_completion.d/gvfs*
|
||||
%{_bindir}/gvfs-*
|
||||
#%{_bindir}/gvfs-*
|
||||
%{_prefix}/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf
|
||||
%{_prefix}/lib/systemd/user/gvfs-*.service
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.*.service
|
||||
@ -207,29 +201,25 @@ fi
|
||||
%{_datadir}/gvfs/mounts/*.mount
|
||||
%dir %{_datadir}/gvfs/remote-volume-monitors
|
||||
%{_datadir}/gvfs/remote-volume-monitors/*.monitor
|
||||
%{_mandir}/man1/gvfs-*.1*
|
||||
%{_mandir}/man1/gvfsd-fuse.1*
|
||||
%{_mandir}/man1/gvfsd-metadata.1*
|
||||
%{_mandir}/man1/gvfsd.1*
|
||||
%{_mandir}/man7/gvfs.7*
|
||||
#%{_mandir}/man1/gvfs-*.1*
|
||||
#%{_mandir}/man1/gvfsd-fuse.1*
|
||||
#%{_mandir}/man1/gvfsd-metadata.1*
|
||||
#%{_mandir}/man1/gvfsd.1*
|
||||
#%{_mandir}/man7/gvfs.7*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
#%{_libdir}/gio/modules/libgiogconf.so
|
||||
%{_libdir}/gio/modules/libgioremote-volume-monitor.la
|
||||
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
|
||||
%{_libdir}/gio/modules/libgvfsdbus.la
|
||||
%{_libdir}/gio/modules/libgvfsdbus.so
|
||||
#%{_libdir}/libgvfscommon-dnssd.so.*
|
||||
%dir %{_libdir}/gvfs
|
||||
%{_libdir}/gvfs/libgvfscommon.la
|
||||
%{_libdir}/gvfs/libgvfscommon.so
|
||||
%{_libdir}/gvfs/libgvfsdaemon.la
|
||||
%{_libdir}/gvfs/libgvfsdaemon.so
|
||||
%{_libexecdir}/gvfs-*
|
||||
%{_libexecdir}/gvfsd
|
||||
%{_libexecdir}/gvfsd-*
|
||||
%doc AUTHORS COPYING
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -240,6 +230,9 @@ fi
|
||||
#%doc ChangeLog ChangeLog.pre-1-2 NEWS README README.commits TODO
|
||||
|
||||
%changelog
|
||||
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 1.40.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36.2-2mamba
|
||||
- rebuilt by autoport with build requirements: libgphoto2-devel>=2.5.19-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user