rpms/libitl/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 libitl-makefile-ld.patch, 1.1, 1.2 libitl.spec, 1.5, 1.6 sources, 1.2, 1.3 libitl-makefile-destdir.patch, 1.2, NONE

Mohd Izhar Firdaus Ismail izhar at fedoraproject.org
Sat Sep 19 10:01:10 UTC 2009


Author: izhar

Update of /cvs/pkgs/rpms/libitl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9722/devel

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/devel/.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	19 Sep 2009 10:01:09 -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/devel/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	19 Sep 2009 10:01:09 -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-1_fc11:HEAD:libitl-0.7.0-1.fc11.src.rpm:1253353350

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/devel/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	19 Sep 2009 10:01:09 -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/devel/libitl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libitl.spec	25 Jul 2009 06:00:29 -0000	1.5
+++ libitl.spec	19 Sep 2009 10:01:09 -0000	1.6
@@ -1,19 +1,18 @@
 Name:           libitl
-Version:        0.6.4 
-Release:        7%{?dist}
+Version:        0.7.0 
+Release:        1%{?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
+Source0:        http://switch.dl.sourceforge.net/sourceforge/arabeyes/%{name}-%{version}.tar.gz
 Source1:        libitl-configure
 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,11 +36,7 @@ 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
@@ -50,7 +45,10 @@ make %{?_smp_mflags}
 
 %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/*.so build/*.so.* $RPM_BUILD_ROOT/%{_libdir}/
+cp prayertime/src/prayer.h hijri/src/hijri.h $RPM_BUILD_ROOT/%{_includedir}/itl/
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
@@ -79,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/devel/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	19 Sep 2009 10:01:09 -0000	1.3
@@ -1 +1 @@
-477081809cfc2006fdd2b8d0099d985b  libitl-0.6.4.tar.bz2
+86d7fadce96433dde67df61190b0bd0b  libitl-0.7.0.tar.gz


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




More information about the fedora-extras-commits mailing list