summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2002-10-09 13:14:37 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commiteed63be1f5d86f4c4c56489946beeae6a95914be (patch)
treec21975e5c1fb381c771d456a63c472ff653567cd
parentc8cc23d5a62f9ca51c8d81de64f5be637b2d3bbb (diff)
downloadlibast-eed63be1f5d86f4c4c56489946beeae6a95914be.zip
libast-eed63be1f5d86f4c4c56489946beeae6a95914be.tar.gz
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
Changed files: libast.spec -> 1.11
-rw-r--r--libast.spec7
1 files changed, 3 insertions, 4 deletions
diff --git a/libast.spec b/libast.spec
index cb64111..f9d253f 100644
--- a/libast.spec
+++ b/libast.spec
@@ -56,8 +56,9 @@ Biblioteki statyczne libast.
%setup -q
%build
+rm -f missing
%{__libtoolize}
-aclocal
+%{__aclocal}
%{__autoconf}
%{__automake}
%configure
@@ -68,8 +69,6 @@ rm -rf $RPM_BUILD_ROOT
%{__make} DESTDIR=$RPM_BUILD_ROOT install
-gzip -9nf ChangeLog README
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -83,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog README
%attr(755,root,root) %{_bindir}/%{name}-config
%attr(755,root,root) %{_libdir}/lib*.so
%attr(755,root,root) %{_libdir}/lib*.la