]> git.pld-linux.org Git - packages/ntfs-config.git/blobdiff - ntfs-config.spec
- ver. 1.0.1
[packages/ntfs-config.git] / ntfs-config.spec
index 067ee2d0348ac83a09aec778a4025a0e66ada829..7c0ca038bf00163a983880f971908d8302411785 100644 (file)
@@ -1,20 +1,22 @@
-%define        _pre    RC3
 Summary:       A front-end to Enable/disable NTFS write support
+Summary(pl.UTF-8):     Frontend do włączania/wyłączania obsługi zapisu na NTFS
 Name:          ntfs-config
-Version:       1.0
-Release:       0.%{_pre}.1
+Version:       1.0.1
+Release:       0.1
 License:       GPL
 Group:         Applications/System
-Source0:       http://flomertens.free.fr/ntfs-config/download/source/%{name}-%{version}-%{_pre}.tar.gz
-# Source0-md5: cce97389f402e1cc325c47952eaec3df
-URL:           http://flomertens.free.fr/ntfs-config
+Source0:       http://flomertens.free.fr/ntfs-config/download/source/%{name}-%{version}.tar.gz
+# Source0-md5: d491c8129aa9dad4de28b2b0b2b8f309
+URL:           http://flomertens.free.fr/ntfs-config/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: desktop-file-utils
 BuildRequires: gettext
-BuildRequires: perl-XML-Parser
-BuildRequires: python-devel > 2.4
-BuildRequires: python-pygtk-devel > 2.6
 Buildrequires: hal-devel
 Buildrequires: libglade2-devel
-BuildRequires: desktop-file-utils
+BuildRequires: perl-XML-Parser
+BuildRequires: python-devel > 1:2.4
+BuildRequires: python-pygtk-devel > 2:2.6
 Requires:      ntfs-3g
 #Requires:     usermode
 BuildArch:     noarch
@@ -26,14 +28,21 @@ external and/or internal device with only two click. This will
 configure your system to use the new ntfs-3g driver instead of the
 current read-only kernel one.
 
+%description -l pl.UTF-8
+ntfs-config pozwala włączyć/wyłączyć obsługę zapisu dla zewnętrznego
+i/lub wewnętrznego urządzenia za pomocą tylko dwóch kliknięć.
+Konfiguruje to system do używania nowego sterownika ntfs-3g zamiast
+aktualnego z jądra obsługującego poprawnie tylko odczyt.
+
 %prep
-%setup -q -n %{name}-%{version}-%{_pre}
+%setup -q
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure PYTHON=%{_bindir}/python
+%configure \
+       PYTHON=%{_bindir}/python
 %{__make}
 
 %install
This page took 0.029371 seconds and 4 git commands to generate.