]> git.pld-linux.org Git - packages/astyle.git/commitdiff
- up to 1.22
authorarvenil <arvenil@pld-linux.org>
Sat, 5 Apr 2008 13:26:05 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rm Patch0 (not needed anymore)
- rm BR: unzip (not needed anymore)

Changed files:
    astyle.spec -> 1.12

astyle.spec

index 8c8c238e74e2784ef38866b74c162c6bb2c54078..9a3a62d273bb4542493fe3253751470ff35346fd 100644 (file)
@@ -1,15 +1,13 @@
 Summary:       Automatic Indentation Filter
 Summary(pl.UTF-8):     Automatyczny filtr wcięć
 Name:          astyle
 Summary:       Automatic Indentation Filter
 Summary(pl.UTF-8):     Automatyczny filtr wcięć
 Name:          astyle
-Version:       1.15.3
+Version:       1.22
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
-Source0:       http://dl.sourceforge.net/astyle/%{name}_%{version}.zip
-# Source0-md5: 4d8adbcd8703aea00fcd2670be090ddd
+Source0:       http://dl.sourceforge.net/astyle/%{name}_%{version}_linux.tar.gz
+# Source0-md5: f319ee4e2538f5e6255211975b4e36cc
 URL:           http://astyle.sourceforge.net/
 URL:           http://astyle.sourceforge.net/
-Patch0:                %{name}-Makefile.patch
-BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,24 +19,24 @@ Artistic Style to narzędzie do reformatowania kodu z poprawianiem
 wcięć dla źródeł w C++, C i Javie.
 
 %prep
 wcięć dla źródeł w C++, C i Javie.
 
 %prep
-%setup -q -c
-%patch0 -p1
+%setup -q -n %{name}
 
 %build
 
 %build
-%{__make} \
+%{__make} -C buildgcc \
        CXX="%{__cxx}" \
        CPPFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
        CXX="%{__cxx}" \
        CPPFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-
-install astyle $RPM_BUILD_ROOT%{_bindir}
 
 
+%{__make} -C buildgcc install \
+       INSTALL=install \
+       prefix=$RPM_BUILD_ROOT%{_prefix}
+        
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc astyle.html astyle_release_notes.html
+%doc doc/*.html
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_bindir}/*
This page took 0.118647 seconds and 4 git commands to generate.