Author: shadzik Date: Wed Oct 4 23:17:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.10.0 - removed kde-ac260-lt.patch, kdesvn now uses cmake to configure - added man files - rel 0.1
---- Files affected: SPECS: kdesvn.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/kdesvn.spec diff -u SPECS/kdesvn.spec:1.29 SPECS/kdesvn.spec:1.30 --- SPECS/kdesvn.spec:1.29 Mon Sep 18 14:41:12 2006 +++ SPECS/kdesvn.spec Thu Oct 5 01:17:50 2006 @@ -3,17 +3,15 @@ Summary(de): KDE Frontend für Subversion Summary(pl): Frontend KDE do subversion Name: kdesvn -Version: 0.9.3 -Release: 2 +Version: 0.10.0 +Release: 0.1 License: GPL v2 Group: X11/Development/Tools Source0: http://www.alwins-world.de/programs/download/kdesvn/%{name}-%{version}.tar.bz2 -# Source0-md5: 542a70a1b158fb99757593cdeb263b2a +# Source0-md5: 896d62ac8687236f05e984ba6cd69e6b Patch0: %{name}-desktop.patch -Patch1: kde-ac260-lt.patch URL: http://www.alwins-world.de/programs/kdesvn/ -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: cmake >= 2.4.0 BuildRequires: kdelibs-devel >= 9:3.2.0 BuildRequires: rpmbuild(macros) >= 1.129 BuildRequires: subversion-devel >= 1.2.0 @@ -77,22 +75,9 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build -cp -f /usr/share/automake/config.sub admin -%{__make} -f admin/Makefile.common cvs - -%configure \ -%if "%{_lib}" == "lib64" - --enable-libsuffix=64 \ -%endif - --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ - --with-qt-libraries=%{_libdir} \ - --with-svn-lib=%{_libdir} \ - --with-apr-config=%{_bindir}/apr-1-config \ - --with-apu-config=%{_bindir}/apu-1-config - +%cmake -DCMAKE_INSTALL_PREFIX=/usr . %{__make} %install @@ -127,6 +112,8 @@ %{_datadir}/services/kded/kdesvnd.desktop %{_datadir}/config.kcfg/* %{_datadir}/apps/konqueror/servicemenus/*.desktop +%{_mandir}/man1/kdesvn.1.gz +%{_mandir}/man1/kdesvnaskpass.1.gz %files svnqt %defattr(644,root,root,755) @@ -144,6 +131,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2006/10/04 23:17:50 shadzik +- up to 0.10.0 +- removed kde-ac260-lt.patch, kdesvn now uses cmake to configure +- added man files +- rel 0.1 + Revision 1.29 2006/09/18 12:41:12 pluto - kde-ac260-lt.patch, release 2. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kdesvn.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
