]> git.pld-linux.org Git - packages/gdome2.git/commitdiff
- more macros and few cosmetics. RA-1_0 STABLE gdome2-0_7_2-1
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Sep 2002 21:41:07 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdome2.spec -> 1.5

gdome2.spec

index 38a95a6120576714ab859230ab720ea5b165b829..147973704e89692306e631906c1993e3d8410b6a 100644 (file)
@@ -123,23 +123,22 @@ oprogramowania opartego o gdome2.
 %build
 rm -f missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
-automake -a -c
-
+%{__automake}
 %configure
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
+%post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
@@ -150,10 +149,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS MAINTAINERS ChangeLog README gtk-doc/html/*.html
 %attr(755,root,root) %{_bindir}/gdome-config
-%{_includedir}/*
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_libdir}/*.sh
+%attr(755,root,root) %{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/*.sh
+%{_includedir}/*
 %{_mandir}/man1/gdome-config.1*
 
 %files static
This page took 0.085591 seconds and 4 git commands to generate.