]> git.pld-linux.org Git - packages/cppcheck.git/commitdiff
- updated to 1.72 master auto/th/cppcheck-1.72-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Jan 2016 15:40:00 +0000 (16:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Jan 2016 15:40:00 +0000 (16:40 +0100)
- updated translations patch

cppcheck-translations.patch
cppcheck.spec

index cfbbd49ce9745b43085d50bb5fb14bddd227c34b..7a353ac47a57e8bb6407369aceadd10f292c80c6 100644 (file)
@@ -1,11 +1,10 @@
-diff -up cppcheck-1.70/gui/CMakeLists.txt.translations cppcheck-1.70/gui/CMakeLists.txt
---- cppcheck-1.70/gui/CMakeLists.txt.translations      2015-11-05 11:37:19.343945331 -0800
-+++ cppcheck-1.70/gui/CMakeLists.txt   2015-11-05 11:37:19.344945349 -0800
-@@ -26,7 +26,7 @@ if (BUILD_GUI)
-     add_executable(cppcheck-gui ${hdrs} ${srcs} ${uis_hdrs} ${resources} ${qms})
+--- cppcheck-1.72/gui/CMakeLists.txt.orig      2016-01-11 15:46:49.455670218 +0100
++++ cppcheck-1.72/gui/CMakeLists.txt   2016-01-11 15:50:01.915662141 +0100
+@@ -29,7 +29,7 @@
  
-     install(TARGETS cppcheck-gui RUNTIME DESTINATION bin COMPONENT applications)
--    install(FILES ${qms} DESTINATION bin COMPONENT applications)
+     install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications)
+-    install(FILES ${qms} DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications)
 +    install(FILES ${qms} DESTINATION share/${PROJECT_NAME}/lang/ COMPONENT applications)
  
      set(CMAKE_AUTOMOC OFF)
index 66edcac47dc8eee36e69488d0c34412e49e66d40..bc0770c2fc6af3fe21611a96f8aadcebdaac8a6c 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       Tool for static C/C++ code analysis
 Summary(pl.UTF-8):     NarzÄ™dzie do statycznej analizy kodu w C/C++
 Name:          cppcheck
-Version:       1.71
+Version:       1.72
 Release:       1
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       http://downloads.sourceforge.net/cppcheck/%{name}-%{version}.tar.bz2
-# Source0-md5: e8400409101e60d81cc10418744f8b29
+# Source0-md5: 2bd36f91ae0191ef5273bb7f6dc0d72e
 Patch0:                %{name}-gui-paths.patch
 Patch1:                %{name}-translations.patch
 URL:           http://cppcheck.sourceforge.net/
@@ -86,9 +86,6 @@ cd build
 
 install -Dp ../cppcheck.1 $RPM_BUILD_ROOT%{_mandir}/man1/cppcheck.1
 
-%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/CppCheck
-%{__rm} -r $RPM_BUILD_ROOT/usr/lib/lib*.a
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.10162 seconds and 4 git commands to generate.