source: projects/specs/branches/6/m/monodevelop/monodevelop-vl.spec @ 3701

Revision 3701, 12.4 KB checked in by owa, 13 years ago (diff)

rebuilt with mono-2.10.1-3

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