rpms/edje/devel edje.spec,1.12,1.13 sources,1.6,1.7

thomasj thomasj at fedoraproject.org
Tue Feb 16 10:29:50 UTC 2010


Author: thomasj

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

Modified Files:
	edje.spec sources 
Log Message:
New upstream source 0.9.93.063



Index: edje.spec
===================================================================
RCS file: /cvs/pkgs/rpms/edje/devel/edje.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- edje.spec	21 Aug 2009 13:10:56 -0000	1.12
+++ edje.spec	16 Feb 2010 10:29:50 -0000	1.13
@@ -1,12 +1,12 @@
 Name:           edje
-Version:        0.9.9.050
-Release:        6%{?dist}
+Version:        0.9.93.063
+Release:        1%{?dist}
 Summary:        A graphical layout and animation library
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://web.enlightenment.org/p.php?p=about/efl&l=en
-Source0:        http://download.enlightenment.org/snapshots/2008-09-25/%{name}-%{version}.tar.bz2
+Source0:        http://download.enlightenment.org/snapshots/2009-12-02/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  evas-devel eet-devel embryo-devel ecore-devel 
@@ -36,25 +36,31 @@ developing applications that use %{name}
 %build
 %configure --disable-static
 make %{?_smp_mflags}
-sed -i -e 's/$projectname Documentation Generated: $datetime/$projectname Documentation/' doc/foot.html
-./gendoc
+cd doc; make doc %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
-chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}_cc
-chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}_decc
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+chrpath --delete %{buildroot}%{_bindir}/%{name}_cc
+chrpath --delete %{buildroot}%{_bindir}/%{name}_decc
 find $RPM_BUILD_ROOT -name '*.la' -delete
+chrpath --delete %{buildroot}%{_libdir}/lib%{name}-ver-svn-05.so.0.9.93
+
 # 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
+
+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
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post -p /sbin/ldconfig
@@ -80,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Feb 16 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.93.063-1
+- New upstream source 0.9.93.063
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.9.9.050-6
 - rebuilt with new openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/edje/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	29 Nov 2008 22:22:49 -0000	1.6
+++ sources	16 Feb 2010 10:29:50 -0000	1.7
@@ -1 +1 @@
-99859588331588bacb778ed3c95acdb0  edje-0.9.9.050.tar.bz2
+e589200254ddce65ecb711a3bcab15f4  edje-0.9.93.063.tar.bz2



More information about the scm-commits mailing list