Author: qboosh Date: Sun Oct 30 22:30:48 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, cleanup, missing defattrs, more BRs - License is BSD
---- Files affected: SPECS: osb-nrcit.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/osb-nrcit.spec diff -u SPECS/osb-nrcit.spec:1.2 SPECS/osb-nrcit.spec:1.3 --- SPECS/osb-nrcit.spec:1.2 Sun Oct 30 04:35:31 2005 +++ SPECS/osb-nrcit.spec Sun Oct 30 23:30:43 2005 @@ -1,39 +1,58 @@ # $Revision$, $Date$ -# -Summary: GTK-Webcore Core library +Summary: OSB HTML Rendering engine library +Summary(pl): Biblioteka OSB silnika renderującego HTML Name: osb-nrcit Version: 0.5.0 Release: 0.1 -License: GPL -Group: Development/Libraries +License: BSD +Group: Libraries Source0: http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz # Source0-md5: b02f4a0dcaac722ad7cdc112db964df4 -Patch0: %{name}-const.patch +Patch0: %{name}-const.patch URL: http://gtk-webcore.sourceforge.net/ +BuildRequires: curl-devel +BuildRequires: gtk+2-devel >= 2:2.2.0 +BuildRequires: libxml2-devel >= 1:2.6.0 BuildRequires: osb-jscore-devel BuildRequires: osb-nrcore-devel +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -GTK Webcore Core library +OSB HTML Rendering engine library. + +%description -l pl +Biblioteka OSB silnika renderującego HTML. %package devel -Summary: Development libraries and header files for osb-nrcit library +Summary: Header files for osb-nrcit library +Summary(pl): Pliki nagłówkowe biblioteki osb-nrcit Group: Development/Libraries -#Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: curl-devel +Requires: gtk+2-devel >= 2:2.2.0 +Requires: libxml2-devel >= 1:2.6.0 +Requires: osb-jscore-devel +Requires: osb-nrcore-devel %description devel -This is the package containing the development libraries and header -files for osb-nrcit. +This is the package containing the header files for osb-nrcit. + +%description devel -l pl +Ten pakiet zawiera pliki nagłówkowe biblioteki osb-nrcit. %package static Summary: Static osb-nrcit library +Summary(pl): Statyczna biblioteka osb-nrcit Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static osb-nrcit library. +%description static -l pl +Statyczna biblioteka osb-nrcit. + %prep %setup -q %patch0 -p1 @@ -60,12 +79,14 @@ %attr(755,root,root) %{_libdir}/libnrcit.so.0.0.0 %files devel -%{_includedir}/osb/*.h +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libnrcit.so %{_libdir}/libnrcit.la -%{_libdir}/libnrcit.so -%{_libdir}/pkgconfig/osb-nrcit.pc +%{_includedir}/osb/*.h +%{_pkgconfigdir}/osb-nrcit.pc %files static +%defattr(644,root,root,755) %{_libdir}/libnrcit.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -74,10 +95,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/10/30 22:30:43 qboosh +- pl, cleanup, missing defattrs, more BRs +- License is BSD + Revision 1.2 2005/10/30 03:35:31 aredridel - GPL license - clean up template spec leftovers Revision 1.1 2005/10/30 01:19:34 aredridel - added - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/osb-nrcit.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
