rpms/tuxpaint/devel tuxpaint.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 19:43:19 UTC 2005


Author: thias

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

Modified Files:
	tuxpaint.spec 
Log Message:
Mass letter "t" 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: tuxpaint.spec
===================================================================
RCS file: /cvs/extras/rpms/tuxpaint/devel/tuxpaint.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tuxpaint.spec	10 Dec 2004 22:03:12 -0000	1.4
+++ tuxpaint.spec	5 Mar 2005 19:43:17 -0000	1.5
@@ -2,23 +2,23 @@
 Version:        0.9.13
 Release:        1
 Epoch:          1
-Summary:        Drawing program designed for young children.
+Summary:        Drawing program designed for young children
 
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.newbreedsoftware.com/tuxpaint/
 Source0:        http://dl.sf.net/tuxpaint/tuxpaint-0.9.13.tar.gz
-Source1:	%{name}.desktop
-Patch0:		%{name}-%{version}-destdir.patch
+Source1:        %{name}.desktop
+Patch0:         %{name}-%{version}-destdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel >= 0:1.2.4, SDL_image-devel, SDL_ttf-devel
-BuildRequires:	SDL_mixer-devel, libpng-devel, freetype-devel >= 0:2.0, gettext
-BuildRequires:	netpbm-devel, gnome-libs-devel, kdelibs, desktop-file-utils
+BuildRequires:  SDL-devel >= 1.2.4, SDL_image-devel, SDL_ttf-devel
+BuildRequires:  SDL_mixer-devel, libpng-devel, freetype-devel >= 2.0, gettext
+BuildRequires:  netpbm-devel, gnome-libs-devel, kdelibs, desktop-file-utils
 
 %description
-"Tux Paint" is a free drawing program designed for young children 
-(kids ages 3 and up). It has a simple, easy-to-use interface, 
+"Tux Paint" is a free drawing program designed for young children
+(kids ages 3 and up). It has a simple, easy-to-use interface,
 fun sound effects, and a cartoon mascot who helps you along.
 
 %prep
@@ -35,14 +35,14 @@
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applnk/Graphics
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps/
 make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_usr} \
-			 X11_ICON_PREFIX=%{_datadir}/pixmaps/
+	X11_ICON_PREFIX=%{_datadir}/pixmaps/
 find $RPM_BUILD_ROOT -type d|xargs chmod 0755
 %find_lang %{name}
 
 desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
-			 --vendor fedora \
-			 --add-category X-Fedora \
-			 %{SOURCE1}
+	--vendor fedora \
+	--add-category X-Fedora \
+	%{SOURCE1}
 
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/gnome/
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/applnk/




More information about the fedora-extras-commits mailing list