head 1.8; access; symbols; locks; strict; comment @-- @; 1.8 date 2009.04.18.13.12.38; author rse; state Exp; branches; next 1.7; commitid 4pHXU27WTIGCZuKt; 1.7 date 2009.02.06.22.14.56; author rse; state Exp; branches; next 1.6; commitid bjxjI1Y2lOLmlqBt; 1.6 date 2008.11.02.17.25.11; author rse; state Exp; branches; next 1.5; commitid yf214RhomJHgP3pt; 1.5 date 2008.11.02.13.51.59; author rse; state Exp; branches; next 1.4; commitid TPWnNjtuVky8E2pt; 1.4 date 2008.08.10.17.40.45; author rse; state Exp; branches; next 1.3; commitid 2bBMm098ee41Cget; 1.3 date 2008.05.18.10.09.31; author rse; state Exp; branches; next 1.2; commitid 7NoivRr7aqUCOq3t; 1.2 date 2008.01.01.14.57.59; author rse; state Exp; branches; next 1.1; commitid B8esaHJHoduuKILs; 1.1 date 2007.07.29.08.03.41; author rse; state Exp; branches; next ; commitid IZvzTnrx3e6mzDrs; desc @@ 1.8 log @bump years in copyright messages @ text @## ## makepp.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2009 OpenPKG Foundation e.V. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # package information Name: makepp Summary: Make Plus Plus URL: http://makepp.sourceforge.net/ Vendor: G. Holt, A. Johnson, D. Peiffer Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Building License: GPL/Artistic Version: 11 Release: 20090206 # list of sources Source0: http://www.cpan.org/authors/id/P/PF/PFEIFFER/mpp-%{version}.tgz Patch0: makepp.patch # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20060823, perl PreReq: OpenPKG, openpkg >= 20060823, perl, perl-crypto AutoReq: no AutoReqProv: no %description Makepp is a drop-in replacement for GNU make which has a number of features that allow for more reliable builds and simpler build files. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because it was designed for building C++ programs. Also its relationship to make is supposed to be analogous to C++'s relationship to C: it is almost 100% backward compatible but adds a number of new features. %track prog makepp = { version = %{version} url = http://www.cpan.org/authors/id/P/PF/PFEIFFER/ regex = mpp-(\d+)\.tgz } %prep %setup -q -c %patch -p0 %build %install rm -rf $RPM_BUILD_ROOT %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/bin \ $RPM_BUILD_ROOT%{l_prefix}/share/makepp/html \ $RPM_BUILD_ROOT%{l_prefix}/man/man1 %{l_shtool} subst \ -e 's;/usr/local;%{l_prefix};g' \ cvs/install.pl ( cd cvs export DESTDIR="$RPM_BUILD_ROOT" %{l_prefix}/bin/perl install.pl ) || exit $? %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.7 log @upgrading package: makepp 10 -> 11 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.6 log @upgrading package: makepp 8 -> 10 @ text @d34 2 a35 2 Version: 10 Release: 20081102 @ 1.5 log @upgrading package: makepp 1.50.080810 -> 8 @ text @d34 1 a34 1 Version: 8 @ 1.4 log @upgrading package: makepp 1.50.080517 -> 1.50.080810 @ text @a23 4 # package version %define V_main 1.50 %define V_cvs 080810 d34 2 a35 2 Version: %{V_main}.%{V_cvs} Release: 20080810 d38 1 a38 1 Source0: http://www.cpan.org/authors/id/P/PF/PFEIFFER/makepp-%{V_main}-cvs-%{V_cvs}.tgz d61 1 a61 1 version = %{V_main}-cvs-%{V_cvs} d63 1 a63 1 regex = makepp-(\d+\.\d+(?:\.\d+)?(?:-cvs-(\d+))?)\.tgz @ 1.3 log @upgrading package: makepp 1.50.070728 -> 1.50.080517 @ text @d26 1 a26 1 %define V_cvs 080517 d39 1 a39 1 Release: 20080518 @ 1.2 log @Update package specifications according to OpenPKG year 2008 world order: http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html @ text @d26 1 a26 1 %define V_cvs 070728 d39 1 a39 1 Release: 20080101 @ 1.1 log @new package: makepp 1.50.070728 (Make Plus Plus) @ text @d3 1 a3 2 ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. ## Copyright (c) 2000-2007 Ralf S. Engelschall d39 1 a39 1 Release: 20070729 @