packages: cppi/cppi.spec - updated to 1.16
qboosh
qboosh at pld-linux.org
Wed Jan 25 21:05:53 CET 2012
Author: qboosh Date: Wed Jan 25 20:05:53 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.16
---- Files affected:
packages/cppi:
cppi.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: packages/cppi/cppi.spec
diff -u packages/cppi/cppi.spec:1.14 packages/cppi/cppi.spec:1.15
--- packages/cppi/cppi.spec:1.14 Tue Apr 8 10:24:51 2008
+++ packages/cppi/cppi.spec Wed Jan 25 21:05:48 2012
@@ -2,13 +2,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
@@ -22,8 +25,8 @@
%setup -q
%build
-cp -f /usr/share/automake/config.sub .
-%configure
+%configure \
+ --disable-silent-rules
%{__make}
%install
@@ -32,14 +35,16 @@
%{__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*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -47,6 +52,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2012/01/25 20:05:48 qboosh
+- updated to 1.16
+
Revision 1.14 2008/04/08 08:24:51 glen
- unify ftp.gnu.org urls
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cppi/cppi.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list