]> git.pld-linux.org Git - packages/dotnet-gtk-sharp.git/commitdiff
- reverted ldconfig changes auto/ac/dotnet-gtk-sharp-1_0_6-4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Apr 2005 20:06:16 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtk-sharp.spec -> 1.67

dotnet-gtk-sharp.spec

index 882fed25953931660de5f0e43cbf8de3086694f8..c3703a0e1b6cd4358062743baa8183128c11594c 100644 (file)
@@ -42,8 +42,6 @@ BuildRequires:        libgnomeprintui-devel >= 2.4.0
 BuildRequires: libgnomeui-devel >= 2.4.0
 BuildRequires: vte-devel >= 0.11.10
 %endif
-BuildRequires: rpmbuild(macros) >= 1.197
-Requires(post,postun): /sbin/ldconfig
 %{?with_gnome:Requires:        gtkhtml = %{gtkhtml_version}}
 Requires:      mono >= 1.0.2
 Provides:      dotnet-gtk
@@ -126,11 +124,8 @@ cp -a sample/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%ldconfig_post
-
-%postun
-%ldconfig_postun
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.079647 seconds and 4 git commands to generate.