rpms/bidiv/devel fribidi-0.19.patch.gz,NONE,1.1 bidiv.spec,1.5,1.6

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Tue Feb 19 18:53:09 UTC 2008


Author: danken

Update of /cvs/extras/rpms/bidiv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2906

Modified Files:
	bidiv.spec 
Added Files:
	fribidi-0.19.patch.gz 
Log Message:
make bidiv compile against fribidi-0.19.1



--- NEW FILE fribidi-0.19.patch.gz ---
Summary: Display logical Hebrew on unidirectional terminals
Name: bidiv
Version: 1.5
Release: 6%{?dist}
URL: http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/
Source: http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/%{name}-%{version}.tgz
Patch0: nostrip.patch.gz
Patch1: fribidi-0.19.patch.gz
License: GPL
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: fribidi-devel

%description
Bidiv (BiDirectional Viewer) is a simple utility for converting logical-Hebrew
input to visual-Hebrew output. This is useful for reading Hebrew mail messages,
viewing Hebrew texts, etc.

%prep
%setup -q -n bidiv
%patch -P 0
%patch -P 1

%build
make PREFIX=%{buildroot} CC_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
make PREFIX=%{buildroot}%{_prefix} \
     MAN_PATH=%{buildroot}%{_mandir} install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%{_prefix}/bin/bidiv
%{_mandir}/man1/bidiv.1*
# and what about %{_mandir}/he/man1/bidiv.1 ? ;)

%changelog
* Mon Feb 19 2008 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-6
- compile against fribidi-0.19.1
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5-5
- Autorebuild for GCC 4.3
* Tue Feb 28 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-4
- Rebuild for Fedora Extras 6
* Tue Feb 28 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-3
- Rebuild for Fedora Extras 5
* Sun Feb  5 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-2
- remove `strip' from Makefile, to have meaningful debuginfo (BUG #180104)
* Sat Jan  7 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-1
- new upstream version.
* Mon Dec 26 2005 Dan Kenigsberg <danken at cs.technion.ac.il> 1.4-3
- smp_flags and GPL text added, Provides removed
* Thu Nov 17 2005 Dan Kenigsberg <danken at cs.technion.ac.il> 1.4-2
- beautification for Fedora Extras
* Mon Feb 19 2001 Tzafrir Cohen <tzafrir at technion.ac.il> 1.4-1
- initial spec file


Index: bidiv.spec
===================================================================
RCS file: /cvs/extras/rpms/bidiv/devel/bidiv.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bidiv.spec	19 Feb 2008 00:16:18 -0000	1.5
+++ bidiv.spec	19 Feb 2008 18:52:26 -0000	1.6
@@ -1,10 +1,11 @@
 Summary: Display logical Hebrew on unidirectional terminals
 Name: bidiv
 Version: 1.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/
 Source: http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/%{name}-%{version}.tgz
 Patch0: nostrip.patch.gz
+Patch1: fribidi-0.19.patch.gz
 License: GPL
 Group: Applications/Text
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -18,6 +19,7 @@
 %prep
 %setup -q -n bidiv
 %patch -P 0
+%patch -P 1
 
 %build
 make PREFIX=%{buildroot} CC_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -40,9 +42,10 @@
 # and what about %{_mandir}/he/man1/bidiv.1 ? ;)
 
 %changelog
+* Mon Feb 19 2008 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-6
+- compile against fribidi-0.19.1
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5-5
 - Autorebuild for GCC 4.3
-
 * Tue Feb 28 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-4
 - Rebuild for Fedora Extras 6
 * Tue Feb 28 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-3




More information about the fedora-extras-commits mailing list