a53cad6
Name:		codeblocks
13463d4
Version:	10.05
47238e6
Release:	13%{?dist}
a53cad6
Summary:	An open source, cross platform, free C++ IDE
a53cad6
Group:		Development/Tools
dcb39d4
License:	GPLv3+
a53cad6
URL:		http://www.codeblocks.org/
13463d4
Source0:	http://download.berlios.de/%{name}/%{name}-%{version}-src.tar.bz2
13463d4
BuildRequires:	libtool
13463d4
BuildRequires:	wxGTK-devel >= 2.8.0
13463d4
BuildRequires:	zlib-devel
13463d4
BuildRequires:	bzip2-devel
13463d4
BuildRequires:	tinyxml-devel
0b4573e
BuildRequires:	squirrel-devel
a53cad6
BuildRequires:	zip
a53cad6
BuildRequires:	dos2unix
a53cad6
BuildRequires:	desktop-file-utils
cde338c
Requires:	%{name}-libs = %{version}-%{release}
a53cad6
Requires:	shared-mime-info
cc5848a
Requires:	xterm
13463d4
# use system tinyxml lib
13463d4
Patch1:		%{name}-tinyxml.patch
13463d4
# https://bugzilla.redhat.com/show_bug.cgi?id=565198 (fully fixed in svn rev 6330)
13463d4
Patch2:		%{name}-dso.patch
13463d4
# update for tinyxml 2.6
13463d4
Patch3:		%{name}-tinyxml-26.patch
cc5848a
# D support - svn revisions 6553-6556
47e1e29
Patch4:		%{name}-10.05-D.patch
0b4573e
# use system squirrel library
0b4573e
Patch5:		%{name}-squirrel.patch
0b4573e
# fix build with gcc 4.7
0b4573e
Patch6:		%{name}-gcc47.patch
13463d4
13463d4
%define		pkgdatadir	%{_datadir}/%{name}
13463d4
%define		pkglibdir	%{_libdir}/%{name}
13463d4
%define		plugindir	%{pkglibdir}/plugins
13463d4
13463d4
%filter_provides_in %{plugindir}
13463d4
%filter_setup
8b82582
a53cad6
a53cad6
%description
a53cad6
Code::Blocks is a free C++ IDE built specifically to meet the most demanding
a53cad6
needs of its users. It was designed, right from the start, to be extensible
13463d4
and configurable. Built around a plug-in framework, Code::Blocks can be
13463d4
extended with plug-in DLLs. It includes a plug-in wizard, so you can compile
13463d4
your own plug-ins.
a53cad6
cde338c
%package libs
13463d4
Summary:	Libraries needed to run Code::Blocks and its plug-ins
cde338c
Group:		System Environment/Libraries
cde338c
cde338c
%description libs
13463d4
Libraries needed to run Code::Blocks and its plug-ins.
cde338c
a53cad6
%package devel
13463d4
Summary:	Files needed to build Code::Blocks plug-ins
a53cad6
Group:		Development/Libraries
cde338c
Requires:	%{name}-libs = %{version}-%{release}
a53cad6
a53cad6
%description devel
13463d4
Development files needed to build Code::Blocks plug-ins.
a53cad6
d16ef5e
%package contrib-libs
13463d4
Summary:	Libraries needed to run Code::Blocks contrib plug-ins
d16ef5e
Group:		System Environment/Libraries
d16ef5e
d16ef5e
%description contrib-libs
13463d4
Libraries needed to run Code::Blocks contrib plug-ins.
13463d4
13463d4
%package contrib-devel
13463d4
Summary:	Files needed to build Code::Blocks contrib plug-ins
13463d4
Group:		Development/Libraries
13463d4
Requires:	%{name}-contrib-libs = %{version}-%{release}
13463d4
13463d4
%description contrib-devel
13463d4
Development files needed to build Code::Blocks contrib plug-ins.
d16ef5e
a53cad6
%package contrib
13463d4
Summary:	Additional Code::Blocks plug-ins
a53cad6
Group:		Development/Tools
a53cad6
Requires:	%{name} = %{version}-%{release}
d16ef5e
Requires:	%{name}-contrib-libs = %{version}-%{release}
13463d4
Requires:	cppcheck
13463d4
Requires:	valgrind
a53cad6
a53cad6
%description contrib
13463d4
Additional Code::Blocks plug-ins.
a53cad6
ddb845d
%prep
13463d4
%setup -q -n %{name}-%{version}-release
13463d4
%patch1 -p1 -b .tinyxml
13463d4
%patch2 -p1 -b .dso
13463d4
%patch3 -p1 -b .tinyxml-26
cc5848a
%patch4 -p1 -b .D
0b4573e
%patch5 -p1 -b .squirrel
0b4573e
%patch6 -p1 -b .gcc47
ddb845d
d16ef5e
# convert EOLs
d16ef5e
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 --keepdate &> /dev/null
a53cad6
c5cf6a3
# remove execute bits from source files
c5cf6a3
find src/plugins/contrib/regex_testbed -type f -exec chmod a-x {} ';'
13463d4
find src/plugins/contrib/IncrementalSearch -type f -exec chmod a-x {} ';'
d16ef5e
find src/plugins/compilergcc -type f -exec chmod a-x {} ';'
c5cf6a3
13463d4
# fix version string
13463d4
sed -i 's/-release//g' revision.m4
13463d4
13463d4
# remove resource archives, they are corrupted
13463d4
rm -f src/src/resources/*.zip
13463d4
13463d4
autoreconf -f -i
a53cad6
d16ef5e
%build
0b4573e
# workaround C++ in the sqplus templates (g++ >= 4.7), disable aliasing
0b4573e
%global optflags %{optflags} -fpermissive -fno-strict-aliasing
0b4573e
c5cf6a3
%configure --with-contrib-plugins=all
a53cad6
0b4573e
# remove unbundled stuff
0b4573e
rm -rf src/include/tinyxml src/base/tinyxml
0b4573e
rm -rf src/include/scripting/{include,squirrel,sqstdlib}
0b4573e
rm -rf src/sdk/scripting/{squirrel,sqstdlib}
0b4573e
a53cad6
make %{?_smp_mflags}
a53cad6
a53cad6
%install
a53cad6
d16ef5e
make DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p" install
a53cad6
  
a53cad6
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
13463d4
rm -f $RPM_BUILD_ROOT%{_libdir}/wxSmithContribItems/*.la
a53cad6
rm -f $RPM_BUILD_ROOT%{plugindir}/*.la
a53cad6
47e1e29
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
d16ef5e
	$RPM_BUILD_ROOT%{_datadir}/applications/codeblocks.desktop
d16ef5e
d16ef5e
# set a fixed timestamp (source archive creation) to generated resource archives
d16ef5e
touch -r %{SOURCE0} $RPM_BUILD_ROOT%{pkgdatadir}/*.zip
a53cad6
13463d4
# generate linker config file for wxSmithContribItems libraries
13463d4
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d
13463d4
echo "%{_libdir}/wxSmithContribItems" > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/%{name}-contrib-%{_arch}.conf
13463d4
a53cad6
%post
a53cad6
update-mime-database /usr/share/mime &> /dev/null || :
a53cad6
a53cad6
%postun
a53cad6
update-mime-database /usr/share/mime &> /dev/null || :
a53cad6
cde338c
%post libs -p /sbin/ldconfig
cde338c
cde338c
%postun libs -p /sbin/ldconfig
cde338c
d16ef5e
%post contrib-libs -p /sbin/ldconfig
c5cf6a3
d16ef5e
%postun contrib-libs -p /sbin/ldconfig
c5cf6a3
a53cad6
%files
ad3dd31
%doc README AUTHORS BUGS COMPILERS NEWS ChangeLog
a53cad6
a53cad6
%{_bindir}/*
a53cad6
%{_mandir}/man1/*.gz
a53cad6
a53cad6
%dir %{pkglibdir}
a53cad6
%dir %{plugindir}
a53cad6
%{plugindir}/libastyle.so
a53cad6
%{plugindir}/libautosave.so
a53cad6
%{plugindir}/libclasswizard.so
a53cad6
%{plugindir}/libcodecompletion.so
a53cad6
%{plugindir}/libcompiler.so
65ab042
%{plugindir}/libdebugger.so
a53cad6
%{plugindir}/libdefaultmimehandler.so
d16ef5e
%{plugindir}/libopenfileslist.so
c5cf6a3
%{plugindir}/libprojectsimporter.so
a53cad6
%{plugindir}/libscriptedwizard.so
a53cad6
%{plugindir}/libtodo.so
a53cad6
47e1e29
%{_datadir}/applications/%{name}.desktop
13463d4
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
f8b6f4b
%{_datadir}/mime/packages/%{name}.xml
f8b6f4b
%{_datadir}/pixmaps/%{name}.png
a53cad6
a53cad6
%dir %{pkgdatadir}
5a89724
%{pkgdatadir}/icons
5a89724
%dir %{pkgdatadir}/images
a53cad6
%{pkgdatadir}/images/*.png
5a89724
%{pkgdatadir}/images/16x16
5a89724
%{pkgdatadir}/images/codecompletion
5a89724
%{pkgdatadir}/images/settings
5a89724
%{pkgdatadir}/lexers
5a89724
%{pkgdatadir}/scripts
5a89724
%{pkgdatadir}/templates
a53cad6
%{pkgdatadir}/astyle.zip
a53cad6
%{pkgdatadir}/autosave.zip
65ab042
%{pkgdatadir}/classwizard.zip
65ab042
%{pkgdatadir}/codecompletion.zip
65ab042
%{pkgdatadir}/compiler.zip
65ab042
%{pkgdatadir}/debugger.zip
a53cad6
%{pkgdatadir}/defaultmimehandler.zip
a53cad6
%{pkgdatadir}/manager_resources.zip
d16ef5e
%{pkgdatadir}/openfileslist.zip
c5cf6a3
%{pkgdatadir}/projectsimporter.zip
a53cad6
%{pkgdatadir}/resources.zip
65ab042
%{pkgdatadir}/scriptedwizard.zip
a53cad6
%{pkgdatadir}/start_here.zip
a53cad6
%{pkgdatadir}/todo.zip
a53cad6
%{pkgdatadir}/tips.txt
a53cad6
cde338c
%files libs
ad3dd31
%doc COPYING
c5cf6a3
%{_libdir}/lib%{name}.so.*
cde338c
a53cad6
%files devel
a53cad6
%{_includedir}/%{name}
c5cf6a3
%{_libdir}/lib%{name}.so
a53cad6
%{_libdir}/pkgconfig/%{name}.pc
a53cad6
d16ef5e
%files contrib-libs
13463d4
%{_sysconfdir}/ld.so.conf.d/%{name}-contrib-%{_arch}.conf
c5cf6a3
%{_libdir}/libwxsmithlib.so.*
13463d4
%{_libdir}/wxSmithContribItems/*.so.*
c5cf6a3
%exclude %{_libdir}/libwxsmithlib.so
c5cf6a3
13463d4
%files contrib-devel
13463d4
%{_includedir}/wxsmith
13463d4
%{_includedir}/wxSmithContribItems
13463d4
%{_libdir}/wxSmithContribItems/*.so
13463d4
%{_libdir}/pkgconfig/wxsmith.pc
13463d4
%{_libdir}/pkgconfig/wxsmithaui.pc
13463d4
%{_libdir}/pkgconfig/wxsmith-contrib.pc
13463d4
d16ef5e
%files contrib
d16ef5e
%{pkgdatadir}/AutoVersioning.zip
dcb39d4
%{pkgdatadir}/BrowseTracker.zip
13463d4
%{pkgdatadir}/Cccc.zip
13463d4
%{pkgdatadir}/CppCheck.zip
13463d4
%{pkgdatadir}/HexEditor.zip
13463d4
%{pkgdatadir}/IncrementalSearch.zip
13463d4
%{pkgdatadir}/MouseSap.zip
6558725
%{pkgdatadir}/ThreadSearch.zip
13463d4
%{pkgdatadir}/Valgrind.zip
65ab042
%{pkgdatadir}/byogames.zip
65ab042
%{pkgdatadir}/cb_koders.zip
65ab042
%{pkgdatadir}/codesnippets.zip
a53cad6
%{pkgdatadir}/codestat.zip
13463d4
%{pkgdatadir}/copystrings.zip
65ab042
%{pkgdatadir}/dragscroll.zip
a53cad6
%{pkgdatadir}/envvars.zip
65ab042
%{pkgdatadir}/exporter.zip
13463d4
%{pkgdatadir}/headerfixup.zip
a53cad6
%{pkgdatadir}/help_plugin.zip
65ab042
%{pkgdatadir}/keybinder.zip
5a89724
%{pkgdatadir}/lib_finder.zip
5a89724
%{pkgdatadir}/Profiler.zip
c253288
%{pkgdatadir}/RegExTestbed.zip
5a89724
%{pkgdatadir}/SymTab.zip
a53cad6
%{pkgdatadir}/wxsmith.zip
13463d4
%{pkgdatadir}/wxSmithAui.zip
c5cf6a3
%{pkgdatadir}/wxsmithcontribitems.zip
6558725
%{pkgdatadir}/images/ThreadSearch
a53cad6
%{pkgdatadir}/images/codesnippets
a53cad6
%{pkgdatadir}/images/wxsmith
6558725
%{pkgdatadir}/lib_finder
a53cad6
d16ef5e
%{plugindir}/libAutoVersioning.so
dcb39d4
%{plugindir}/libBrowseTracker.so
13463d4
%{plugindir}/libCccc.so
13463d4
%{plugindir}/libCppCheck.so
13463d4
%{plugindir}/libHexEditor.so
13463d4
%{plugindir}/libIncrementalSearch.so
13463d4
%{plugindir}/libMouseSap.so
6558725
%{plugindir}/libThreadSearch.so
13463d4
%{plugindir}/libValgrind.so
a53cad6
%{plugindir}/libbyogames.so
a53cad6
%{plugindir}/libcb_koders.so
a53cad6
%{plugindir}/libcodesnippets.so
a53cad6
%{plugindir}/libcodestat.so
13463d4
%{plugindir}/libcopystrings.so
a53cad6
%{plugindir}/libdragscroll.so
a53cad6
%{plugindir}/libenvvars.so
a53cad6
%{plugindir}/libexporter.so
13463d4
%{plugindir}/libheaderfixup.so
a53cad6
%{plugindir}/libhelp_plugin.so
a53cad6
%{plugindir}/libkeybinder.so
5a89724
%{plugindir}/liblib_finder.so
5a89724
%{plugindir}/libProfiler.so
c253288
%{plugindir}/libRegExTestbed.so
5a89724
%{plugindir}/libSymTab.so
a53cad6
%{plugindir}/libwxsmith.so
13463d4
%{plugindir}/libwxSmithAui.so
c5cf6a3
%{plugindir}/libwxsmithcontribitems.so
a53cad6
a53cad6
%changelog
47238e6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.05-13
47238e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
47238e6
47e1e29
* Tue Feb 19 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 10.05-12
47e1e29
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
47e1e29
- clean up spec to follow current guidelines
47e1e29
c981525
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.05-11
c981525
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c981525
cfdeeb2
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.05-10
cfdeeb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cfdeeb2
0b4573e
* Tue May 22 2012 Dan Horák <dan@danny.cz> - 10.05-9
0b4573e
- build with system squirrel
0b4573e
- fix FTBFS with g++ 4.7 (#823697)
0b4573e
7fcb6dd
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.05-8
7fcb6dd
- Rebuilt for c++ ABI breakage
7fcb6dd
1b85735
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.05-7
1b85735
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1b85735
6771d64
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 10.05-6
6771d64
- Rebuild for new libpng
6771d64
06e3a89
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.05-5
06e3a89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
06e3a89
cc5848a
* Sat Aug 28 2010 Dan Horák <dan@danny.cz> - 10.05-4
cc5848a
- xterm is the default terminal application, added as Requires (#622753)
cc5848a
- backport D language support from trunk (http://fedoraproject.org/wiki/Features/D_Programming)
cc5848a
d3934f8
* Mon Jul 12 2010 Dan Horák <dan@danny.cz> - 10.05-3
d3934f8
- rebuilt against wxGTK-2.8.11-2
d3934f8
ad3dd31
* Thu Jul  8 2010 Dan Horák <dan[at]danny.cz> - 10.05-2
ad3dd31
- moved license text into -libs subpackage
ad3dd31
13463d4
* Sun Jun 27 2010 Dan Horák <dan[at]danny.cz> - 10.05-1
13463d4
- updated to 10.05 release
13463d4
2b1463f
* Sat Feb 13 2010 Dan Horák <dan[at]danny.cz> - 8.02-10
2b1463f
- fixed linking with the new --no-add-needed default (#564644)
2b1463f
760394e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.02-9
760394e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
760394e
91af759
* Mon Jun 15 2009 Dan Horák <dan[at]danny.cz> 8.02-8
91af759
- fix gsocket between glib >= 2.21 and wxGTK in rawhide
91af759
e555e63
* Sat Feb 28 2009 Dan Horák <dan[at]danny.cz> 8.02-7
e555e63
- update desktop file (#487796)
e555e63
ebd5d54
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.02-6
ebd5d54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ebd5d54
8b82582
* Wed Feb 18 2009 Dan Horak <dan[at]danny.cz> 8.02-5
8b82582
- fix compile error with gcc 4.4/glibc 2.9.90
8b82582
522d40a
* Fri Oct 31 2008 Dan Horak <dan[at]danny.cz> 8.02-4
522d40a
- fix gcc detection (#469096)
522d40a
6e6a0cb
* Sat Sep 20 2008 Dan Horak <dan[at]danny.cz> 8.02-3
6e6a0cb
- update desktop file
6e6a0cb
- fix running console applications (#461120)
6e6a0cb
bbfd65d
* Fri Aug 29 2008 Dan Horak <dan[at]danny.cz> 8.02-2
bbfd65d
- refresh patches
bbfd65d
dcb39d4
* Sun Mar  2 2008 Dan Horak <dan[at]danny.cz> 8.02-1
dcb39d4
- update to stable release 8.02
dcb39d4
- update BR to use system libraries
dcb39d4
8fb88f3
* Mon Feb 18 2008 Dan Horak <dan[at]danny.cz> 1.0-0.30.20080211svn4872
8fb88f3
- update to revision 4872
8fb88f3
- really fix the multilib problem with the contrib subpackage (#433124)
8fb88f3
6558725
* Sun Feb 10 2008 Dan Horak <dan[at]danny.cz> 1.0-0.29.20080209svn4868
6558725
- update to revision 4868
6558725
d16ef5e
* Tue Dec 11 2007 Dan Horak <dan[at]danny.cz> 1.0-0.28.20071210svn4719
d16ef5e
- update to revision 4719
d16ef5e
- fix multiarch problem with contrib subpackage (#340911)
d16ef5e
- set a fixed timestamp on all installed data files
d16ef5e
- preserve timestamps on updated files
d16ef5e
ddb845d
* Wed Aug 29 2007 Dan Horak <dan[at]danny.cz> 1.0-0.27.20070828svn4413
ddb845d
- update to revision 4413
ddb845d
- update the License tag
ddb845d
022fe03
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0-0.26.20070718svn4280
ddb845d
- Rebuild for selinux ppc32 issue (F8).
022fe03
c5cf6a3
* Thu Jul 19 2007 Dan Horak <dan[at]danny.cz> 1.0-0.25.20070718svn4280
c5cf6a3
- update to revision 4280
c5cf6a3
- added missing ldconfig call for the contrib subpackage
c5cf6a3
- fix permissions for source files
c5cf6a3
f8b6f4b
* Sat Apr  7 2007 Dan Horak <dan[at]danny.cz> 1.0-0.24.20070406svn3816
f8b6f4b
- update to revision 3816
f8b6f4b
e0d38cd
* Tue Feb 13 2007 Dan Horak <dan[at]danny.cz> 1.0-0.23.20070211svn3592
e0d38cd
- update the autorev.patch
e0d38cd
cde338c
* Tue Feb 13 2007 Dan Horak <dan[at]danny.cz> 1.0-0.22.20070211svn3592
cde338c
- update to revision 3592
cde338c
- added patch for New Project wizard with wxGTK 2.8 (#225058)
cde338c
- created -libs subpackage to make package multilib-aware (#228356)
cde338c
c0e5618
* Fri Jan 26 2007 Dan Horak <dan[at]danny.cz> 1.0-0.21.20070125svn3540
c0e5618
- update the listbook.patch
c0e5618
d8f4253
* Fri Jan 26 2007 Dan Horak <dan[at]danny.cz> 1.0-0.20.20070125svn3540
d8f4253
- update to revision 3540
d8f4253
41f3d7e
* Thu Jan 18 2007 Dan Horak <dan[at]danny.cz> 1.0-0.19.20070117svn3500
41f3d7e
- update to revision 3500
41f3d7e
- added patch for compiling with wxGTK 2.8
41f3d7e
41f3d7e
* Fri Dec  8 2006 Dan Horak <dan[at]danny.cz> 1.0-0.18.20061207svn3357
d91657b
- update to revision 3357
d91657b
c253288
* Thu Nov 30 2006 Dan Horak <dan[at]danny.cz> 1.0-0.17.20061130svn3315
c253288
- update to revision 3315
c253288
9600f0e
* Tue Nov 28 2006 Dan Horak <dan[at]danny.cz> 1.0-0.16.20061128svn3295
9600f0e
- update to revision 3295
9600f0e
16469c2
* Sat Nov 25 2006 Dan Horak <dan[at]danny.cz> 1.0-0.15.20061125svn3268
16469c2
- update to revision 3268
16469c2
- fixes #217081
16469c2
1d4edb2
* Tue Nov 21 2006 Dan Horak <dan[at]danny.cz> 1.0-0.14.20061121svn3253
1d4edb2
- update to revision 3253
1d4edb2
8afd302
* Fri Nov 10 2006 Dan Horak <dan[at]danny.cz> 1.0-0.13.20061110svn3202
8afd302
- update to revision 3202
8afd302
- fixed plugin loading on 64-bit platforms
8afd302
8afd302
* Fri Nov  3 2006 Dan Horak <dan[at]danny.cz> 1.0-0.12.20061102svn3170
aea8489
- update to revision 3170
aea8489
5a89724
* Mon Oct 30 2006 Dan Horak <dan[at]danny.cz> 1.0-0.11.20061029svn3157
5a89724
- update to revision 3157
5a89724
- kill rpath in the spec file using sed
5a89724
- fix directory ownership
5a89724
65ab042
* Sun Oct  8 2006 Dan Horak <dan[at]danny.cz> 1.0-0.10.20061007svn3030
65ab042
- update to revision 3030
65ab042
- change the install paths for plugins in the spec file
65ab042
a53cad6
* Wed Sep 13 2006 Dan Horak <dan[at]danny.cz> 1.0-0.9.20060909svn2965
a53cad6
- do not require .svn directories for building
a53cad6
a53cad6
* Sun Sep 10 2006 Dan Horak <dan[at]danny.cz> 1.0-0.8.20060909svn2965
a53cad6
- update to revision 2965
a53cad6
- use %%configure macro
a53cad6
- properly install the desktop file
a53cad6
- update the mime database after install and uninstall
a53cad6
- do not own only %%{_libdir}/codeblock/plugins, but also %%{_libdir}/codeblock
a53cad6
- added a script for retrieving and packing a revision from the SVN repo
a53cad6
a53cad6
* Sun Sep  3 2006 Dan Horak <dan[at]danny.cz> 1.0-0.7.20060902svn2944
a53cad6
- update to revision 2944
a53cad6
a53cad6
* Sun Aug 20 2006 Dan Horak <dan[at]danny.cz> 1.0-0.6.20060820svn2882
a53cad6
- update to revision 2882
a53cad6
- added missing Requires for devel subpackage
a53cad6
a53cad6
* Wed Aug 16 2006 Dan Horak <dan[at]danny.cz> 1.0-0.5.20060815svn2854
a53cad6
- update to revision 2854
a53cad6
a53cad6
* Wed Aug 16 2006 Dan Horak <dan[at]danny.cz> 1.0-0.4.20060812svn2840
a53cad6
- make setup section quiet
a53cad6
- use only tabs for indentation
a53cad6
a53cad6
* Tue Aug 15 2006 Dan Horak <dan[at]danny.cz> 1.0-0.3.20060812svn2840
a53cad6
- define libdir in configure
a53cad6
a53cad6
* Sun Aug 13 2006 Dan Horak <dan[at]danny.cz> 1.0-0.2.20060812svn2840
a53cad6
- update to revision 2840
a53cad6
- added BR for autotools
a53cad6
a53cad6
* Tue Aug 08 2006 Dan Horak <dan[at]danny.cz> 1.0-0.1.2824svn
a53cad6
- initial spec file based on upstream