]> git.pld-linux.org Git - packages/exo.git/commitdiff
- added using py_postclean macro
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 18 Mar 2006 16:00:10 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exo.spec -> 1.14.2.1

exo.spec

index 8876cc2a1df58504dcae20ebc8a3a6250c6d1464..5d40d7be282e41e55e49d498cfaedbebf42e39c1 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -1,3 +1,4 @@
+#
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
@@ -18,6 +19,7 @@ BuildRequires:        libxfcegui4-devel >= 4.2.0
 BuildRequires: pkgconfig
 BuildRequires: python
 BuildRequires: python-pygtk-devel >= 2:2.4.0
+BuildRequires: rpmbuild(macros) >= 1.219
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -93,6 +95,8 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/exo-0.3/*.{la,a}
 
+%py_postclean
+
 %find_lang %{name}-0.3
 
 %clean
This page took 0.035077 seconds and 4 git commands to generate.