monodevelop-vl.spec 12 KB

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