]> git.pld-linux.org Git - packages/libxml.git/commitdiff
- sorry .. now compiles. libxml-1_0_0-5
authorkloczek <kloczek@pld-linux.org>
Fri, 28 May 1999 22:01:43 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml.spec -> 1.16

libxml.spec

index ea2d3590a5b028a40ec57353e246e3819e9da687..dfb5c33369a54a51bf4ce1ee6815ec92541cb58a 100644 (file)
@@ -78,19 +78,19 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %files
-%attr(755,root,root) %{_prefix}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README,TODO}.gz doc/{*.{gif,html}.gz,html/*}
+%doc {AUTHORS,ChangeLog,NEWS,README,TODO}.gz doc/{*.{gif,html},html/*}
 %attr(755,root,root) %{_bindir}/xml-config
-%attr(755,root,root) %{_prefix}/lib*.so
-%attr(755,root,root) %{_prefix}/*.sh
+%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/*.sh
 %{_includedir}/gnome-xml
 
 %files static
 %defattr(644,root,root,755)
-%{_prefix}/lib*.a
+%{_libdir}/lib*.a
 
 %changelog
 * Tue May 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
This page took 0.06606 seconds and 4 git commands to generate.