SPECS: gtk-webcore-nrcit.spec - pl - more BRs, devel deps - added ...

qboosh qboosh at pld-linux.org
Sat Aug 4 00:12:34 CEST 2007


Author: qboosh                       Date: Fri Aug  3 22:12:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- more BRs, devel deps
- added -libs-static

---- Files affected:
SPECS:
   gtk-webcore-nrcit.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gtk-webcore-nrcit.spec
diff -u SPECS/gtk-webcore-nrcit.spec:1.1 SPECS/gtk-webcore-nrcit.spec:1.2
--- SPECS/gtk-webcore-nrcit.spec:1.1	Thu Jul 19 11:10:33 2007
+++ SPECS/gtk-webcore-nrcit.spec	Sat Aug  4 00:12:29 2007
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 %define snap	125
 Summary:	Port of WebKit embeddable web component to GTK+
+Summary(pl.UTF-8):	Port osadzalnego komponentu WWW WebKit do GTK+
 Name:		gtk-webcore-nrcit
 Version:	0.5.3
 Release:	0.%{snap}.1
@@ -9,38 +10,79 @@
 Source0:	%{name}-%{snap}.tar.bz2
 # Source0-md5:	7dfd80800a0b92d57832af9337ae2232
 URL:		http://gtk-webcore.sourceforge.net/
-BuildRequires:	curl-devel
-BuildRequires:	gtk-webcore-nrcore-libs-devel
-BuildRequires:	librsvg-devel
-BuildRequires:	libssh2-devel
+BuildRequires;	autoconf
+BuildRequires:	automake
+BuildRequires:	curl-devel >= 7.11.0
+BuildRequires:	fontconfig-devel >= 1.0.0
+BuildRequires:	gtk-webcore-nrcore-libs-devel >= 0.5.3
+BuildRequires:	librsvg-devel >= 2.2.0
+BuildRequires:	libtool >= 2:1.5
+BuildRequires:	pkgconfig
+BuildRequires:	xorg-lib-libXft-devel >= 2.0.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 gtk-webcore-nrcit is a port of the WebKit embeddable web component to
 GTK+.
 
+%description -l pl.UTF-8
+gtk-webcore-nrcit to port osadzalnego komponentu WWW WebKit do GTK+.
+
 %package libs
 Summary:	Shared library for gtk-webcore-nrcit
+Summary(pl.UTF-8):	Współdzielona biblioteka gtk-webcore-nrcit
 Group:		X11/Libraries
+Requires:	curl-libs >= 7.11.0
+Requires:	fontconfig-libs >= 1.0.0
+Requires:	gtk-webcore-nrcore-libs >= 0.5.3
+Requires:	librsvg >= 2.2.0
+Requires:	xorg-lib-libXft >= 2.0.0
 
 %description libs
 gtk-webcore-nrcit is a port of the WebKit embeddable web component to
 GTK+.
 
+%description libs -l pl.UTF-8
+gtk-webcore-nrcit to port osadzalnego komponentu WWW WebKit do GTK+.
+
 %package libs-devel
-Summary:	Development library for gtk-webcore-nrcit
+Summary:	Development files for gtk-webcore-nrcit
+Summary(pl.UTF-8):	Pliki programistyczne gtk-webcore-nrcit
 Group:		X11/Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
+Requires:	curl-devel >= 7.11.0
+Requires:	fontconfig-devel >= 1.0.0
+Requires:	gtk-webcore-nrcore-libs-devel >= 0.5.3
+Requires:	librsvg-devel >= 2.2.0
+Requires:	xorg-lib-libXft-devel >= 2.0.0
 
 %description libs-devel
-gtk-webcore-nrcit is a port of the WebKit embeddable web component to
-GTK+.
+Development files for gtk-webcore-nrcit.
+
+%description libs-devel -l pl.UTF-8
+Pliki programistyczne gtk-webcore-nrcit.
+
+%package libs-static
+Summary:	Static gtk-webcore-nrcit library
+Summary(pl.UTF-8):	Statyczna biblioteka gtk-webcore-nrcit
+Group:		Development/Libraries
+Requires:	%{name}-libs-devel = %{version}-%{release}
+
+%description libs-static
+Static gtk-webcore-nrcit library.
+
+%description libs-static -l pl.UTF-8
+Statyczna biblioteka gtk-webcore-nrcit.
 
 %prep
 %setup -q -n %{name}
 
 %build
-./autogen.sh
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -52,21 +94,25 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs	-p /sbin/ldconfig
-%postun libs	-p /sbin/ldconfig
+%post	libs -p /sbin/ldconfig
+%postun	libs -p /sbin/ldconfig
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%doc AUTHORS README TODO NEWS
+%attr(755,root,root) %{_libdir}/libgtk_webcore_nrcit.so.*.*.*
 
 %files libs-devel
 %defattr(644,root,root,755)
-%doc AUTHORS README TODO NEWS
-%{_libdir}/lib*.so
-%{_libdir}/lib*.a
-%{_includedir}/gtk-webcore/*
+%attr(755,root,root) %{_libdir}/libgtk_webcore_nrcit.so
+%{_libdir}/libgtk_webcore_nrcit.la
+%{_includedir}/gtk-webcore/webi
+%{_includedir}/gtk-webcore/webkit-gtk
 %{_pkgconfigdir}/%{name}.pc
 
+%files libs-static
+%defattr(644,root,root,755)
+%{_libdir}/libgtk_webcore_nrcit.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -74,6 +120,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/08/03 22:12:29  qboosh
+- pl
+- more BRs, devel deps
+- added -libs-static
+
 Revision 1.1  2007/07/19 09:10:33  patrys
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gtk-webcore-nrcit.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list