Author: glen Date: Tue Jan 15 00:53:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - using local file now
---- Files affected: SPECS: rpm-getdeps.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/rpm-getdeps.spec diff -u SPECS/rpm-getdeps.spec:1.8 SPECS/rpm-getdeps.spec:1.9 --- SPECS/rpm-getdeps.spec:1.8 Mon Jan 14 22:48:50 2008 +++ SPECS/rpm-getdeps.spec Tue Jan 15 01:53:46 2008 @@ -3,12 +3,10 @@ Summary(pl.UTF-8): Pobieranie zależności z pliku spec pakietu RPM Name: rpm-getdeps Version: 0.0.7 -Release: 2 +Release: 2.1 License: GPL -Vendor: Joey Hess <[EMAIL PROTECTED]> Group: Applications/System -Source0: http://www-user.tu-chemnitz.de/~ensc/getdeps.c -# Source0-md5: c20a7f6a0ef86461514fbf55092ae434 +Source0: getdeps.c BuildRequires: rpm-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -21,6 +19,7 @@ %prep %setup -q -c -T cp %{SOURCE0} getdeps.c + cat <<'EOF' > Makefile rpm-getdeps: getdeps.o %{__cc} -lrpm -lrpmbuild $< -o $@ %{rpmldflags} @@ -50,6 +49,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2008-01-15 00:53:46 glen +- using local file now + Revision 1.8 2008-01-14 21:48:50 glen - compile in stages, as-needed fix probably ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm-getdeps.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
