]> git.pld-linux.org Git - packages/ifuse.git/commitdiff
- updated to 1.1.4 auto/th/ifuse-1.1.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Sep 2020 20:05:07 +0000 (22:05 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Sep 2020 20:05:07 +0000 (22:05 +0200)
ifuse.spec

index 98e3956b5cd6dbbfb498920d5a28d8dac0fae0ba..d2dbf55470c9fa26552166f1e12b6b5c45b99295 100644 (file)
@@ -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*
This page took 0.128393 seconds and 4 git commands to generate.