Author: wolvverine Date: Sun Mar 2 21:28:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - for lib64
---- Files affected: SPECS: slack.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/slack.spec diff -u SPECS/slack.spec:1.1 SPECS/slack.spec:1.2 --- SPECS/slack.spec:1.1 Sat Mar 1 23:45:57 2008 +++ SPECS/slack.spec Sun Mar 2 22:27:57 2008 @@ -3,7 +3,7 @@ Summary: Slack - configuration management system Name: slack Version: 0.15.1 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: Applications Source0: http://www.sundell.net/~alan/projects/slack/%{name}-%{version}.tar.gz @@ -35,13 +35,17 @@ %{__make} \ CFLAGS="%{rpmcflags}" \ - LDFLAGS="%{rpmldflags}" + LDFLAGS="%{rpmldflags}" \ + libdir="%{_libdir}"\ + libexecdir="%{_libdir}" %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + libdir="%{_libdir}" \ + libexecdir="%{_libdir}" %clean rm -rf $RPM_BUILD_ROOT @@ -62,6 +66,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-03-02 21:27:57 wolvverine +- for lib64 + Revision 1.1 2008-03-01 22:45:57 wolvverine - init ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slack.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
