]> git.pld-linux.org Git - packages/ifuse.git/blobdiff - ifuse.spec
- pl
[packages/ifuse.git] / ifuse.spec
index bcab369538df191618bbc86cb39422f854c2321c..03bd262a432c7133d555e46a10389c2db244d335 100644 (file)
@@ -1,20 +1,27 @@
 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.2
 Release:       1
-License:       GPL v2+
+License:       LGPL v2.1+
 Group:         Libraries
-URL:           http://www.libimobiledevice.org/
 Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 4152526b2ac3c505cb41797d997be14d
-BuildRequires: libfuse-devel
+URL:           http://www.libimobiledevice.org/
+BuildRequires: libfuse-devel >= 2.7.0
 BuildRequires: libimobiledevice-devel >= 1.0.0
+BuildRequires: libplist-devel
 BuildRequires: pkgconfig
+Requires:      libfuse >= 2.7.0
+Requires:      libimobiledevice >= 1.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A fuse filesystem for mounting iPhone and iPod touch devices.
 
+%description -l pl.UTF-8
+System plików FUSE do montowania urządzeń iPhone i iPod touch.
+
 %prep
 %setup -q
 
@@ -32,6 +39,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/ifuse
 %{_mandir}/man1/ifuse.1*
This page took 0.057894 seconds and 4 git commands to generate.