rpms/rpmlint/devel rpmlint.spec,1.10,1.11

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Mar 15 08:29:40 UTC 2005


Author: scop

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

Modified Files:
	rpmlint.spec 
Log Message:
Fix build.


Index: rpmlint.spec
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rpmlint.spec	13 Mar 2005 20:52:20 -0000	1.10
+++ rpmlint.spec	15 Mar 2005 08:29:38 -0000	1.11
@@ -32,6 +32,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_datadir}/rpmlint/compile.pyo
 install -pm 644 rpmlint.bash-completion $RPM_BUILD_ROOT%{_datadir}/rpmlint
 install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 touch $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/rpmlint
@@ -74,7 +75,6 @@
 %{_bindir}/rpm*
 %dir %{_datadir}/rpmlint
 %{_datadir}/rpmlint/rpmlint.bash-completion
-%exclude %{_datadir}/rpmlint/compile.pyo
 %dir %{_sysconfdir}/rpmlint
 %config(noreplace) %{_sysconfdir}/rpmlint/config
 %ghost %{_sysconfdir}/bash_completion.d/rpmlint




More information about the scm-commits mailing list