]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- e2compr-info patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2001 17:39:22 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac250 fix
- release 2

Changed files:
    e2compr-info.patch -> 1.1
    e2fsprogs-ac250.patch -> 1.1
    e2fsprogs.spec -> 1.66

e2compr-info.patch [new file with mode: 0644]
e2fsprogs-ac250.patch [new file with mode: 0644]
e2fsprogs.spec

diff --git a/e2compr-info.patch b/e2compr-info.patch
new file mode 100644 (file)
index 0000000..6eeef57
--- /dev/null
@@ -0,0 +1,14 @@
+diff -Nur e2fsprogs-1.22.orig/doc/e2compr.texinfo e2fsprogs-1.22/doc/e2compr.texinfo
+--- e2fsprogs-1.22.orig/doc/e2compr.texinfo    Sat Aug  4 19:09:19 2001
++++ e2fsprogs-1.22/doc/e2compr.texinfo Sat Aug  4 19:11:36 2001
+@@ -24,9 +24,8 @@
+ @c %**end of header
+ @c What to put in info directory (e.g. /usr/info/dir).
+-@dircategory Miscellaneous
++@dircategory Miscellaneous:
+ @direntry
+-* e2compr::                           User manual for ext2 compression.
+ * e2bitmap: (e2compr)e2bitmap.                Display which clusters are compressed.
+ * e2ratio: (e2compr)e2ratio.          Ext2 compression statistics.
+ @end direntry
diff --git a/e2fsprogs-ac250.patch b/e2fsprogs-ac250.patch
new file mode 100644 (file)
index 0000000..999162e
--- /dev/null
@@ -0,0 +1,10 @@
+--- e2fsprogs-1.22.orig/configure.in   Sat Jun 23 06:25:59 2001
++++ e2fsprogs-1.22/configure.in        Sat Aug  4 19:17:33 2001
+@@ -43,7 +43,6 @@
+ AC_SUBST(E2FSPROGS_YEAR)
+ AC_SUBST(E2FSPROGS_MONTH)
+ AC_SUBST(E2FSPROGS_VERSION)
+-AC_REQUIRE([AC_CANONICAL_HOST])
+ dnl
+ dnl set $(CC) from --with-cc=value
+ dnl
index 7b7a01b802635404f6e60c7a10717a2c876867d0..e53b27e1c43d7d80878cee967645a5ad762ff0d6 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Narz
 Summary(tr):   ext2 dosya sistemi için araçlar
 Name:          e2fsprogs
 Version:       1.22
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -13,6 +13,8 @@ Group(pl):    Aplikacje/System
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/%{name}-%{version}.tar.gz
 Source1:       http://opensource.captech.com/e2compr/ftp/e2compr-0.4.texinfo.gz
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-ac250.patch
+Patch2:                e2compr-info.patch
 URL:           http://e2fsprogs.sourceforge.net/
 PreReq:                /sbin/ldconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -114,7 +116,9 @@ package is for bootdisk.
 %prep
 %setup  -q
 %patch0 -p1
+%patch1 -p1
 gunzip < %{SOURCE1} > doc/e2compr.texinfo
+patch -s -p1 < %{PATCH2}
 
 %build
 chmod u+w configure aclocal.m4
This page took 0.082297 seconds and 4 git commands to generate.