]> git.pld-linux.org Git - packages/cppi.git/commitdiff
- updated to 1.16 auto/th/cppi-1_16-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 25 Jan 2012 20:05:48 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cppi.spec -> 1.15

cppi.spec

index 5efbb60109bdd72ce6e80f739526ee415af434a0..358c7cba663327110c6603965ff213477234d064 100644 (file)
--- a/cppi.spec
+++ b/cppi.spec
@@ -1,13 +1,16 @@
 Summary:       GNU cppi - checks the indentation of C and C++ preprocessor directives
 Summary(pl.UTF-8):     GNU cppi - narzędzie sprawdzające wcięcia dyrektyw preprocesora C i C++
 Name:          cppi
-Version:       1.12
+Version:       1.16
 Release:       1
-License:       GPL
+License:       GPL v3+
 Group:         Development/Tools
-Source0:       http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.bz2
-# Source0-md5: 3a9b8fa70cae2fb36b089a5f2ef4326f
-BuildRequires: automake
+Source0:       http://ftp.gnu.org/gnu/cppi/%{name}-%{version}.tar.xz
+# Source0-md5: 10b657cf639df0950a34b091ae5a8cd8
+URL:           http://www.gnu.org/software/cppi/
+BuildRequires: help2man
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,8 +24,8 @@ GNU cppi sprawdza i poprawia wcięcia dyrektyw preprocesora C i C++.
 %setup -q
 
 %build
-cp -f /usr/share/automake/config.sub .
-%configure
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -31,11 +34,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man?/*
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/cppi
+%{_mandir}/man1/cppi.1*
This page took 0.0882230000000001 seconds and 4 git commands to generate.