Accepting request 380634 from home:pluskalm:branches:devel:openSUSE:Factory

- Add gpg signature
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/380634
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/cppi?expand=0&rev=11
This commit is contained in:
Ludwig Nussel 2016-04-20 17:07:06 +00:00 committed by Git OBS Bridge
parent 7ed8f0038c
commit 61e5125f65
4 changed files with 3443 additions and 7 deletions

19
cppi-1.18.tar.xz.sig Normal file
View File

@ -0,0 +1,19 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (GNU/Linux)
iQJ8BAABCgBmBQJRRMlmXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxNTVEM0ZDNTAwQzgzNDQ4NkQxRUVBNjc3
RkQ5RkNDQjAwMEJFRUVFAAoJEH/Z/MsAC+7uMPEP/296PMS9apeGM6vgZDpY8/AI
94H5gr/nYfNe7cKOc6uJTGrjf/8nSogawR95nlqroZ0nQBTEm31SvAWPo8qSMOJX
ibmJpAwK0tWw1R1YH5e8DBnXeIQsL9rYZ+EPj+g1VaLdFv8S87sT0a5FP0p5Vqb9
lAGavGg+v5XPSdrUunDtgVyMoq7gP2RTeQ2E/wwwxMNAJygXKbFU9COHzMiUztRQ
Fzd/+3OU0raTuyNKKFEyYpRvWVVbtyWiWaOs0RsJvtyTTkfufKCl/jgfUiBntBHf
5Lw91Xw4ugFHvq4pykMkx3HMdUmVVAQC7+tbcy8+Q1KIGhVqjLjIK4oQxrkcXI/R
u9lcxpjyc7tJBOhisKgxIvRiafTQ+nGYB8wsF7ZIMSP/Dhf+M+O4tMv0THzSELby
nLVibOTuvcztHus5MyTnitywvU747fhb829O+PwZL6vGKqu04z2owSFGVMXozVYZ
WbnSXskBvqnwPTevbEcpxdmG+zqsYV9rWFEVmCju89x9nAtTWueRfXJA5OBlvoqW
KR/YWDKNNBEA8/khT7lTOk9HsF5MRP0P0qaqoDLA4iYku1MNtO+LGyOmrF4QkheI
xP2sxcUvIlhzqEY7fK4Uptsa0IySm5li8aWfEy//1BtQ92fvexyggaw72+W6Q1tW
AGndcYzMtH1Dta5ve2br
=oJ01
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 28 10:45:39 UTC 2016 - mpluskal@suse.com
- Add gpg signature
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Sun Jan 4 14:28:46 UTC 2015 - p.drouand@gmail.com

3407
cppi.keyring Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package cppi
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,8 +22,11 @@ Release: 0
Summary: C preprocessor directive indenter
License: GPL-3.0+
Group: Development/Languages/C and C++
Url: http://savannah.gnu.org/projects/cppi/
Source0: http://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
Url: https://savannah.gnu.org/projects/cppi
Source0: https://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
Source1: https://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz.sig
Source2: %{name}.keyring
BuildRequires: flex
Recommends: %{name}-lang
%description
@ -38,21 +41,22 @@ directive and the following token.
%build
%configure --disable-silent-rules
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
%find_lang %{name}
%check
make check
make %{?_smp_mflags} check
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
%{_bindir}/cppi
%{_mandir}/man1/cppi.1*
%{_mandir}/man1/cppi.1%{ext_man}
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog