monodevelop-vl.spec 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. %define mono_dir %(/usr/bin/monodir)
  2. Summary: A Full-Featured IDE for Mono and Gtk#
  3. Summary(ja): Gtk# 版 Mono 統合開発環境
  4. Name: monodevelop
  5. Version: 2.4.2
  6. Release: 1%{?_dist_release}
  7. License: LGPL2.1
  8. Group: Applications/Development
  9. BuildArch: noarch
  10. URL: http://www.monodevelop.org/
  11. Source: http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Requires: mono-core >= 2.6.1
  14. Requires: monodoc >= 2.6.1
  15. Requires: gtk-sharp2 >= 2.12.8
  16. Requires: gtksourceview-sharp2 >= 0.10
  17. Requires: mono-addins
  18. Requires: mono-basic
  19. Requires: mono-web
  20. Requires: xsp
  21. Requires: pkgconfig
  22. PreReq: shared-mime-info
  23. BuildRequires: mono-devel mono-basic mono-nunit monodoc
  24. BuildRequires: gconf-sharp2 gtk-sharp2-gapi gtksourceview-sharp2
  25. BuildRequires: xsp mono-addins
  26. BuildRequires: intltool perl-XML-Parser shared-mime-info
  27. %description
  28. MonoDevelop is intended to be a full-featured integrated development
  29. environment (IDE) for mono and Gtk#. It was originally a port of
  30. SharpDevelop 0.98. See http://monodevelop.com/ for more information.
  31. %description -l ja
  32. MonoDevelop は mono と Gtk# のすべての機能を取り込んだ統合 IDE 環境を
  33. 提供しようと考えてます。元は SharpDevelop 0.98 です。
  34. より詳しい説明は http://monodevelop.com/ をご覧ください。
  35. %prep
  36. %setup -q
  37. %build
  38. export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
  39. ./configure \
  40. --prefix=%{_prefix} \
  41. --enable-subversion \
  42. --enable-monoextensions \
  43. --enable-aspnet \
  44. --disable-update-mimedb \
  45. --disable-update-desktopdb
  46. make
  47. %install
  48. rm -rf $RPM_BUILD_ROOT
  49. export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
  50. make install DESTDIR=$RPM_BUILD_ROOT \
  51. GACUTIL_FLAGS="/package monodevelop /root ${RPM_BUILD_ROOT}%{_libdif}"
  52. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig
  53. mv $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
  54. %find_lang %{name}
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %post
  58. update-mime-database /usr/share/mime >/dev/null || :
  59. %postun
  60. update-mime-database /usr/share/mime >/dev/null || :
  61. %files -f %{name}.lang
  62. %defattr(-,root,root)
  63. %{_prefix}/bin/*
  64. %{_prefix}/lib/monodevelop
  65. %{_datadir}/applications/monodevelop.desktop
  66. %{_datadir}/mime/packages/monodevelop.xml
  67. %{_datadir}/icons/hicolor/*/apps/monodevelop.png
  68. %{_datadir}/icons/hicolor/scalable/apps/monodevelop.svg
  69. %{_datadir}/pkgconfig/monodevelop.pc
  70. %{_datadir}/pkgconfig/monodevelop-core-addins.pc
  71. %{_mandir}/man1/mdtool.1.gz
  72. %{_mandir}/man1/monodevelop.1.gz
  73. %changelog
  74. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.4.2-1
  75. - updated monodevelop to 2.4.2
  76. * Sun Nov 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.4.1-1
  77. - updated monodevelop to 2.4.1
  78. * Sat Oct 09 2010 Shu KONNO <owa@bg.wakwak.com> 2.4-4
  79. - rebuilt with mono-2.8
  80. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.4-3
  81. - rebuilt with rpm-4.8.1 for pkg-config
  82. * Mon Jul 26 2010 Shu KONNO <owa@bg.wakwak.com> 2.4-2
  83. - rebuild with mono-addins-0.5
  84. * Thu Jun 17 2010 Shu KONNO <owa@bg.wakwak.com> 2.4-1
  85. - updated monodevelop to 2.4
  86. - changed source url
  87. * Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.2-1
  88. - updated monodevelop to 2.2.2
  89. * Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.2-1
  90. - updated monodevelop to 2.2
  91. - changed licencse to LGPL2.1
  92. * Mon Jul 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.0-4
  93. - added description in japanease
  94. * Wed Jul 08 2009 Shu KONNO <owa@bg.wakwak.com> 2.0-3
  95. - rebuilt with latest rpm to update mono-dependencies
  96. * Sun Apr 19 2009 Shu KONNO <owa@bg.wakwak.com> 2.0-2
  97. - changed Group to Applications/Development
  98. * Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.0-1
  99. - updated monodevelop to 2.0
  100. * Mon Dec 29 2008 Shu KONNO <owa@bg.wakwak.com> 1.9.1-1
  101. - updated monodevelop to 1.9.1
  102. - rebuilt with mono-2.0.1
  103. * Wed Sep 17 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1
  104. - initial build for VineSeed
  105. - applied vine versioning policy
  106. - added japanese summary
  107. - spec in utf-8
  108. * Wed Apr 9 2008 wberrier@suse.de
  109. - Remove vte-sharp2 from build requires. It's not needed,
  110. and that package doesn't exist anymore.
  111. * Wed Mar 26 2008 wberrier@suse.de
  112. - Update to 1.0
  113. - Bug fixes:
  114. - MD Crashes when you drag a menu inside its own submenu
  115. (bnc#363865)
  116. - Monodevelop and stetic destroy forms (bnc#362596)
  117. - Problem with subclassing any container widget (bnc#361650)
  118. - Version Control doesn't behave propertly (bnc#363858)
  119. - Comment and uncomment function (bnc#325469)
  120. - Create Package fails on projects with translations (bnc#362567)
  121. - Exception with null arguments or nonexistant paths when
  122. compiling/cleaning C project (bnc#361045)
  123. - MonoDevelop crashes when creating/opening C++ Console Project
  124. (bnc#359567)
  125. - Build Output autohide button missing (bnc#368436)
  126. - Have to hit esc twice to close the file/new file dialog
  127. (bnc#358361)
  128. - Changes in 0.19 (1.0 RC1)
  129. - Will use 2.0 runtime as default
  130. - Icons have been tango-ified
  131. - More than 85 bugs fixed
  132. * Mon Jan 14 2008 wberrier@suse.de
  133. - Fixed .desktop file to adhear to standards
  134. - Fix naming of Slovenian translation
  135. - Update to 0.18
  136. - packaging split (database, boo, and java in separate packages)
  137. - Improved Dock Manager
  138. - Circa 75 bugfixes
  139. - Update to 0.17
  140. - Deployment of ASP.NET projects
  141. - Support for VS 2005 Web Application projects
  142. - ASP.NET Codebehind Generation Improvements
  143. - Generation of Satellite Assemblies
  144. - Makefile generation improvements
  145. - Various other IDE enhancements
  146. - Circa 90 bugfixes
  147. * Wed Oct 10 2007 wberrier@suse.de
  148. - Don't use fdupes afterall (fails build)
  149. * Tue Oct 9 2007 wberrier@suse.de
  150. - Update to 0.16
  151. - C/C++ Support
  152. - New Database Add-in
  153. - Text editor improvements
  154. - On-the-fly error underlining
  155. - Auto-generation of XML comment tags
  156. - New ASP.NET features
  157. - Multiple GTK# versions
  158. - ChangeLog add-in
  159. - More than 100 bugs fixed
  160. * Mon Sep 24 2007 wberrier@suse.de
  161. - monodevelop-fix_kde_crash_r86138.patch: fix #309204
  162. * Fri Aug 3 2007 maw@suse.de
  163. - Use %%fdupes.
  164. * Fri Aug 3 2007 wberrier@suse.de
  165. - Remove upstream monodevelop-rename_ja_JP.patch
  166. - Update to 0.15
  167. - Configurable keybindings
  168. - Output pad pinning
  169. - Makefile integration
  170. - Standard header support for source files
  171. - Localization add-in preview
  172. - Text editor improvements
  173. - Updated gtk# designer (support for gtk# 2.8 and 2.10 widgets)
  174. - Assembly signing
  175. - Message log for internal messages
  176. - More than 60 bugs fixed
  177. * Thu Jun 14 2007 wberrier@novell.com
  178. - Put ja_JP locale files in valid location
  179. (monodevelop-rename_ja_JP.patch)
  180. - Update to 0.14
  181. - Improved Toolbox and Properties pad
  182. - Subversion add-in updates
  183. - auth prompts
  184. - supports newer versions of subversion
  185. - New refactory operations:
  186. - rename
  187. - implement interface
  188. - encapsulate field
  189. - Search by filename or classname in Open Solution File Dialog
  190. - New class and member selector when browsing source
  191. - Improved smart indenting for C#
  192. - Project export/conversion
  193. - Packaging features: automatic bundling of an app
  194. - Desktop integration: automatically generate shell wrappers,
  195. .desktop and .pc files
  196. - Improved New Project dialog
  197. - New Navigation Toolbar
  198. - Gtk# Designer updates:
  199. - better widget defaults
  200. - supports internal and custom widgets
  201. - images assigned to widgets are automatically added to project
  202. - Can add file to project while creating them
  203. - Improved VS2005 support and VS integration
  204. - VB.Net support utilizes new vbnc compiler
  205. - Close to 100 bugs fixed
  206. * Wed May 16 2007 wberrier@novell.com
  207. - Remove gtkhtml2-devel from BuildRequires (not needed, allows
  208. building on sle10)
  209. * Tue Apr 24 2007 wberrier@novell.com
  210. - Depend on version of boo found at build time
  211. * Fri Apr 13 2007 wberrier@novell.com
  212. - add %%debug_package so debug packages get created
  213. * Wed Apr 11 2007 wberrier@novell.com
  214. - Add mono dep/req for older distros
  215. * Thu Apr 5 2007 wberrier@suse.de
  216. - Update to 0.13.1:
  217. - Bugfix release to fix some asp.net compilation issues
  218. - Adapt for buildservice
  219. - Clean up unnecessary BuildRequires
  220. * Thu Mar 1 2007 wberrier@suse.de
  221. - Update to 0.13:
  222. - More than 70 bugs fixed
  223. - Revamped VersionControl addin
  224. - New task view features (TODO type lists)
  225. - Code completion improvements and fixes
  226. - Native support for VisualStudio 2005 Project files
  227. - Custom commands in projects
  228. - Makefile integration
  229. - New Generic Project Type
  230. - New Deployment infrastruction
  231. - Automatic project reloading when changes in files detected
  232. while the project is open
  233. - Gtk# designer improvements (Undo/Redo support)
  234. - Context sensitive help for classes when F1 is pressed
  235. - Support for Win32Icon and Win32Resource options in C# projects
  236. - New Layout toolbar which includes a combobox for fast layout
  237. switching
  238. - Support for files outside of a project directory
  239. - Editor wrap mode selector
  240. - File viewer selector (possible to have multiple viewers for
  241. a filetype)
  242. - Improvements in ASP.NET support:
  243. - added a new option that can be used to disable compilation-time
  244. CodeBehind verification for different configurations
  245. - Several important stability fixes in AspNetEdit
  246. - Improvements to toolbox, now includes default items with icons
  247. - New Go to Type dialog, for easily jumping to a class defined
  248. in a project
  249. * Mon Jan 22 2007 ro@suse.de
  250. - drop requires for gnome-filesystem
  251. * Wed Jan 3 2007 wberrier@suse.de
  252. - handle mime files properly
  253. - spec file fixes from Andreas Hanke to fix bnc #225812
  254. * Thu Oct 19 2006 ro@suse.de
  255. - added mono-devel to buildrequires
  256. * Tue Sep 5 2006 wberrier@suse.de
  257. - Update to 0.12
  258. - Better code completion support, supports C# 2.0
  259. - Class information is shown using the syntax of the current
  260. language
  261. - New "Open With" Menu
  262. - stetic menu designer
  263. - autotools project support
  264. - additional addin management features
  265. - Support for multiple text file encodings
  266. - ASP.NET Support
  267. - Lots of bug fixes and better stability
  268. * Wed Aug 30 2006 wberrier@suse.de
  269. - Add mono-nunit to BuildRequires
  270. * Mon Jul 31 2006 wberrier@suse.de
  271. - Update to 0.11
  272. - Lots of new features and fixes, too many to list here. One big
  273. addition is the stetic gui designer integration
  274. - 2.4.0 -> 2.8.0 hack now unnecessary
  275. * Sun Mar 26 2006 ro@suse.de
  276. - removed ifarch from noarch package
  277. * Fri Mar 24 2006 wberrier@suse.de
  278. - Require mono-basic so that vbnet templates will compile
  279. * Wed Mar 15 2006 wberrier@suse.de
  280. - Update references for gtk# 2.4 to 2.8 in template files
  281. * * Otherwise all the gtk#2 template projects will fail to compile **
  282. * Mon Mar 13 2006 wberrier@suse.de
  283. - Remove mime.cache and quote update_desktop args
  284. * Fri Feb 17 2006 gekker@suse.de
  285. - fixup desktop file for UI team
  286. * Wed Feb 1 2006 aj@suse.de
  287. - Fix Requires and BuildRequires to build again.
  288. * Wed Jan 25 2006 mls@suse.de
  289. - converted neededforbuild to BuildRequires
  290. * Fri Jan 13 2006 gekker@suse.de
  291. - Fixup nfb and Requires for new gtk-sharp2 packaging
  292. * Mon Jan 9 2006 gekker@suse.de
  293. - Fix to build against new mono version 1.1.13
  294. * Mon Dec 12 2005 wberrier@suse.de
  295. - Convert to noarch package, and clean up build deps
  296. * Tue Nov 29 2005 wberrier@suse.de
  297. - Update to 0.9 (which obsoletes the version control patch)
  298. * Fri Nov 18 2005 wberrier@suse.de
  299. - Patch VersionControl AddIn to compile with mcs 1.1.10
  300. * Mon Nov 7 2005 sbrabec@suse.cz
  301. - Renamed rename *-sharp-2_0 to *-sharp2 in Requires (#132436).
  302. * Tue Oct 25 2005 ro@suse.de
  303. - remove mono-debugger from nfb for the moment
  304. * Thu Oct 20 2005 ro@suse.de
  305. - rename gecko-sharp-2_0 and gtksourceview-sharp-2_0 in nfb
  306. * Thu Oct 13 2005 wberrier@suse.de
  307. - Update to 0.8 and add configure options (--enable-nunit --enable-versioncontrol --enable-monoextensions)
  308. * Thu Sep 22 2005 ro@suse.de
  309. - remove libgdiplus-devel from nfb (dropped)
  310. * Tue Sep 13 2005 gekker@suse.de
  311. - Disable boo support so monodevelop will run (113802)
  312. * Sun Sep 4 2005 aj@suse.de
  313. - Update check-build.sh.
  314. * Tue Aug 30 2005 ro@suse.de
  315. - do not require mono-debugger on ppc (can not build there)
  316. * Fri Aug 26 2005 ro@suse.de
  317. - nfb: monodoc -> monodoc-core
  318. * Thu Aug 18 2005 gekker@suse.de
  319. - Fix desktop category for menus.
  320. * Tue Aug 16 2005 aj@suse.de
  321. - Add check-build script.
  322. * Tue Aug 9 2005 gekker@suse.de
  323. - Fix requirements
  324. - Remove files that conflict with shared-mime-info
  325. - Verify that bugs #71734 and #71735 are fixed
  326. * Sun Aug 7 2005 ro@suse.de
  327. - rename nfb and deps for gtksourceview-sharp and gecko-sharp
  328. * Thu Aug 4 2005 gekker@suse.de
  329. - Update to version 0.7
  330. - Remove upstreamed patches
  331. * Wed May 18 2005 gekker@suse.de
  332. - fix to build with mono-1.1.7
  333. * Tue Mar 1 2005 gekker@suse.de
  334. - fix requires (66770).
  335. * Tue Feb 15 2005 ro@suse.de
  336. - fix build on x86_64
  337. * Tue Feb 8 2005 gekker@suse.de
  338. - Add patches to fix namespacing issues.
  339. - Add suse_update_desktop_config
  340. * Mon Dec 13 2004 clahey@suse.de
  341. - New package.