]> git.pld-linux.org Git - packages/clone2fs.git/blame - clone2fs.spec
- new
[packages/clone2fs.git] / clone2fs.spec
CommitLineData
ea2408b9
JB
1Summary: Copy an entire ext2/ext3 file system
2Summary(pl.UTF-8): Kopiowanie całego systemu plików ext2/ext3
3Name: clone2fs
4Version: 1.3.0
5Release: 1
6License: GPL v2+
7Group: Applications/System
8Source0: http://www.mr511.de/software/%{name}-%{version}.tar.gz
9# Source0-md5: 0454af6d16a2baf506850c7bb13bebcb
10URL: http://www.mr511.de/software/english.html
11BuildRequires: e2fsprogs-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15clone2fs is a program that copies an ext2/ext3 file system to another
16volume or an image file.
17
18%description -l pl.UTF-8
19clone2fs to program kopiujący system plików ext2/ext3 na inny dysk lub
20do pliku obrazu.
21
22%prep
23%setup -q
24
25%build
26%{__make} \
27 CC="%{__cc}" \
28 CFLAGS="%{rpmcflags} %{rpmcppflags} -fno-strict-aliasing -Wall" \
29 LIBE2FS_LDFLAGS="%{rpmldflags}"
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 sbindir=$RPM_BUILD_ROOT/sbin
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc NEWS README
43%attr(755,root,root) /sbin/clone2fs
This page took 0.062114 seconds and 4 git commands to generate.