rpms/cppi/F-11 cppi.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kalev Lember kalev at fedoraproject.org
Fri Mar 19 21:22:24 UTC 2010


Author: kalev

Update of /cvs/pkgs/rpms/cppi/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31287/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	cppi.spec import.log 
Log Message:
Initial import (#570627)


--- NEW FILE cppi.spec ---
Name:           cppi
Version:        1.15
Release:        1%{?dist}
Summary:        C preprocessor directive indenter

Group:          Development/Tools
License:        GPLv3+
URL:            http://savannah.gnu.org/projects/cppi/
Source0:        http://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
cppi indents the C preprocessor directives to reflect their nesting and ensures
that there is exactly one space character between each #if, #elif, #define
directive and the following token.


%prep
%setup -q


%build
%configure --disable-silent-rules
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%check
make check


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
%{_bindir}/cppi
%{_mandir}/man1/cppi.1*


%changelog
* Thu Mar 18 2010 Kalev Lember <kalev at smartlink.ee> - 1.15-1
- Updated to cppi 1.15

* Fri Mar 05 2010 Kalev Lember <kalev at smartlink.ee> - 1.14-1
- Initial RPM release


--- NEW FILE import.log ---
cppi-1_15-1_fc14:F-11:cppi-1.15-1.fc14.src.rpm:1269033728


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cppi/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Mar 2010 20:06:42 -0000	1.1
+++ .cvsignore	19 Mar 2010 21:22:24 -0000	1.2
@@ -0,0 +1 @@
+cppi-1.15.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cppi/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Mar 2010 20:06:42 -0000	1.1
+++ sources	19 Mar 2010 21:22:24 -0000	1.2
@@ -0,0 +1 @@
+bc795ff5a0c7e9853001a84d5079df73  cppi-1.15.tar.xz



More information about the scm-commits mailing list