Hello community, here is the log from the commit of package cvsps checked in at Tue Nov 6 22:11:35 CET 2007. -------- --- cvsps/cvsps.changes 2007-07-31 12:54:14.000000000 +0200 +++ /mounts/work_src_done/STABLE/cvsps/cvsps.changes 2007-11-06 08:01:54.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 6 08:01:14 CET 2007 - crrodriguez@suse.de + +- instead of patching the Makefiles use a simple cmake based build script + +------------------------------------------------------------------- Old: ---- cvsps-DESTDIR.diff New: ---- CMakeLists.txt ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cvsps.spec ++++++ --- /var/tmp/diff_new_pack.mG6786/_old 2007-11-06 22:10:18.000000000 +0100 +++ /var/tmp/diff_new_pack.mG6786/_new 2007-11-06 22:10:18.000000000 +0100 @@ -11,19 +11,19 @@ # norootforbuild Name: cvsps -BuildRequires: zlib-devel +BuildRequires: cmake zlib-devel Group: Development/Tools/Version Control -Autoreqprov: on +AutoReqProv: on Summary: A Program for Generating Patch Set Information from a CVS Repository Version: 2.1 -Release: 65 +Release: 79 %define real_version 2.1 Source: %{name}-%{real_version}.tar.bz2 Source1: bk-cvs.mail Source2: cvsps-bk-cvs.mail Source3: fixes.tar.bz2 -Patch: cvsps-DESTDIR.diff -URL: http://www.cobite.com/cvsps/ +Source4: CMakeLists.txt +Url: http://www.cobite.com/cvsps/ License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,14 +44,14 @@ for patch in $(cat fixes/series); do patch -p1 -i fixes/$patch done -%patch -p1 -cp %{SOURCE1} %{SOURCE2} . +cp %{SOURCE1} %{SOURCE2} %{SOURCE4} . %build -make CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="%{optflags}" +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} . +%{__make} %{?jobs:-j%jobs} %install -rm -rf $RPM_BUILD_ROOT %makeinstall %clean @@ -61,10 +61,11 @@ %defattr(-,root,root) %doc README CHANGELOG COPYING %doc bk-cvs.mail cvsps-bk-cvs.mail -/usr/bin/cvsps -/usr/share/man/man*/* - +%{_bindir}/cvsps +%{_mandir}/man*/* %changelog +* Tue Nov 06 2007 - crrodriguez@suse.de +- instead of patching the Makefiles use a simple cmake based build script * Tue Jul 31 2007 - agruen@suse.de - Add fixes from http://ydirson.free.fr/soft/git/cvsps.git. - Use RPM_OPT_FLAGS. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de