]> git.pld-linux.org Git - packages/Xlt.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:15 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xlt.spec -> 1.9

Xlt.spec

index 899959fffe8452ad2aa32218d35b26b95f61a498..e9752c9286b245bebed7e55e178e90c35c215a9e 100644 (file)
--- a/Xlt.spec
+++ b/Xlt.spec
@@ -55,8 +55,9 @@ Biblioteka statyczna Xlt.
 %setup -q -n %{srcname}-%{version}
 
 %build
-libtoolize -c -f
-aclocal
+rm -f missing
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
@@ -93,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,README}.gz
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_libdir}/libXlt.so
 %attr(755,root,root) %{_libdir}/libXlt.la
 %{_includedir}/Xlt
This page took 0.050212 seconds and 4 git commands to generate.