Author: charles Date: Sun Jun 14 15:18:41 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.9.8 - updated License to GPL v3 - BR s/wxGTK2-devel/wxGTK2-unicode-devel/
---- Files affected: packages/rapidsvn: rapidsvn.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/rapidsvn/rapidsvn.spec diff -u packages/rapidsvn/rapidsvn.spec:1.30 packages/rapidsvn/rapidsvn.spec:1.31 --- packages/rapidsvn/rapidsvn.spec:1.30 Mon Feb 12 23:09:12 2007 +++ packages/rapidsvn/rapidsvn.spec Sun Jun 14 17:18:36 2009 @@ -2,12 +2,12 @@ Summary: Cross-platform GUI front-end for the Subversion revision system Summary(pl.UTF-8): Wieloplatformowy graficzny interfejs do systemu kontroli wersji Subversion Name: rapidsvn -Version: 0.9.4 -Release: 0.1 -License: Apache +Version: 0.9.8 +Release: 1 +License: GPL v3 Group: Development/Version Control Source0: http://www.rapidsvn.org/download/release/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 29ef579131f97a8b2bdad77e14a619be +# Source0-md5: 1b49d893027ae83dbcff3d7508b3f42f Patch0: %{name}-link.patch URL: http://rapidsvn.tigris.org/ BuildRequires: apr-devel >= 1:1.0 @@ -21,7 +21,7 @@ BuildRequires: neon-devel BuildRequires: subversion-devel >= 1.1.0 BuildRequires: libuuid-devel -BuildRequires: wxGTK2-devel >= 2.6.0 +BuildRequires: wxGTK2-unicode-devel >= 2.6.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,7 +43,7 @@ %configure \ --with-svn-include=%{_includedir} \ --with-svn-lib=%{_libdir} \ - --with-wx-config=%{_bindir}/wx-gtk2-ansi-config \ + --with-wx-config=%{_bindir}/wx-gtk2-unicode-config \ --with-apu-config=%{_bindir}/apu-1-config \ --with-apr-config=%{_bindir}/apr-1-config @@ -55,11 +55,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir}/man1 -install doc/manpage/rapidsvn.1 $RPM_BUILD_ROOT%{_mandir}/man1/ - +# for -devel ? rm -rf $RPM_BUILD_ROOT%{_includedir} -rm -rf $RPM_BUILD_ROOT%{_libdir}/libsvncpp.{a,la} +rm -rf $RPM_BUILD_ROOT%{_libdir}/libsvncpp.{a,la,so} %clean rm -fr $RPM_BUILD_ROOT @@ -71,8 +69,8 @@ %defattr(644,root,root,755) %doc AUTHORS CHANGES NEWS README %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* -%{_mandir}/man1/* +%attr(755,root,root) %{_libdir}/libsvncpp.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libsvncpp.so.2 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -80,6 +78,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2009/06/14 15:18:36 charles +- updated to 0.9.8 +- updated License to GPL v3 +- BR s/wxGTK2-devel/wxGTK2-unicode-devel/ + Revision 1.30 2007/02/12 22:09:12 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rapidsvn/rapidsvn.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
