spot pushed to libeina (master). "now provided by efl"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 22:35:14 UTC 2015


From 8e232def90c8aeda486482cb822d318d7bb5a9a2 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Thu, 28 May 2015 18:35:02 -0400
Subject: now provided by efl


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 912d389..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-eina-0.9.9.49898.tar.bz2
-/eina-1.0.0.beta.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
-/eina-1.2.0.tar.bz2
-/eina-1.2.1.tar.bz2
-/eina-1.7.1.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
-/eina-1.7.9.tar.bz2
-/eina-1.7.10.tar.bz2
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..43ba0d2
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+now provided by efl
diff --git a/libeina.spec b/libeina.spec
deleted file mode 100644
index b0c7478..0000000
--- a/libeina.spec
+++ /dev/null
@@ -1,177 +0,0 @@
-Summary:	Data Type Library
-Name:		libeina
-Version:	1.7.10
-Release:	1%{?dist}
-License:	LGPLv2+
-Group:		System Environment/Libraries
-URL:		http://www.enlightenment.org/
-Source:		http://download.enlightenment.org/releases/eina-%{version}.tar.bz2
-BuildRequires:	check-devel
-BuildRequires:  doxygen
-BuildRequires:  pkgconfig
- 
-%description
-Eina is a multi-platform library that provides optimized data types 
-and useful tools for projects.
-
-%package	devel
-Summary:	Eina headers, documentation and test programs
-Group:		System Environment/Libraries
-Requires:	%{name}%{?_isa} = %{version}-%{release}
-Requires:	pkgconfig
-
-%description	devel
-Headers, test programs and documentation for %{name}.
-
-%prep
-%setup -q -n eina-%{version}
-# Avoid lib64 rpaths
-%if "%{_libdir}" != "/usr/lib"
-sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
-%endif
-
-%build
-%configure --disable-static
-## Tested export for tests
-## export LD_LIBRARY_PATH=$( pwd )/src/lib/.libs/libeina.so
-
-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
-
-#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
-# Fix generic manpage naming causing conflict
-#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 {} \;
-
-## Can be enabled when upstream fixed the tests
-## needs --enable-tests with %%configure
-##%%check
-##make check
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%files
-# excluding ChangeLog since it does not seem to be updated
-%doc AUTHORS COPYING 
-%{_libdir}/*.so.*
-
-%files devel
-%{_includedir}/*
-#%{_mandir}/man3/*
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*
-
-%changelog
-* Thu Oct 23 2014 Tom Callaway <spot at fedoraproject.org> - 1.7.10-1
-- update to 1.7.10
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.9-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu Nov 07 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.9-1
-- Update to 1.7.9
-
-* Sat Aug 17 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-1
-- 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
-
-* Tue Jun  4 2013 Tom Callaway <spot at fedoraproject.org> - 1.7.7-1
-- update to 1.7.7
-
-* Fri Apr 19 2013 Tom Callaway <spot at fedoraproject.org> - 1.7.6-1
-- update to 1.7.6
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Fri Dec 28 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-1
-- update to 1.7.4
-
-* Thu Dec 27 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.1-1
-- update to 1.7.1
-- silence rpmlint warnings
-
-* Thu Aug  2 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.1-1
-- update to 1.2.1
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri May 25 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.0-2
-- fix additional manpage conflict due to generic naming
-
-* Mon May  7 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.0-1
-- update to 1.2.0
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* 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
-
-* Mon Jan 31 2011 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-1
-- final 1.0.0 release
-
-* Wed Dec 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-0.1.beta3
-- beta 3 release
-
-* Tue Nov 16 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-0.1.beta2
-- beta 2 release
-
-* Fri Nov 05 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-0.1.beta1
-- beta 1 release
-
-* Fri Jul 02 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.49898-1
-- libeina 0.9.9.49898 snapshot release
-
-* Fri Jun 11 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.49539-1
-- libeina 0.9.9.49539 snapshot release
-
-* Tue Feb 23 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-6
-- Disabled tests again until they are fixed
-
-* Mon Feb 22 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-5
-- Added missing BR doxygen check
-
-* Sun Feb 21 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-4
-- added Requires for -devel
-- corrected license
-- enabled tests
-
-* Fri Feb 19 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-3
-- name changed from eina-0 to libeina
-- spec fixes
-
-* Mon Feb 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-2
-- added missing man pages
-
-* Mon Feb 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-1
-- Initial Fedora release
-
diff --git a/sources b/sources
deleted file mode 100644
index ce6c530..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-60064b8ee520ccf106641e87ff24e9da  eina-1.7.10.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libeina.git/commit/?h=master&id=8e232def90c8aeda486482cb822d318d7bb5a9a2


More information about the scm-commits mailing list