]> git.pld-linux.org Git - packages/astyle.git/blobdiff - astyle.spec
- updated to 1.24
[packages/astyle.git] / astyle.spec
index 9bd1f48dda9d57bb5f7c5d7748ba2470ceae85c7..0254031e373c550c39f3e4b8a5d1e8510eb37f4d 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Automatic Indentation Filter
 Summary(pl.UTF-8):     Automatyczny filtr wcięć
 Name:          astyle
-Version:       1.23
+Version:       1.24
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://dl.sourceforge.net/astyle/%{name}_%{version}_linux.tar.gz
-# Source0-md5: 92945aa2831cb14e38da5e1b8665657e
+# Source0-md5: 27cdb10523de59825d1228ac55b2c7c8
 URL:           http://astyle.sourceforge.net/
 BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,21 +23,24 @@ wcięć dla źródeł w C++, C i Javie.
 %setup -q -n %{name}
 
 %build
-%{__make} -C buildgcc \
+%{__make} -C build/gcc \
        CXX="%{__cxx}" \
        CPPFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C buildgcc install \
+%{__make} -C build/gcc install \
        INSTALL=install \
        prefix=$RPM_BUILD_ROOT%{_prefix}
 
+# this files are in docdir
+rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/{*.html,*.css}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html
+%doc doc/*.html doc/*.css
 %attr(755,root,root) %{_bindir}/*
This page took 0.104949 seconds and 4 git commands to generate.