SPECS: xca.spec - updated to 0.6.4

kosmo kosmo at pld-linux.org
Tue Mar 11 10:34:04 CET 2008


Author: kosmo                        Date: Tue Mar 11 09:34:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6.4

---- Files affected:
SPECS:
   xca.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/xca.spec
diff -u SPECS/xca.spec:1.21 SPECS/xca.spec:1.22
--- SPECS/xca.spec:1.21	Sat Apr 28 11:30:56 2007
+++ SPECS/xca.spec	Tue Mar 11 10:33:58 2008
@@ -2,23 +2,20 @@
 Summary:	A GUI for handling X509 certificates, RSA keys, PKCS#10 Requests
 Summary(pl.UTF-8):	GUI do obsługi certyfikatów X509, kluczy RSA, żądań PKCS#10
 Name:		xca
-Version:	0.5.1
-Release:	0.2
+Version:	0.6.4
+Release:	1
 Epoch:		1
 License:	BSD
 Group:		Applications/Communications
 Source0:	http://dl.sourceforge.net/xca/%{name}-%{version}.tar.gz
-# Source0-md5:	24e0289c189b8db2f1f15a4ddac1b1c3
-Patch0:		%{name}-misc.patch
-Patch1:		%{name}-desktop.patch
-Patch2:		%{name}-qfont.patch
-Patch3:		%{name}-gcc4.patch
-Patch4:		%{name}-openssl.patch
-Patch5:		%{name}-db4.5.patch
+# Source0-md5:	f805a2e094436f976c7a4cda5980027e
+Patch0:		%{name}-build.patch
+Patch1:		%{name}-openssl.patch
+Patch2:		%{name}-doc.patch
 URL:		http://www.hohnstaedt.de/xca.html
-BuildRequires:	db-cxx-devel
 BuildRequires:	openssl-devel >= 0.9.7d
-BuildRequires:	qt-devel
+BuildRequires:	QtGui-devel >= 4.2.7
+BuildRequires:	sgml-tools
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,16 +40,12 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
-LDFLAGS="%{rpmldflags}" \
-CFLAGS="%{rpmcflags}" \
-CXXFLAGS="%{rpmcflags}" \
-FFLAGS="%{rpmcflags}" \
-%{?__cc:CC="%{__cc}"} \
+# Play non-standard build system:
+CFLAGS="%{rpmcxxflags}" \
+CXXFLAGS="%{rpmcxxflags}" \
+%{?__cc:CC="%{__cxx}"} \
 %{?__cxx:CXX="%{__cxx}"} \
 prefix="%{_prefix}" \
 ./configure 
@@ -66,18 +59,17 @@
 %{__make} install \
 	destdir=$RPM_BUILD_ROOT
 
-install doc/xca.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install doc/xca.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README doc/*.html
+%doc AUTHORS doc/*.html
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/xca
 %{_desktopdir}/xca*
-%{_pixmapsdir}/xca*
 %{_mandir}/man1/xca.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -86,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2008-03-11 09:33:58  kosmo
+- updated to 0.6.4
+
 Revision 1.21  2007-04-28 09:30:56  qboosh
 - added gcc4,openssl,db4.5 patches from gentoo (sent by Piotr Pawlow)
 - release 0.2
================================================================

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



More information about the pld-cvs-commit mailing list