From: <cla...@us...> - 2010-09-06 13:50:33
|
Revision: 310 http://stdair.svn.sourceforge.net/stdair/?rev=310&view=rev Author: clacombe Date: 2010-09-06 13:50:26 +0000 (Mon, 06 Sep 2010) Log Message: ----------- [Packaging] Replace extracc external ref to dependency Modified Paths: -------------- trunk/stdair/stdair.spec Modified: trunk/stdair/stdair.spec =================================================================== --- trunk/stdair/stdair.spec 2010-09-06 13:46:07 UTC (rev 309) +++ trunk/stdair/stdair.spec 2010-09-06 13:50:26 UTC (rev 310) @@ -15,10 +15,7 @@ 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 +BuildRequires: extracc-devel %description @@ -76,8 +73,6 @@ # 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} @@ -102,12 +97,8 @@ %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 %{_mandir}/man1/%{name}-config.1.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |