packages: xsd/xsd.spec - pl - force boost::filesystem v2 for now - release ...
qboosh
qboosh at pld-linux.org
Mon May 9 20:10:28 CEST 2011
Author: qboosh Date: Mon May 9 18:10:28 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- pl
- force boost::filesystem v2 for now
- release 2 (boost upgrade rebuild)
---- Files affected:
packages/xsd:
xsd.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/xsd/xsd.spec
diff -u packages/xsd/xsd.spec:1.2 packages/xsd/xsd.spec:1.3
--- packages/xsd/xsd.spec:1.2 Wed Feb 2 03:15:39 2011
+++ packages/xsd/xsd.spec Mon May 9 20:10:23 2011
@@ -1,16 +1,17 @@
# $Revision$, $Date$
Summary: W3C XML schema to C++ data binding compiler
+Summary(pl.UTF-8): Kompilator schematów W3C XML do wiązań danych C++
Name: xsd
Version: 3.3.0
-Release: 1
+Release: 2
Group: Development/Tools
-# Exceptions permit otherwise GPLv2 incompatible combination with ASL 2.0
-License: GPL v2 with exceptions and ASL 2.0
-URL: http://www.codesynthesis.com/products/xsd/
+# Exceptions permit otherwise GPLv2 incompatible combination with ASL-licensed Xerces
+License: GPL v2 with FLOSS exceptions
Source0: http://www.codesynthesis.com/download/xsd/3.3/%{name}-%{version}+dep.tar.bz2
# Source0-md5: 1bad45103f9111964b78d6f2327fbb15
# Sent suggestion to upstream via e-mail 20090707
Patch0: %{name}-3.3.0-xsdcxx-rename.patch
+URL: http://www.codesynthesis.com/products/xsd/
BuildRequires: boost-devel
BuildRequires: iconv
BuildRequires: m4
@@ -27,12 +28,25 @@
semantically correspond to your application domain rather than dealing
with intricacies of reading and writing XML.
+%description -l pl.UTF-8
+CodeSynthesis XSD to mający otwarte źródła wieloplatformowy kompilator
+schematów W3C XML do wiązań danych C++. Na podstawie specyfikacji
+instancji XML (schematu XML) generuje klasy C++ reprezentujące podany
+słownik, a także kod analizujący i serializujący. Następnie można
+odwoływać się do danych zapisanych w XML-u przy użyciu typów i funkcji
+semantycznie odpowiadających działaniu aplikacji, bez zajmowania się
+skomplikowaniem odczytu i zapisu XML-a.
+
%package apidocs
-Summary: API documentation files for %{name}
+Summary: API documentation files for XSD
+Summary(pl.UTF-8): Dokumentacja API XSD
Group: Documentation
%description apidocs
-This package contains API documentation for %{name}.
+This package contains API documentation for XSD.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API XSD.
%prep
%setup -q -n %{name}-%{version}+dep
@@ -43,7 +57,7 @@
%build
%{__make} \
verbose=1 \
- CXXFLAGS="%{rpmcxxflags}"
+ CXXFLAGS="%{rpmcxxflags} -DBOOST_FILESYSTEM_VERSION=2"
%install
rm -rf $RPM_BUILD_ROOT
@@ -71,10 +85,10 @@
mv $RPM_BUILD_ROOT%{_mandir}/man1/xsd.1 $RPM_BUILD_ROOT%{_mandir}/man1/xsdcxx.1
# Remove duplicate docs.
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libxsd
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/libxsd
# Remove Microsoft Visual C++ compiler helper files.
-rm -rf $RPM_BUILD_ROOT%{_includedir}/xsd/cxx/compilers
+%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/xsd/cxx/compilers
# Remove redundant PostScript files that rpmlint grunts about not being UTF8
# See: https://bugzilla.redhat.com/show_bug.cgi?id=502024#c27
@@ -105,9 +119,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/05/09 18:10:23 qboosh
+- pl
+- force boost::filesystem v2 for now
+- release 2 (boost upgrade rebuild)
+
Revision 1.2 2011/02/02 02:15:39 sparky
- BR: iconv
Revision 1.1 2011/01/03 20:12:00 glen
- new, created from fc spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xsd/xsd.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list