Author: dirdival Date: Sun Apr 17 21:16:44 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.01 - docdir fixed
---- Files affected: packages/astyle: astyle.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/astyle/astyle.spec diff -u packages/astyle/astyle.spec:1.15 packages/astyle/astyle.spec:1.16 --- packages/astyle/astyle.spec:1.15 Mon Feb 1 09:08:23 2010 +++ packages/astyle/astyle.spec Sun Apr 17 23:16:39 2011 @@ -2,12 +2,12 @@ Summary: Automatic Indentation Filter Summary(pl.UTF-8): Automatyczny filtr wcięć Name: astyle -Version: 1.24 +Version: 2.01 Release: 1 License: GPL v2 Group: Development/Tools Source0: http://downloads.sourceforge.net/astyle/%{name}_%{version}_linux.tar.gz -# Source0-md5: 27cdb10523de59825d1228ac55b2c7c8 +# Source0-md5: e85b31972c532373a4054842e2149b34 URL: http://astyle.sourceforge.net/ BuildRequires: libstdc++-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,8 +35,9 @@ INSTALL=install \ prefix=$RPM_BUILD_ROOT%{_prefix} -# these files are in docdir -rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/{*.html,*.css} +# docdir fixed +mkdir $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/ +mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/html/*.html $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/ %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +53,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2011/04/17 21:16:39 dirdival +- updated to 2.01 +- docdir fixed + Revision 1.15 2010/02/01 08:08:23 glen - spelling, adapter ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/astyle/astyle.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
