rpms/libitl/F-11 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 libitl-makefile-ld.patch, 1.1, 1.2 libitl.spec, 1.4, 1.5 sources, 1.2, 1.3 libitl-configure, 1.1, NONE libitl-makefile-destdir.patch, 1.2, NONE

Mohd Izhar Firdaus Ismail izhar at fedoraproject.org
Wed Sep 23 09:46:06 UTC 2009


Author: izhar

Update of /cvs/pkgs/rpms/libitl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32377/F-11

Modified Files:
	.cvsignore import.log libitl-makefile-ld.patch libitl.spec 
	sources 
Removed Files:
	libitl-configure libitl-makefile-destdir.patch 
Log Message:
 * update to 0.7.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Feb 2008 02:05:48 -0000	1.2
+++ .cvsignore	23 Sep 2009 09:46:05 -0000	1.3
@@ -1 +1 @@
-libitl-0.6.4.tar.bz2
+libitl-0.7.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	9 Jun 2008 09:57:27 -0000	1.1
+++ import.log	23 Sep 2009 09:46:05 -0000	1.2
@@ -1 +1,2 @@
 libitl-0_6_4-5_fc9:HEAD:libitl-0.6.4-5.fc9.src.rpm:1212998833
+libitl-0_7_0-2_fc11:F-11:libitl-0.7.0-2.fc11.src.rpm:1253699110

libitl-makefile-ld.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libitl-makefile-ld.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/F-11/libitl-makefile-ld.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libitl-makefile-ld.patch	9 Jun 2008 09:57:28 -0000	1.1
+++ libitl-makefile-ld.patch	23 Sep 2009 09:46:06 -0000	1.2
@@ -1,5 +1,5 @@
---- libitl-0.6.4/Makefile.old	2008-06-09 15:57:37.000000000 +0800
-+++ libitl-0.6.4/Makefile	2008-06-09 15:58:14.000000000 +0800
+--- libitl-0.7.0/Makefile.old	2008-06-09 15:57:37.000000000 +0800
++++ libitl-0.7.0/Makefile.in	2008-06-09 15:58:14.000000000 +0800
 @@ -23,7 +23,7 @@
  	@false
  


Index: libitl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/F-11/libitl.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- libitl.spec	25 Feb 2009 15:57:47 -0000	1.4
+++ libitl.spec	23 Sep 2009 09:46:06 -0000	1.5
@@ -1,19 +1,17 @@
 Name:           libitl
-Version:        0.6.4 
-Release:        6%{?dist}
+Version:        0.7.0 
+Release:        2%{?dist}
 Summary:        Libraries for The Islamic Tools and Libraries Project
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.arabeyes.org/project.php?proj=ITL
-Source0:        http://switch.dl.sourceforge.net/sourceforge/arabeyes/%{name}-%{version}.tar.bz2
-Source1:        libitl-configure
+Source0:        http://switch.dl.sourceforge.net/sourceforge/arabeyes/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-Patch101:  libitl-makefile-destdir.patch
-Patch102:  libitl-makefile-ld.patch
+Patch0: %{name}-makefile-ld.patch
 #BuildRequires:  autoconf
 
 %description
@@ -37,24 +35,24 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch101 -p1 -b .makefile-destdir
-%patch102 -p1 -b .makefile-ld
-#./autogen.sh
-cp %{SOURCE1} configure
-chmod +x configure
+%patch0 -p1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make  %{?_smp_mflags} -j1
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+#make install DESTDIR=$RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_libdir}/ $RPM_BUILD_ROOT/%{_includedir}/itl
+cp build/libitl.so.0.0.7 $RPM_BUILD_ROOT/%{_libdir}/
+ln -s libitl.so.0.0.7 $RPM_BUILD_ROOT/%{_libdir}/libitl.so.0
+ln -s libitl.so.0.0.7 $RPM_BUILD_ROOT/%{_libdir}/libitl.so
+cp prayertime/src/prayer.h hijri/src/hijri.h $RPM_BUILD_ROOT/%{_includedir}/itl/
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -79,6 +77,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 23 2009 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus at gmail.com> 0.7.0-2
+- fix libitl.so.0 is not symlink warning
+- made libitl to be built using only 1 make thread, as multiple threading randomly
+  fail during compile
+
+* Sat Sep 19 2009 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus at gmail.com> 0.7.0-1
+- update to 0.7.0
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.4-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Feb 2008 02:05:48 -0000	1.2
+++ sources	23 Sep 2009 09:46:06 -0000	1.3
@@ -1 +1 @@
-477081809cfc2006fdd2b8d0099d985b  libitl-0.6.4.tar.bz2
+86d7fadce96433dde67df61190b0bd0b  libitl-0.7.0.tar.gz


--- libitl-configure DELETED ---


--- libitl-makefile-destdir.patch DELETED ---




More information about the fedora-extras-commits mailing list