]> git.pld-linux.org Git - packages/cppi.git/commitdiff
- new RA-1_0 STABLE cppi-1_10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Jul 2002 22:19:08 +0000 (22:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cppi.spec -> 1.1

cppi.spec [new file with mode: 0644]

diff --git a/cppi.spec b/cppi.spec
new file mode 100644 (file)
index 0000000..eed82d9
--- /dev/null
+++ b/cppi.spec
@@ -0,0 +1,37 @@
+Summary:       GNU cppi - checks the indentation of C and C++ preprocessor directives
+Summary(pl):   GNU cppi - narzêdzie sprawdzajace wciêcia dyrektyw preprocesora C i C++
+Name:          cppi
+Version:       1.10
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       ftp://alpha.gnu.org/gnu/fetish/%{name}-%{version}.tar.bz2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNU `cppi' adjusts or checks the indentation of C and C++ preprocessor
+directives in a file.
+
+%description -l pl
+GNU cppi sprawdza i poprawia wciêcia dyrektyw preprocesora C i C++.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.181303 seconds and 4 git commands to generate.