]> git.pld-linux.org Git - packages/astyle.git/commitdiff
- updated to 2.01 auto/th/astyle-2_01-1
authorKrzysztof Goliński <dirdival@pld-linux.org>
Sun, 17 Apr 2011 21:16:39 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- docdir fixed

Changed files:
    astyle.spec -> 1.16

astyle.spec

index a1a9fd93fd25393d8de5672d7c9d3ebb2bde5e33..158778519a4b67d24deef3c058410be09b04b658 100644 (file)
@@ -1,12 +1,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)
@@ -34,8 +34,9 @@ rm -rf $RPM_BUILD_ROOT
        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
This page took 0.070321 seconds and 4 git commands to generate.