Accepting request 390835 from devel:openSUSE:Factory
1 OBS-URL: https://build.opensuse.org/request/show/390835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cppi?expand=0&rev=8
This commit is contained in:
commit
6133576ab8
19
cppi-1.18.tar.xz.sig
Normal file
19
cppi-1.18.tar.xz.sig
Normal 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-----
|
@ -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
|
Sun Jan 4 14:28:46 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
3407
cppi.keyring
Normal file
3407
cppi.keyring
Normal file
File diff suppressed because it is too large
Load Diff
18
cppi.spec
18
cppi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cppi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,8 +22,11 @@ Release: 0
|
|||||||
Summary: C preprocessor directive indenter
|
Summary: C preprocessor directive indenter
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: http://savannah.gnu.org/projects/cppi/
|
Url: https://savannah.gnu.org/projects/cppi
|
||||||
Source0: http://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
|
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
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,21 +41,22 @@ directive and the following token.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
%configure --disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%make_install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
|
%doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
|
||||||
%{_bindir}/cppi
|
%{_bindir}/cppi
|
||||||
%{_mandir}/man1/cppi.1*
|
%{_mandir}/man1/cppi.1%{ext_man}
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user