commit e5669faa8aa1f92bccc90fe0c66be28cf9578e4a
Author: Jakub Bogusz <[email protected]>
Date:   Sat Sep 12 22:05:07 2020 +0200

    - updated to 1.1.4

 ifuse.spec | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/ifuse.spec b/ifuse.spec
index 98e3956..d2dbf55 100644
--- a/ifuse.spec
+++ b/ifuse.spec
@@ -1,19 +1,21 @@
 Summary:       Mount Apple iPhone and iPod touch devices
 Summary(pl.UTF-8):     Montowanie urządzeń Apple iPhone i iPod touch
 Name:          ifuse
-Version:       1.1.3
-Release:       3
+Version:       1.1.4
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 83478c7b531b26db286c293bb25bd917
-URL:           http://www.libimobiledevice.org/
+#Source0Download: https://libimobiledevice.org/
+Source0:       
https://github.com/libimobiledevice/ifuse/releases/download/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: cd31fbd0ea945b2ff1e39eac8d198fdd
+URL:           https://libimobiledevice.org/
 BuildRequires: libfuse-devel >= 2.7.0
-BuildRequires: libimobiledevice-devel >= 1.0.0
-BuildRequires: libplist-devel
+BuildRequires: libimobiledevice-devel >= 1.3.0
+BuildRequires: libplist-devel >= 2.2.0
 BuildRequires: pkgconfig
 Requires:      libfuse >= 2.7.0
-Requires:      libimobiledevice >= 1.0.0
+Requires:      libimobiledevice >= 1.3.0
+Requires:      libplist >= 2.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,11 +28,14 @@ System plików FUSE do montowania urządzeń iPhone i iPod 
touch.
 %setup -q
 
 %build
-%configure
+%configure \
+       --disable-silent-rules
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -39,6 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README.md
 %attr(755,root,root) %{_bindir}/ifuse
 %{_mandir}/man1/ifuse.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ifuse.git/commitdiff/e5669faa8aa1f92bccc90fe0c66be28cf9578e4a

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to