rpms/eet/devel eet.spec,1.10,1.11 sources,1.7,1.8

Pavel Shevchuk (stalwart) fedora-extras-commits at redhat.com
Mon May 19 17:13:52 UTC 2008


Author: stalwart

Update of /cvs/pkgs/rpms/eet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11071/devel

Modified Files:
	eet.spec sources 
Log Message:
New upstream snapshot




Index: eet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eet/devel/eet.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eet.spec	24 Apr 2008 23:16:40 -0000	1.10
+++ eet.spec	19 May 2008 17:13:00 -0000	1.11
@@ -1,15 +1,15 @@
 Name:           eet
-Version:        1.0.0
+Version:        1.0.1
 Release:        1%{?dist}
 Summary:        Library for speedy data storage, retrieval, and compression
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://web.enlightenment.org/p.php?p=about/efl/eet
-Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+Source0:        http://download.enlightenment.org/snapshots/2008-05-19/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libjpeg-devel zlib-devel chrpath
+BuildRequires:  libjpeg-devel zlib-devel chrpath pkgconfig
 
 %description
 Eet is a tiny library designed to write an arbitary set of chunks of
@@ -49,11 +49,11 @@
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}
 find $RPM_BUILD_ROOT -name '*.la' -delete
+# remove unfinished manpages
+find doc/man/man3 -size -100c -delete
+rm -f doc/man/man3/todo.3 # remove todo
 install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
 install -p -m 644 doc/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
-# remove unfinished manpages
-find $RPM_BUILD_ROOT%{_mandir}/man3 -size -100c -delete
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/todo.3 # remove todo
 
 
 %clean
@@ -81,6 +81,9 @@
 
 
 %changelog
+* Mon May 19 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 1.0.1-1
+- New upstream snapshot
+
 * Thu Apr 24 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 1.0.0-1
 - New upstream release, eet is out of beta now
 - Fixed pkg-config file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eet/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	24 Apr 2008 23:16:40 -0000	1.7
+++ sources	19 May 2008 17:13:00 -0000	1.8
@@ -1 +1 @@
-a6bf96c98390f6a5ea46dd7c786499be  eet-1.0.0.tar.bz2
+d217fe8b657b283ab82aeaa880355f0c  eet-1.0.1.tar.bz2




More information about the fedora-extras-commits mailing list