From: <den...@us...> - 2010-08-28 22:05:58
|
Revision: 293 http://stdair.svn.sourceforge.net/stdair/?rev=293&view=rev Author: denis_arnaud Date: 2010-08-28 22:05:52 +0000 (Sat, 28 Aug 2010) Log Message: ----------- [Branch 0.3.0] Fixed RPM packaging issues. Modified Paths: -------------- branches/stdair/0.3.0/main/stdair.spec Modified: branches/stdair/0.3.0/main/stdair.spec =================================================================== --- branches/stdair/0.3.0/main/stdair.spec 2010-08-28 21:58:13 UTC (rev 292) +++ branches/stdair/0.3.0/main/stdair.spec 2010-08-28 22:05:52 UTC (rev 293) @@ -101,7 +101,7 @@ %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/aclocal/%{name}.m4 %{_mandir}/man1/%{name}-config.1.* -%{_mandir}/man3/%{name}.3.* +%{_mandir}/man3/%{name}-library.3.* %files doc %defattr(-,root,root,-) @@ -115,3 +115,4 @@ * Wed Jul 13 2010 Son Nguyen Kim <ngu...@gm...> 0.1.0-1 - First RPM release + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-08-29 20:04:47
|
Revision: 295 http://stdair.svn.sourceforge.net/stdair/?rev=295&view=rev Author: denis_arnaud Date: 2010-08-29 20:04:40 +0000 (Sun, 29 Aug 2010) Log Message: ----------- [Branch 0.3.0] Took into account the feedback from the package review (https://bugzilla.redhat.com/show_bug.cgi?id=614036). Modified Paths: -------------- branches/stdair/0.3.0/main/stdair.spec Modified: branches/stdair/0.3.0/main/stdair.spec =================================================================== --- branches/stdair/0.3.0/main/stdair.spec 2010-08-28 22:06:59 UTC (rev 294) +++ branches/stdair/0.3.0/main/stdair.spec 2010-08-29 20:04:40 UTC (rev 295) @@ -15,6 +15,9 @@ BuildRequires: boost-devel BuildRequires: soci-mysql-devel +# When the extracc package will be approved, uncomment the following line +# (see https://bugzilla.redhat.com/show_bug.cgi?id=616881 for more details) +#BuildRequires: extracc-devel BuildRequires: cppunit-devel @@ -41,11 +44,8 @@ %package doc Summary: HTML documentation for the %{name} library Group: Documentation -%if 0%{?fedora} -BuildArch: noarch -BuildRequires: texlive-latex -%endif -%{?el5:BuildRequires: tetex-latex} +%{?fedora:BuildArch: noarch} +BuildRequires: tex(latex) BuildRequires: doxygen, ghostscript %description doc @@ -55,8 +55,10 @@ %prep %setup -q +# The INSTALL package is not relevant for RPM package users +# (e.g., see https://bugzilla.redhat.com/show_bug.cgi?id=489233#c4) +rm -f INSTALL # Fix some permissions and formats -rm -f INSTALL chmod -x AUTHORS ChangeLog COPYING NEWS README find . -type f -name '*.[hc]pp' -exec chmod 644 {} \; @@ -69,15 +71,21 @@ # On Fedora, the BuildRoot is automatically cleaned. Which is not the case for # RedHat. See: https://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag %{?rhel:rm -rf $RPM_BUILD_ROOT} + make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -# remove unpackaged files from the buildroot + +# Remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}.la +# When the extracc package will be approved, the following line has to be removed rm -f $RPM_BUILD_ROOT%{_libdir}/libextracppunit.la + mkdir -p %{mydocs} mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs} +%if 0%{?rhel} %clean rm -rf $RPM_BUILD_ROOT +%endif %post -p /sbin/ldconfig @@ -110,6 +118,9 @@ %changelog +* Sun Aug 29 2010 Son Nguyen Kim <ngu...@gm...> 0.3.0-2 +- Integrated comments from the package review (#614036) + * Sun Aug 29 2010 Son Nguyen Kim <ngu...@gm...> 0.3.0-1 - Upstream update This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-08-29 20:24:35
|
Revision: 297 http://stdair.svn.sourceforge.net/stdair/?rev=297&view=rev Author: denis_arnaud Date: 2010-08-29 20:24:27 +0000 (Sun, 29 Aug 2010) Log Message: ----------- [Branch 0.3.0] Took into account the feedback from the package review (https://bugzilla.redhat.com/show_bug.cgi?id=614036). Modified Paths: -------------- branches/stdair/0.3.0/main/stdair.spec Modified: branches/stdair/0.3.0/main/stdair.spec =================================================================== --- branches/stdair/0.3.0/main/stdair.spec 2010-08-29 20:05:18 UTC (rev 296) +++ branches/stdair/0.3.0/main/stdair.spec 2010-08-29 20:24:27 UTC (rev 297) @@ -3,7 +3,7 @@ # Name: stdair Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ Standard Airline IT Object Library This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-08-29 20:54:12
|
Revision: 298 http://stdair.svn.sourceforge.net/stdair/?rev=298&view=rev Author: denis_arnaud Date: 2010-08-29 20:54:05 +0000 (Sun, 29 Aug 2010) Log Message: ----------- [Branch 0.3.0] Took into account the feedback from the package review (https://bugzilla.redhat.com/show_bug.cgi?id=614036). Modified Paths: -------------- branches/stdair/0.3.0/main/stdair.spec Modified: branches/stdair/0.3.0/main/stdair.spec =================================================================== --- branches/stdair/0.3.0/main/stdair.spec 2010-08-29 20:24:27 UTC (rev 297) +++ branches/stdair/0.3.0/main/stdair.spec 2010-08-29 20:54:05 UTC (rev 298) @@ -102,9 +102,11 @@ %files devel %defattr(-,root,root,-) %{_includedir}/%{name} +# When the extracc package will be approved, the following line has to be removed %{_includedir}/extracppunit %{_bindir}/%{name}-config %{_libdir}/lib%{name}.so +# When the extracc package will be approved, the following line has to be removed %{_libdir}/libextracppunit.so %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/aclocal/%{name}.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |