rpms/manedit/devel manedit-0.5.11-bzip2.patch, NONE, 1.1 manedit.spec, 1.5, 1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Nov 17 19:52:02 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/manedit/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv26136

Modified Files:
	manedit.spec 
Added Files:
	manedit-0.5.11-bzip2.patch 
Log Message:
Add Bzip2 support.

manedit-0.5.11-bzip2.patch:

--- NEW FILE manedit-0.5.11-bzip2.patch ---
diff -Nur manedit-0.5.11-orig/manedit/platforms.ini manedit-0.5.11/manedit/platforms.ini
--- manedit-0.5.11-orig/manedit/platforms.ini	2004-04-17 23:36:20.000000000 +0200
+++ manedit-0.5.11/manedit/platforms.ini	2004-11-17 20:40:34.315448464 +0100
@@ -69,7 +69,7 @@
                 FeatureDepend = bzip2-lib
                         DependType = Library
                         MustExist = Yes
-                        DependPath = libbz2.so.1.0
+                        DependPath = libbz2.so.1
                         DependGrepString = BZ2_bzReadOpen
                 FeatureDepend = bzip2-devel
                         DependType = Header
@@ -179,7 +179,7 @@
                 FeatureDepend = bzip2-lib
                         DependType = Library
                         MustExist = Yes
-                        DependPath = libbz2.so.1.0
+                        DependPath = libbz2.so.1
                         DependGrepString = BZ2_bzReadOpen
                 FeatureDepend = bzip2-devel
                         DependType = Header


Index: manedit.spec
===================================================================
RCS file: /cvs/extras/rpms/manedit/devel/manedit.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- manedit.spec	8 Nov 2004 04:51:28 -0000	1.5
+++ manedit.spec	17 Nov 2004 19:52:00 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           manedit
 Version:        0.5.11
-Release:        0.fdr.1.2.2
+Release:        2
 Epoch:          0
 Summary:        GUI editor for creating man pages. 
 
@@ -9,9 +9,10 @@
 URL:            http://wolfpack.twu.net/ManEdit/
 Source0:        ftp://wolfpack.twu.net/users/wolfpack/manedit-0.5.11.tar.bz2
 Source1:        manedit.desktop
+Patch:          manedit-0.5.11-bzip2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk+-devel zlib-devel desktop-file-utils
+BuildRequires:  gtk+-devel zlib-devel desktop-file-utils bzip2-devel
 Requires:	groff
 
 %description
@@ -22,11 +23,13 @@
 
 %prep
 %setup -q
+%patch -p1 -b .bzip2
 perl -pi -e "s|/usr/man|%{_mandir}|" manedit/pref.c
 perl -pi -e "s|/usr/man|%{_mandir}|" manedit/prefcb.c
 
 %build
 #manedit uses some weird configuration system
+# --disable=bzip2 to build without Bzip2 support
 CFLAGS=$RPM_OPT_FLAGS ./configure Linux --prefix=%{_prefix}  --mandir=%{_mandir} \
 --disable=arch-i486 --disable=arch-i586 --disable=arch-i686 --disable=arch-pentiumpro
 make %{?_smp_mflags} 
@@ -57,12 +60,17 @@
 %{_datadir}/applications/*
  
 %changelog
+* Wed Nov 17 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.5.11-2
+- BR bzip2-devel + patch to enable bzip2, bump release
+
 * Sat Oct 3 2004 Nils O. Selåsdal <NOS at Utel.no> - 0:0.5.11-0.fdr.1
 - Update to 0.5.11
+
 * Thu Oct 2 2003 Nils O. Selåsdal <NOS at Utel.no> - 0:0.5.10-0.fdr.2
 - Put .desktop in its own file
 - Save .spec file as utf-8
 - use mainstream tar.bz2 instead of tgz
+
 * Wed Aug 27 2003 Nils O. Selåsdal <NOS at Utel.no> - 0:0.5.10-0.fdr.1
 - Initial RPM for Fedora
 




More information about the fedora-extras-commits mailing list