SPECS: libcroco.spec - updated to 0.6.2

megabajt megabajt at pld-linux.org
Sat Feb 7 15:22:07 CET 2009


Author: megabajt                     Date: Sat Feb  7 14:22:07 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6.2

---- Files affected:
SPECS:
   libcroco.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/libcroco.spec
diff -u SPECS/libcroco.spec:1.22 SPECS/libcroco.spec:1.23
--- SPECS/libcroco.spec:1.22	Mon Jul 28 01:04:52 2008
+++ SPECS/libcroco.spec	Sat Feb  7 15:22:01 2009
@@ -8,12 +8,12 @@
 Summary:	A CSS2 parsing library
 Summary(pl.UTF-8):	Biblioteka analizująca CSS2
 Name:		libcroco
-Version:	%{_mver}.1
-Release:	4
-License:	LGPL
+Version:	0.6.2
+Release:	1
+License:	LGPL v2+
 Group:		Libraries
-Source0:	http://ftp.gnome.org/pub/gnome/sources/libcroco/%{_mver}/%{name}-%{version}.tar.bz2
-# Source0-md5:	b0975bd01eb11964f1b3f254f267a43d
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5:	1429c597aa4b75fc610ab3a542c99209
 Patch0:		%{name}-link.patch
 BuildRequires:	autoconf >= 2.5
 BuildRequires:	automake
@@ -40,8 +40,8 @@
 Requires:	libxml2-devel >= 1:2.6.26
 
 %description devel
-This package provides the necessary header files files to allow you
-to develop with libcroco.
+This package provides the necessary header files files to allow you to
+develop with libcroco.
 
 %description devel -l pl.UTF-8
 Ten pakiet dostarcza pliki nagłówkowe potrzebne do tworzenia
@@ -75,11 +75,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install docs/examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
@@ -92,24 +92,23 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/csslint-%{_mver}
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-#%%{_mandir}/man1/csslint.1*
+%attr(755,root,root) %{_libdir}/libcroco-%{_mver}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcroco-%{_mver}.so.3
 
 %files devel
 %defattr(644,root,root,755)
 %doc docs/usage.txt
 %attr(755,root,root) %{_bindir}/croco-%{_mver}-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libcroco-%{_mver}.so
+%{_libdir}/libcroco-%{_mver}.la
 %{_includedir}/libcroco-%{_mver}
 %{_pkgconfigdir}/libcroco-%{_mver}.pc
-#%%{_mandir}/man1/croco-config.1*
 %{_examplesdir}/%{name}-%{version}
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libcroco-%{_mver}.a
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -118,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2009/02/07 14:22:01  megabajt
+- updated to 0.6.2
+
 Revision 1.22  2008/07/27 23:04:52  arekm
 - release 4
 
@@ -193,8 +195,3 @@
 - new; added am patch to fix csslint includes and linking issues,
   and to avoid building empty layeng library
 
-* Wed Apr 2 2003 Dodji Seketeli <dodji at seketeli.org>
-- initial release: SAC api, CSSOM api, basic selectors implementation.
-
-* Sun Mar 30 2003 Christian Schaller <uraeus at gnome.org>
-- created this thing
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libcroco.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list