update to 2.0 [release 2.0-1mamba;Mon Feb 15 2021]
This commit is contained in:
parent
e5acf1388b
commit
30448455d2
17
mtpfs.spec
17
mtpfs.spec
@ -1,15 +1,15 @@
|
|||||||
Name: mtpfs
|
Name: mtpfs
|
||||||
Version: 1.1
|
Version: 2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A FUSE filesystem that supports reading and writing from any MTP device
|
Summary: A FUSE filesystem that supports reading and writing from any MTP device
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.adebenham.com/mtpfs/
|
URL: https://www.adebenham.com/mtpfs/
|
||||||
Source: http://www.adebenham.com/files/mtp/mtpfs-%{version}.tar.gz
|
Source: https://github.com/Feandil/mtpfs.git/v%{version}/mtpfs-%{version}.tar.bz2
|
||||||
|
#Source: http://www.adebenham.com/files/mtp/mtpfs-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: fuse
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: fuse
|
BuildRequires: fuse
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -21,13 +21,17 @@ BuildRequires: libmtp-devel
|
|||||||
BuildRequires: libusb0-devel
|
BuildRequires: libusb0-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: fuse
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp).
|
MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp).
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -43,9 +47,12 @@ MTPfs is a FUSE filesystem that supports reading and writing from any MTP device
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/mtpfs
|
%{_bindir}/mtpfs
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
||||||
|
- update to 2.0
|
||||||
|
|
||||||
* Sun Mar 18 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.1-1mamba
|
* Sun Mar 18 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.1-1mamba
|
||||||
- update to 1.1
|
- update to 1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user