]> git.pld-linux.org Git - packages/disk-manager.git/blame - disk-manager.spec
- updated gettext BR
[packages/disk-manager.git] / disk-manager.spec
CommitLineData
081afab0 1#
2# TODO:
3# - how to build it?
4#
5Summary: Simple filesystem configurator
6Summary(pl.UTF-8): Prosty konfigurator systemu plikïw
7Name: disk-manager
8Version: 1.0.1
9Release: 0.1
10License: GPL v2
11Group: X11/Applications
12Source0: http://flomertens.free.fr/disk-manager/download/source/%{name}-%{version}.tar.gz
13# Source0-md5: 904f47f2b2d51871fa4d0ee6f9051921
14Patch0: %{name}-pythonver.patch
15URL: http://flomertens.free.fr/disk-manager/
207262f2 16BuildRequires: gettext-tools
081afab0 17BuildRequires: intltool
18BuildRequires: python-pygtk-devel >= 2.6.0
19#Requires: -
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Disk manager is a simple filesystem configurator that allows you to:
24- Automatically detect new partitions at startup.
25- Fully manage configuration of filesystem.
26- Enable/disable write support for NTFS.
27
28%description -l pl.UTF-8
29Disk manager jest prostym zarządcą systemu plików który pozwala Ci na:
30- automatyczne wykrywanie nowych partycji podczas startu,
31- kompleksowe zarządzanie konfiguracją systemów plików,
32- włączenie/wyłączenie trybu zapisu dla NTFS-a.
33
34%prep
35%setup -q
36%patch -p1
37
38%build
39%{__intltoolize}
40%{__gettextize}
41%{__aclocal}
42%{__autoconf}
43%{__automake}
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
59%attr(755,root,root) %{_bindir}/*
This page took 0.050484 seconds and 4 git commands to generate.