]> git.pld-linux.org Git - packages/libgnomeprint.git/commitdiff
- new style macros, rel. 2
authorfreetz <freetz@pld-linux.org>
Sun, 10 Apr 2005 17:09:46 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgnomeprint.spec -> 1.72

libgnomeprint.spec

index aec03754fee32cbb89ed4fb1b7dba5a0c96b5ca8..4b0e05253edc387929927d15727c14bb68c55447 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Printing library for GNOME
 Summary(pl):   Biblioteka drukowania dla GNOME
 Name:          libgnomeprint
 Version:       2.10.3
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.10/%{name}-%{version}.tar.bz2
@@ -22,7 +22,7 @@ BuildRequires:        libxml2-devel >= 2.6.18
 BuildRequires: pango-devel >= 1:1.8.1
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
-BuildRequires: rpm-build >= 4.1-10
+BuildRequires: rpmbuild(macros) >= 1.197
 Requires:      ghostscript-fonts-std
 Requires:      pango >= 1:1.8.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -129,8 +129,11 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post
+%ldconfig_post
+
+%postun
+%ldconfig_postun
 
 %files -f %{name}-2.2.lang
 %defattr(644,root,root,755)
This page took 0.031952 seconds and 4 git commands to generate.