packages: libLASi/libLASi.spec - updated to 1.1.1

qboosh qboosh at pld-linux.org
Fri Sep 23 18:25:48 CEST 2011


Author: qboosh                       Date: Fri Sep 23 16:25:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.1.1

---- Files affected:
packages/libLASi:
   libLASi.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/libLASi/libLASi.spec
diff -u packages/libLASi/libLASi.spec:1.1 packages/libLASi/libLASi.spec:1.2
--- packages/libLASi/libLASi.spec:1.1	Thu Jul 31 20:07:26 2008
+++ packages/libLASi/libLASi.spec	Fri Sep 23 18:25:43 2011
@@ -2,18 +2,19 @@
 Summary:	Unicode PostScript C++ stream output intetface library
 Summary(pl.UTF-8):	Biblioteka wyjścia strumieniowego C++ do PostScriptu z Unikodem
 Name:		libLASi
-Version:	1.1.0
+Version:	1.1.1
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
-Source0:	http://dl.sourceforge.net/lasi/%{name}-%{version}.tar.gz
-# Source0-md5:	f18091569ed4fface75453b097c67459
+Source0:	http://downloads.sourceforge.net/lasi/%{name}-%{version}.tar.gz
+# Source0-md5:	bc5161b1d820db3dbcea24ce1c2ed5ec
 URL:		http://lasi.sourceforge.net/
-BuildRequires:	cmake >= 2.4.5
-BuildRequires:	freetype-devel
+BuildRequires:	cmake >= 2.6.4
+BuildRequires:	freetype-devel >= 2.2
 BuildRequires:	libstdc++-devel
 BuildRequires:	pango-devel
-BuildRequires:	rpmbuild(macros) >= 1.471
+BuildRequires:	rpmbuild(macros) >= 1.600
+Requires:	freetype >= 2.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,7 +34,7 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libLASi
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	freetype-devel
+Requires:	freetype-devel >= 2.2
 Requires:	libstdc++-devel
 Requires:	pango-devel
 
@@ -49,12 +50,10 @@
 %build
 install -d build
 cd build
+# cmake suite doesn't accept "PLD" build type, use "Release"
 %cmake .. \
-	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DCMAKE_VERBOSE_MAKEFILE=ON \
-%if "%{_lib}" == "lib64"
-	-DLIB_SUFFIX=64 \
-%endif
+	-DCMAKE_BUILD_TYPE=Release \
+	-DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG" \
 	-DUSE_RPATH=OFF
 
 %{__make}
@@ -73,9 +72,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS CONCATENATED_README.release ChangeLog NEWS README README.release
 %attr(755,root,root) %{_libdir}/libLASi.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libLASi.so.0
+%attr(755,root,root) %ghost %{_libdir}/libLASi.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -90,5 +89,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/09/23 16:25:43  qboosh
+- updated to 1.1.1
+
 Revision 1.1  2008/07/31 18:07:26  qboosh
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libLASi/libLASi.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list