]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- few cosmetics and improvments. librsvg-1_0_1-1
authorkloczek <kloczek@pld-linux.org>
Sun, 29 Jul 2001 11:06:44 +0000 (11:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librsvg.spec -> 1.12

librsvg.spec

index 803cab128c0fc4ede03e481bc014962a4d3120b1..5d1b3597c251caa8fe4b490addb60679c60a1583 100644 (file)
@@ -29,7 +29,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define _sysconfdir    /etc
 
 %description
-Eazel Extension Library
+An SVG library based upon libart.
 
 %description -l pl
 Rozsze¿ona bibioteka eazel
@@ -73,16 +73,7 @@ wspomagaj
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" 
-export LDFLAGS
-
-%configure2_13 \
-       --prefix=%{_prefix} \
-       --sysconfdir=%{_sysconfdir}
-%ifarch alpha
-       --host=alpha-pld-linux
-%endif
-
+%configure2_13
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,9 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf ChangeLog AUTHORS NEWS
 
-%post
-/sbin/ldconfig
-
+%post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %clean
@@ -101,18 +90,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so*
-%doc *.gz
-
+%attr(755,root,root) %{_libdir}/*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_bindir}/librsvg-config
 %attr(755,root,root) %{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.sh
-%dir %{_includedir}/librsvg/*.h
-
+%{_includedir}/librsvg
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/lib*.a
This page took 0.030548 seconds and 4 git commands to generate.