]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- simplified {,Build}Requires GNOME_2_0
authortrojan <trojan@pld-linux.org>
Sat, 4 Jan 2003 08:09:02 +0000 (08:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merged changes from HEAD

Changed files:
    librsvg.spec -> 1.20.2.4.2.2

librsvg.spec

index 3a3340307bf1f18f312bde944f35a2a1dcbfeba5..27eb5dadad59e955ede73c2f4309153bb0cd93af 100644 (file)
@@ -11,11 +11,6 @@ Vendor:              GNOME
 Group:         Libraries
 Source0:       ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.0/%{name}-%{version}.tar.bz2
 URL:           http://nautilus.eazel.com/
-BuildRequires: freetype-devel
-BuildRequires: gtk+2-devel >= 2.0.6
-BuildRequires: libpng-devel
-BuildRequires: libxml2-devel >= 2.4.23
-BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     librsvg0
 
@@ -43,7 +38,7 @@ This package provides the necessary development libraries and include
 files to allow you to develop with librsvg.
 
 %description devel -l pl
-Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
+Biblioteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
 nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem
 librsvg.
 
@@ -76,6 +71,10 @@ librsvg.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %install
@@ -85,12 +84,12 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
@@ -98,7 +97,8 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS
-%attr(755,root,root) %{_libdir}/lib*.??
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
 %{_pkgconfigdir}/*.pc
 %{_includedir}/librsvg-2
 
This page took 0.208747 seconds and 4 git commands to generate.