]> git.pld-linux.org Git - packages/wv.git/commitdiff
- added *.la to -devel, new %%doc; release 2 RA-1_0 wv-0_7_2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Sep 2002 09:55:15 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wv.spec -> 1.36

wv.spec

diff --git a/wv.spec b/wv.spec
index bd8d86d18801f85538875e86dad1a20108d0c0e9..75221aad0babd7a3a5bec11b57a9fd2ade36134a 100644 (file)
--- a/wv.spec
+++ b/wv.spec
@@ -4,7 +4,7 @@ Summary(pl):    Konwerter domument
 Summary(pt_BR):        Conversor de arquivos formato Word (6/7/8/9) para html
 Name:          wv
 Version:       0.7.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Text
 Vendor:                Caolan McNamara <Caolan.McNamara@ul.ie>
@@ -81,11 +81,8 @@ rm -f missing acinclude.m4
 aclocal
 %{__autoconf}
 autoheader
-automake -a -c -i
+%{__automake} -i
 CPPFLAGS="-I/usr/X11R6/include/X11"
-if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
-       CPPFLAGS="$CPPFLAGS `pkg-config libpng12 --cflags`"
-fi
 %configure CPPFLAGS="$CPPFLAGS" \
        --with-exporter \
        --with-zlib \
@@ -105,8 +102,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        mandir=%{_mandir}
 
-gzip -9nf CHANGELOG CREDITS D_CREDITS D_README KNOWN-BUGS README TESTING TODO.TXT
-
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -115,7 +110,7 @@ rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc CHANGELOG CREDITS D_CREDITS D_README KNOWN-BUGS README TESTING TODO.TXT
 %attr(755,root,root) %{_bindir}/wv*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_datadir}/wv
@@ -124,6 +119,7 @@ rm -fr $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/libwv-config
+%attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*.h
 
This page took 0.034511 seconds and 4 git commands to generate.