]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- adapterized
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 21 Jul 2001 15:55:14 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- URL
- some PLD-specyfic cosmetics

Changed files:
    librsvg.spec -> 1.2

librsvg.spec

index 0da5848b854ba073f6a0571d06afedb8851b72a8..32c64d6f26d4e6e0542bb8b09957c7795f2aaa44 100644 (file)
@@ -1,32 +1,30 @@
 # Note that this is NOT a relocatable package
-%define name           librsvg
-%define ver            1.0.1
-%define RELEASE                0_cvs_0
-%define rel            %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
-%define prefix         /usr
-%define sysconfdir     /etc
-
-Name:          %name
-Vendor:                GNOME
-Distribution:  CVS
+
 Summary:       Raph's SVG library
 Summary(pl):   biblioteka Raph's SVG
-
-Version:       %ver
-Release:       %rel
-Copyright:     LGPL
-Group:         System Environment/Libraries
-Source:        %{name}-%{ver}.tar.gz
-URL:           http://nautilus.eazel.com/
-BuildRoot:     /var/tmp/%{name}-%{ver}-root
-Docdir:        %{prefix}/doc
-Requires:      glib >= 1.2.9
-Requires:      gtk+ >= 1.2.9
-Requires:      libxml >= 1.8.10
-Requires:      gdk-pixbuf >= 0.10.0
-Requires:      popt >= 1.5
-Requires:      freetype >= 2.0.1
-Requires:      libpng
+Name:          librsvg
+Version:       1.0.1
+Release:       1
+License:       LGPL
+Vendor:                GNOME
+Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
+Group(fr):     Librairies
+Group(pl):     Biblioteki
+Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/librsvg/%{name}-%{version}.tar.bz2
+URL:           http://nautilus.eazel.com/
+BuildRequires: glib-devel >= 1.2.9
+BuildRequires: gtk+-devel >= 1.2.9
+BuildRequires: libxml-devel >= 1.8.10
+BuildRequires: gdk-pixbuf-devel >= 0.10.0
+BuildRequires: popt-devel >= 1.5
+BuildRequires: freetype-devel >= 2.0.1
+BuildRequires: libpng-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _prefix                /usr
+%define _sysconfdir    /etc
 
 %description
 Eazel Extension Library
@@ -37,6 +35,9 @@ Rozszezona bibioteka eazel
 %package devel
 Summary:       Libraries and include files for developing with librsvg.
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
 Requires:      %name = %{PACKAGE_VERSION}
 
 %description devel
@@ -46,16 +47,8 @@ files to allow you to develop with librsvg.
 %description devel -l pl
 Bibliteki potrzebne do programowania.
 
-%changelog
-* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
-- removed obsoletes from sub packages and added mozilla and trilobite
-subpackages
-
-* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
-- created this thing
-
 %prep
-%setup
+%setup -q
 
 %build
 %ifarch alpha
@@ -69,15 +62,16 @@ export LC_ALL LINGUAS LANG
 
 ## Warning!  Make sure there are no spaces or tabs after the \ 
 ## continuation character, or else the rpm demons will eat you.
-CFLAGS="$RPM_OPT_FLAGS" ./configure $MYARCH_FLAGS --prefix=%{prefix} \
-       --sysconfdir=%{sysconfdir}
+CFLAGS="$RPM_OPT_FLAGS" ./configure $MYARCH_FLAGS --prefix=%{_prefix} \
+       --sysconfdir=%{_sysconfdir}
 
 make -k
 make check
 
 %install
+rm -rf $RPM_BUILD_ROOT
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
-make -k prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install
+%{__make} -k prefix=$RPM_BUILD_ROOT%{_prefix} sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install
 for FILE in "$RPM_BUILD_ROOT/bin/*"; do
        file "$FILE" | grep -q not\ stripped && strip $FILE
 done
@@ -86,25 +80,27 @@ done
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 
 %post
-if ! grep %{prefix}/lib /etc/ld.so.conf > /dev/null ; then
-       echo "%{prefix}/lib" >> /etc/ld.so.conf
+if ! grep %{_prefix}/lib /etc/ld.so.conf > /dev/null ; then
+       echo "%{_prefix}/lib" >> /etc/ld.so.conf
 fi
 /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
+%defattr(644,root,root,755)
 
 %defattr(0555, bin, bin)
 %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
-%{prefix}/lib/*.so*
+%{_libdir}/*.so*
 
 %files devel
+%defattr(644,root,root,755)
 
 %defattr(0555, bin, bin)
-%{prefix}/lib/*.la
-%{prefix}/lib/*.sh
-%{prefix}/bin/librsvg-config
+%{_libdir}/*.la
+%{_libdir}/*.sh
+%attr(755,root,root) %{_bindir}/librsvg-config
 
 %defattr(0444, bin, bin)
-%{prefix}/include/librsvg/*.h
+%{_includedir}/librsvg/*.h
This page took 0.044567 seconds and 4 git commands to generate.