[libeina] 1.0.1

Tom Callaway spot at fedoraproject.org
Thu Jul 14 18:48:51 UTC 2011


commit 740cfe7569ac28dc5e56b2dc3b755c6fd2d09348
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Jul 14 14:48:40 2011 -0400

    1.0.1

 .gitignore   |    1 +
 libeina.spec |   17 ++++++-----------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2cabbe..3950f05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ eina-0.9.9.49898.tar.bz2
 /eina-1.0.0.beta2.tar.bz2
 /eina-1.0.0.beta3.tar.bz2
 /eina-1.0.0.tar.gz
+/eina-1.0.1.tar.gz
diff --git a/libeina.spec b/libeina.spec
index 680d17c..05b0e24 100644
--- a/libeina.spec
+++ b/libeina.spec
@@ -1,9 +1,7 @@
-%global _missing_doc_files_terminate_build 0
-
 Summary:	Data Type Library
 Name:		libeina
-Version:	1.0.0
-Release:	2%{?dist}
+Version:	1.0.1
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.enlightenment.org/
@@ -19,7 +17,7 @@ and useful tools for projects.
 %package	devel
 Summary:	Eina headers, documentation and test programs
 Group:		System Environment/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 
 %description	devel
@@ -41,7 +39,6 @@ make %{?_smp_mflags}
 make doc %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 # remove unfinished manpages
@@ -63,28 +60,26 @@ find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
 ## %check
 ## make check
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 # No ChangeLog included. Zero byte.
 %doc AUTHORS COPYING
 %{_libdir}/*.so.*
 #%{_libdir}/eina
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_mandir}/man3/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Jul 14 2011 Tom Callaway <spot at fedoraproject.org> - 1.0.1-1
+- update to 1.0.1
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index bf69daa..dc86867 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-207b64a6549642392c4a0760df78df59  eina-1.0.0.tar.gz
+d302a5b981d8e140e64d2943c5f41bdc  eina-1.0.1.tar.gz


More information about the scm-commits mailing list