[libeina] Update to 1.7.8, Disable docs, update configure flags

Dan Mashal vicodan at fedoraproject.org
Sun Aug 18 06:28:50 UTC 2013


commit e2c95d9398c4e9c65d2e6c721b201fbf13d5849c
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sat Aug 17 23:28:25 2013 -0700

    Update to 1.7.8, Disable docs, update configure flags

 .gitignore   |    1 +
 libeina.spec |   32 +++++++++++++++++++-------------
 sources      |    2 +-
 3 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4804420..1f4beb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ eina-0.9.9.49898.tar.bz2
 /eina-1.7.4.tar.bz2
 /eina-1.7.6.tar.bz2
 /eina-1.7.7.tar.bz2
+/eina-1.7.8.tar.bz2
diff --git a/libeina.spec b/libeina.spec
index 00922cc..179c807 100644
--- a/libeina.spec
+++ b/libeina.spec
@@ -1,7 +1,7 @@
 Summary:	Data Type Library
 Name:		libeina
-Version:	1.7.7
-Release:	2%{?dist}
+Version:	1.7.8
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.enlightenment.org/
@@ -33,24 +33,25 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 ## Tested export for tests
 ## export LD_LIBRARY_PATH=$( pwd )/src/lib/.libs/libeina.so
 
-make %{?_smp_mflags}
-make doc %{?_smp_mflags}
+make %{?_smp_mflags} V=1 
+#Do we really need docs?
+#make doc %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
 
 # remove unfinished manpages
-find doc/man/man3 -size -100c -delete
+#find doc/man/man3 -size -100c -delete
 
-for l in todo %{name}.dox
-do
- rm -f doc/man/man3/$l.3
-done 
+#for l in todo %{name}.dox
+#do
+# rm -f doc/man/man3/$l.3
+#done 
 
-mkdir -p %{buildroot}%{_mandir}/man3
-install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
+#mkdir -p %{buildroot}%{_mandir}/man3
+#install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 # Fix generic manpage naming causing conflict
-mv %{buildroot}%{_mandir}/man3/authors.3 %{buildroot}%{_mandir}/man3/eina-authors.3
+#mv %{buildroot}%{_mandir}/man3/authors.3 %{buildroot}%{_mandir}/man3/eina-authors.3
 # remove libtool archive along with stripping
 find %{buildroot}/ -type f  -iname '*.la' -exec rm {} \;
 find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
@@ -71,11 +72,16 @@ find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
 
 %files devel
 %{_includedir}/*
-%{_mandir}/man3/*
+#%{_mandir}/man3/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat Aug 17 2013 Dan Mashal <dan.mashal at fedoraproject.org>
+- Update to 1.7.8
+- Update configure flags
+- Disable docs
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 41fd5b1..be8d46b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c2a1d7133670de1206d1e1455a779e6  eina-1.7.7.tar.bz2
+2b3fd5589516182ec2aa939c4d34d4b7  eina-1.7.8.tar.bz2


More information about the scm-commits mailing list