rpms/gl-117/devel gl-117.spec,1.9,1.10

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Apr 10 00:37:06 UTC 2007


Author: steve

Update of /cvs/extras/rpms/gl-117/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7115

Modified Files:
	gl-117.spec 
Log Message:
Quiet "wrong-file-end-of-line-encoding" warnings from rpmlint.


Index: gl-117.spec
===================================================================
RCS file: /cvs/extras/rpms/gl-117/devel/gl-117.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gl-117.spec	28 Aug 2006 23:43:06 -0000	1.9
+++ gl-117.spec	10 Apr 2007 00:36:36 -0000	1.10
@@ -1,9 +1,7 @@
 Name:           gl-117
 Version:        1.3.2
-Release:        3%{?dist}
-
+Release:        4%{?dist}
 Summary:        Action flight simulator
-
 Group:          Amusements/Games
 License:        GPL
 URL:            http://www.heptargon.de/gl-117/gl-117.htm
@@ -11,7 +9,6 @@
 Source1:        gl-117.desktop
 Source2:        gl-117.png
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  SDL-devel, SDL_mixer-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  desktop-file-utils
@@ -26,6 +23,8 @@
 %prep
 %setup -q -n %{name}-%{version}-src
 
+sed -i -e 's/\r//' AUTHORS ChangeLog FAQ NEWS
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -47,7 +46,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README FAQ doc/%{name}.pdf
+%doc AUTHORS ChangeLog COPYING FAQ NEWS README doc/%{name}.pdf
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*
@@ -55,6 +54,9 @@
 %{_mandir}/man6/*
 
 %changelog
+* Mon Apr 09 2007 Steven Pritchard <steve at kspei.com> 1.3.2-4
+- Quiet "wrong-file-end-of-line-encoding" warnings from rpmlint.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 1.3.2-3
 - Rebuild
 




More information about the scm-commits mailing list