rpms/imlib2/devel imlib2.spec,1.9,1.10

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:46:24 UTC 2005


Author: thias

Update of /cvs/extras/rpms/imlib2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19419/imlib2/devel

Modified Files:
	imlib2.spec 
Log Message:
Mass letter "h" and "i" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: imlib2.spec
===================================================================
RCS file: /cvs/extras/rpms/imlib2/devel/imlib2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- imlib2.spec	9 Feb 2005 22:06:39 -0000	1.9
+++ imlib2.spec	3 Mar 2005 21:46:21 -0000	1.10
@@ -1,24 +1,22 @@
-Summary: 	A graphic library for file loading, saving, rendering, and manipulation
-Name: 		imlib2
-Version: 	1.2.0
-Release: 	5
-Epoch:		0
-License: 	BSD
-Group: 		System Environment/Libraries
-URL: 		http://www.enlightenment.org/pages/imlib2.html
-Source0: 	http://download.sf.net/enlightenment/%{name}-%{version}.tar.gz
-Patch0:         imlib2-1.2.0-configure-xlib64.patch
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
+Summary:	Graphic library for file loading, saving, rendering, and manipulation
+Name:		imlib2
+Version:	1.2.0
+Release:	5
+License:	BSD
+Group:		System Environment/Libraries
+URL:		http://www.enlightenment.org/pages/imlib2.html
+Source0:	http://download.sf.net/enlightenment/%{name}-%{version}.tar.gz
+Patch0:		imlib2-1.2.0-configure-xlib64.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:	XFree86-devel libjpeg-devel libpng-devel libtiff-devel
 BuildRequires:	libungif-devel freetype-devel libtool bzip2-devel %{__perl}
 
 %package devel
-Summary: 	Development package for %{name}
-Group: 		Development/Libraries
-Requires: 	%{name} = %{epoch}:%{version}-%{release}
+Summary:	Development package for %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 Requires:	XFree86-devel freetype-devel pkgconfig
 
-# -----------------------------------------------------------------------------
 
 %description
 Imlib 2 is the successor to Imlib. It is NOT a newer version -- it is
@@ -36,7 +34,6 @@
 which have very similar functionality. Please see the homepage for the
 long description of the differences.
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q
@@ -48,7 +45,6 @@
   's|^(\w+_la_LDFLAGS .*)|$1 -L\$(top_builddir)/src/lib| ;
    s|^(\w+_la_LIBADD .*)|$1 -lImlib2|' src/modules/loaders/Makefile.*
 
-# -----------------------------------------------------------------------------
 
 %build
 %configure \
@@ -68,7 +64,6 @@
 
 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
-# -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT __doc
@@ -84,16 +79,15 @@
 # ship .la files due to a bug in kdelibs (see changelog):
 #  $RPM_BUILD_ROOT%{_libdir}/libImlib2.la \
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig 
 
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README ChangeLog TODO __doc/*
@@ -121,7 +115,6 @@
 %{_libdir}/libImlib2.so
 %{_libdir}/pkgconfig/imlib2.pc
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Wed Feb  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2.0-5




More information about the fedora-extras-commits mailing list