]> git.pld-linux.org Git - packages/libwmf.git/commitdiff
- fix internal deps
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Nov 2005 21:40:12 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix re-entrant install

Changed files:
    libwmf.spec -> 1.71

libwmf.spec

index f61872f3e61e81bdd7aec7225fa80b9b421edf04..a6a2a0c7ddb5c4ac5d3d2a9ed88037bd0a9213f4 100644 (file)
@@ -7,7 +7,7 @@ Summary:        libwmf - library to convert wmf files
 Summary(pl):   libwmf - biblioteka z funkcjami do konwersji plików wmf
 Name:          libwmf
 Version:       0.2.8.4
-Release:       1.1
+Release:       1.2
 Epoch:         2
 License:       GPL
 Group:         Applications/Text
@@ -30,6 +30,7 @@ PreReq:               ghostscript-fonts-std
 Requires(post):        /sbin/ldconfig
 Requires(post):        sed
 Requires:      sed
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags_ia32  -fomit-frame-pointer
@@ -116,6 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf html-doc
 mv -f $RPM_BUILD_ROOT%{_datadir}/doc ./html-doc
 
 # no static modules and *.la for GTK+ loaders - shut up check-files
This page took 0.157917 seconds and 4 git commands to generate.