]> git.pld-linux.org Git - packages/fedmsg.git/commitdiff
%py_postclean
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 01:14:20 +0000 (03:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 01:14:20 +0000 (03:14 +0200)
fedmsg.spec

index 1b41cc2ae778daa2d3c2cfbd8f949f354f69d4cd..9777bdc5a4814a5290abae052ba0458f8579ead2 100644 (file)
@@ -16,6 +16,7 @@ URL:          http://github.com/ralphbean/fedmsg
 BuildRequires: python-devel
 BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
 %if %{with tests}
 BuildRequires: python-mock
 BuildRequires: python-nose
@@ -166,6 +167,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/fedmsg/tests
 
+%py_postclean
+
 install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d},%{_sysconfdir}/fedmsg.d,%{systemdtmpfilesdir},%{systemdunitdir},/var/{run,log}/fedmsg}
 cp -p fedmsg.d/*.py $RPM_BUILD_ROOT%{_sysconfdir}/fedmsg.d
 
This page took 0.069864 seconds and 4 git commands to generate.