packages: rpmlint/rpmlint.spec - fix testing

glen glen at pld-linux.org
Sat Feb 12 20:48:13 CET 2011


Author: glen                         Date: Sat Feb 12 19:48:13 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix testing

---- Files affected:
packages/rpmlint:
   rpmlint.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: packages/rpmlint/rpmlint.spec
diff -u packages/rpmlint/rpmlint.spec:1.34 packages/rpmlint/rpmlint.spec:1.35
--- packages/rpmlint/rpmlint.spec:1.34	Sat Feb 12 20:46:17 2011
+++ packages/rpmlint/rpmlint.spec	Sat Feb 12 20:48:08 2011
@@ -6,7 +6,7 @@
 Summary:	Tool for checking common errors in RPM packages
 Name:		rpmlint
 Version:	1.1
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Building
 Source0:	http://rpmlint.zarb.org/download/%{name}-%{version}.tar.xz
@@ -66,7 +66,7 @@
 cp -p config config.example
 cp -p %{SOURCE3} config
 
-cat <<'EOF' > rpmlint
+cat <<'EOF' > %{name}.sh
 #!/bin/sh
 exec python -tt -u -O %{py_sitescriptdir}/%{name}/rpmlint.pyc "$@"
 EOF
@@ -92,6 +92,7 @@
 	BINDIR=%{_bindir} \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -p %{name}.sh $RPM_BUILD_ROOT%{_bindir}/%{name}
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -a GROUPS $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/config
@@ -127,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2011/02/12 19:48:08  glen
+- fix testing
+
 Revision 1.34  2011/02/12 19:46:17  glen
 - remove outdated patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list