forked from pool/e2fsprogs
Rev openSUSE:Factory/43 Md5 d1bffcb9136d40bf9aa5aa2ba9a37d68 2009-03-17 15:47:31 unknown None
This commit is contained in:
parent
00cca3224b
commit
245063496d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -22,4 +22,5 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
|
e2fsprogs-1.41.4.de.po filter=lfs diff=lfs merge=lfs -text
|
||||||
e2fsprogs-no_cmd_hiding.patch filter=lfs diff=lfs merge=lfs -text
|
e2fsprogs-no_cmd_hiding.patch filter=lfs diff=lfs merge=lfs -text
|
||||||
|
3
e2fsprogs-1.41.4.de.po
Normal file
3
e2fsprogs-1.41.4.de.po
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8af170d4e7648a4fbdb4fdd5d17e46d05dbf695944e8b6099df2a26aecc617c5
|
||||||
|
size 144931
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 19:39:24 CET 2009 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix errors in German messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 20 16:32:04 CET 2009 - coolo@suse.de
|
Fri Feb 20 16:32:04 CET 2009 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Obsoletes: e2fsprogs-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.41.4
|
Version: 1.41.4
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Utilities for the Second Extended File System
|
Summary: Utilities for the Second Extended File System
|
||||||
Url: http://e2fsprogs.sourceforge.net
|
Url: http://e2fsprogs.sourceforge.net
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -40,6 +40,7 @@ Source2: README.SUSE
|
|||||||
Source3: uuidd.rc
|
Source3: uuidd.rc
|
||||||
Source4: sysconfig.uuidd
|
Source4: sysconfig.uuidd
|
||||||
Source5: README.SUSE.uuidd
|
Source5: README.SUSE.uuidd
|
||||||
|
Source6: %{name}-%{version}.de.po
|
||||||
#
|
#
|
||||||
# e2fsprogs patches
|
# e2fsprogs patches
|
||||||
#
|
#
|
||||||
@ -268,9 +269,10 @@ Authors:
|
|||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
%endif
|
%endif
|
||||||
cp %{SOURCE2} %{SOURCE5} .
|
cp %{SOURCE2} %{SOURCE5} .
|
||||||
|
cp %{S:6} po/de.po
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf --force --install
|
autoreconf --force --install
|
||||||
#autoconf
|
#autoconf
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--with-root-prefix='' \
|
--with-root-prefix='' \
|
||||||
@ -473,6 +475,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/com_err.3.gz
|
%{_mandir}/man3/com_err.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 09 2009 pth@suse.de
|
||||||
|
- Fix errors in German messages.
|
||||||
* Fri Feb 20 2009 coolo@suse.de
|
* Fri Feb 20 2009 coolo@suse.de
|
||||||
- ext4dev is now ext4 (2.6.29)
|
- ext4dev is now ext4 (2.6.29)
|
||||||
- don't call autoconf as long as it works without
|
- don't call autoconf as long as it works without
|
||||||
|
Loading…
Reference in New Issue
Block a user