]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- move fsck to fsck package auto/ac/e2fsprogs-1_35-3
authorwolf <wolf@pld-linux.org>
Tue, 26 Oct 2004 15:12:51 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    e2fsprogs.spec -> 1.136

e2fsprogs.spec

index 6f99173deca673b9af7ac053572f957f02671230..ddd3f5df0e8ceab0bf3e974dcef0d2bd007d237c 100644 (file)
@@ -29,7 +29,7 @@ Summary(zh_CN):       
 Summary(zh_TW):        ¥Î©óºÞ²z ext2 Àɮרt²Îªº¤u¨ãµ{¦¡¡C
 Name:          e2fsprogs
 Version:       1.35
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
@@ -515,6 +515,17 @@ Library for accessing and manipulating UUID - static version.
 %description -n libuuid-static -l pl
 Biblioteka umo¿liwiaj±ca dostêp i zmiany UUID - wersja statyczna.
 
+%package -n fsck
+Summary:       Check and repair a Linux file system
+Summary(pl):   Sprawdzenie i naprawa linuksowego systemu plików
+Group:         Applications/System
+
+%description -n fsck
+Check and repair a Linux file system.
+
+%description -n fsck -l pl
+Sprawdzenie i naprawa linuksowego systemu plików.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -616,11 +627,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README RELEASE-NOTES
 %attr(755,root,root) /sbin/*
+%exclude /sbin/fsck
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_bindir}/*attr
 %attr(755,root,root) %{_bindir}/mk_cmds
 %if ! %{with allstatic}
-%attr(755,root,root) /%{_lib}/libblkid.so.*.*
 %attr(755,root,root) /%{_lib}/libe2p.so.*.*
 %attr(755,root,root) /%{_lib}/libext2fs.so.*.*
 %attr(755,root,root) /%{_lib}/libss.so.*.*
@@ -636,6 +647,8 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %{_mandir}/ja/man8/*
 %lang(ko) %{_mandir}/ko/man[18]/*
 %lang(pl) %{_mandir}/pl/man[18]/*
+%exclude %{_mandir}/*/man8/fsck.8*
+%exclude %{_mandir}/man8/fsck.8*
 %{_datadir}/ss
 %{_infodir}/e2compr.info*
 
@@ -702,3 +715,15 @@ rm -rf $RPM_BUILD_ROOT
 %files -n libuuid-static
 %defattr(644,root,root,755)
 %{_libdir}/libuuid.a
+
+%files -n fsck
+%defattr(644,root,root,755)
+%attr(755,root,root) /sbin/fsck
+%if ! %{with allstatic}
+%attr(755,root,root) /%{_lib}/libblkid.so.*.*
+%endif
+%{_mandir}/man8/fsck.8*
+%lang(it) %{_mandir}/it/man8/fsck.8*
+%lang(ja) %{_mandir}/ja/man8/fsck.8*
+%lang(ko) %{_mandir}/ko/man8/fsck.8*
+%lang(pl) %{_mandir}/pl/man8/fsck.8*
This page took 0.101432 seconds and 4 git commands to generate.