rpms/e16-epplets/devel e16-epplets.spec,1.1,1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Wed Apr 16 16:55:28 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/e16-epplets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7821/devel

Modified Files:
	e16-epplets.spec 
Log Message:
Add fixes from review.




Index: e16-epplets.spec
===================================================================
RCS file: /cvs/extras/rpms/e16-epplets/devel/e16-epplets.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e16-epplets.spec	16 Apr 2008 16:49:25 -0000	1.1
+++ e16-epplets.spec	16 Apr 2008 16:54:50 -0000	1.2
@@ -3,15 +3,14 @@
 Summary:          Epplets for Enlightenment, DR16
 Name:             e16-epplets
 Version:          0.10
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          MIT with advertising and GPL+ and GPLv2+
 Group:            User Interface/Desktops
 URL:              http://www.enlightenment.org/
 Source:           http://downloads.sourceforge.net/enlightenment/%{oname}-%{version}.tar.gz
-BuildRequires:    imlib2-devel autoconf automake libtool
+BuildRequires:    imlib2-devel autoconf automake libtool 
+BuildRequires:    mesa-libGLU-devel  freeglut-devel
 Requires:         e16 >= 0.16.8
-Requires(postun): /sbin/ldconfig
-Requires(post):   /sbin/ldconfig
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -44,12 +43,13 @@
 %{__make} install DESTDIR=%{buildroot}
 %{__install} -d %{buildroot}%{_sysconfdir}/ld.so.conf.d
 echo "%{_libdir}/%{oname}" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{oname}-%{_arch}.conf
+%{__rm} -f %{buildroot}%{_libdir}/libepplet.{a,la}
 
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
@@ -64,11 +64,14 @@
 %files devel
 %defattr(-, root, root, -)
 %{_includedir}/epplet.h
-%{_libdir}/libepplet.a
-%{_libdir}/libepplet.la
 %{_libdir}/libepplet.so
 
 %changelog
+* Tue Apr 15 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.10-3
+- Remove .{a,la} files
+- Remove post requires
+- Add mesa-libGLU-devel and freeglut-devel to build req
+
 * Tue Mar 27 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.10-2
 - Fix license
 




More information about the scm-commits mailing list