[cproto] Rebuilt for new upstream release 4.7l

Filipe Rosset filiperosset at fedoraproject.org
Sun May 18 01:59:05 UTC 2014


commit 76aea787798806d1eb8a8763d0bca9730a581fdf
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Sat May 17 22:59:00 2014 -0300

    Rebuilt for new upstream release 4.7l
    
    - spec cleanup, added checks to package, fixes rhbz #1023694

 .gitignore  |    1 +
 cproto.spec |   25 ++++++++++++-------------
 sources     |    2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3f969e..3d48ac0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cproto-4.7j.tgz
+/cproto-4.7l.tgz
diff --git a/cproto.spec b/cproto.spec
index 4055285..c3a4623 100644
--- a/cproto.spec
+++ b/cproto.spec
@@ -1,7 +1,7 @@
 Summary: Generates function prototypes and variable declarations from C code
 Name: cproto
-Version: 4.7j
-Release: 6%{?dist}
+Version: 4.7l
+Release: 1%{?dist}
 License: Public Domain
 Group: Development/Tools
 Source: ftp://invisible-island.net/cproto/cproto-%{version}.tgz
@@ -22,27 +22,26 @@ definitions as much as other prototype generators.
 %setup -q
 
 %build
-export CPP="/lib/cpp"
-export CPPFLAGS="-DOPT_LINTLIBRARY $RPM_OPT_FLAGS"
-export CFLAGS="-DOPT_LINTLIBRARY $RPM_OPT_FLAGS"
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
-make install mandir=$RPM_BUILD_ROOT/%{_mandir} bindir=$RPM_BUILD_ROOT/%{_bindir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%check
+make %{?_smp_mflags} check
 
 %files
-%defattr(-,root,root)
-%doc CHANGES README
+%doc AUTHORS CHANGES MANIFEST README
 %{_prefix}/bin/cproto
 %{_mandir}/man1/cproto.*
 
 %changelog
+* Sun May 18 2014 Filipe Rosset <rosset.filipe at gmail.com> - 4.7l-1
+- Rebuilt for new upstream release 4.7l
+- spec cleanup, added checks to package, fixes rhbz #1023694
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.7j-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -168,7 +167,7 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Dec 01 2000 Bill Nottingham <notting at redhat.com>
 - rebuild because of broken fileutils
 
-* Mon Oct 13 2000 Bill Nottingham <notting at redhat.com>
+* Fri Oct 13 2000 Bill Nottingham <notting at redhat.com>
 - use /lib/cpp, not gcc -E, again (#20535)
 
 * Wed Jul 12 2000 Prospector <bugzilla at redhat.com>
diff --git a/sources b/sources
index 702317d..3b47dca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5681de39a2761b1519b7eb1d1e6706c2  cproto-4.7j.tgz
+ccf6aa22afd35eb5f0185b0d32030293  cproto-4.7l.tgz


More information about the scm-commits mailing list