]> git.pld-linux.org Git - packages/codeblocks.git/commitdiff
- use only patching for FHS fixes (not patching and sed'ing)
authortwittner <twittner@pld-linux.org>
Thu, 8 Dec 2005 18:00:02 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed -fhs.patch (keep in sync PLUGINDIR and @plugin_dirs@ path)
- rel. 0.4

Changed files:
    codeblocks.spec -> 1.7

codeblocks.spec

index 5185d23b4308041109e61c7952111539cc3a39b3..4741711ef3ae01d81510d140002f57e9a4585f88 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Wieloplatformowe, darmowe IDE do C++ o otwartych 
 Name:          codeblocks
 Version:       1.0
 %define                _rc     rc2
-Release:       0.%{_rc}.0.3
+Release:       0.%{_rc}.0.4
 License:       GPL
 Group:         Development/Languages
 Source0:       http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz
@@ -111,11 +111,10 @@ Cechy interfejsu:
 
 %prep
 %setup -q -n %{name}-%{version}%{_rc}
-%patch0 -p1
-%patch1 -p1
 find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" -and -not -name "*.c" -and -not -name "*.cxx" -and -not -name "*.ico" | sed "s/.*/\"\\0\"/" | xargs dos2unix
 chmod a+x acinclude.m4 src/update
-find . -name "Makefile.am" -exec %{__sed} -i "s@libdir = \$(pkgdatadir)/plugins@libdir = %{_pluginsdir}@" '{}' ';'
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.131819 seconds and 4 git commands to generate.