Bugzilla – Attachment 118655 Details for
Bug 244584
blam should not depend on gtk-sharp-1.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
spec file for blam-1.8.4
blam.spec (text/plain), 5.02 KB, created by
Andreas Hanke
on 2007-02-12 16:24:09 UTC
(
hide
)
Description:
spec file for blam-1.8.4
Filename:
MIME Type:
Creator:
Andreas Hanke
Created:
2007-02-12 16:24:09 UTC
Size:
5.02 KB
patch
obsolete
># ># spec file for package blam (Version 1.8.4) ># ># Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. ># This file and all modifications and additions to the pristine ># package are under the same license as the package itself. ># ># Please submit bugfixes or comments via http://bugs.opensuse.org/ ># > ># norootforbuild > >Name: blam ># Must be the same as for gecko-sharp2: >%define xulrunner_version 181 >BuildRequires: dbus-1-mono gcc-c++ gconf-sharp2 gconf2-devel gecko-sharp2 glib-sharp2 gnome-sharp2 gtk-sharp2 gtk2-devel intltool libgnomeui-devel mono-devel update-desktop-files >License: GNU General Public License (GPL) >Group: Productivity/Other >Autoreqprov: on >Requires: mono-core >Version: 1.8.4 >Release: 44.1 >Summary: GNOME/GTK# RSS Aggregator >URL: http://www.cmartin.tk/blam.html >Source: %{name}-%{version}.tar.bz2 >Patch: %{name}-desktop.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-build >Requires: gecko-sharp2 >Requires: gtk-sharp2 >%if %suse_version > 1010 || 0%{?opensuse_bs} >BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel >Requires: mozilla-xulrunner%{xulrunner_version} >%else >%if %suse_version > 1000 && %suse_version <= 1010 >BuildRequires: gecko-sdk >Requires: mozilla-xulrunner >%else >BuildRequires: gecko-sdk >Requires: mozilla >%endif >%endif >Requires: mono-web >%gconf_schemas_prereq > >%description >Blam is a tool that helps you keep track of the growing number of news >feeds distributed as RSS. Blam lets you subscribe to any number of >feeds and provides an easy-to-use and clean interface to stay >up-to-date. > >Authors: >-------- > Mikael Hallendal <micke@imendio.com> > >%debug_package >%prep >%setup -q >%patch -p1 > >%build >libtoolize -c -f >autoreconf -f -i >%configure \ > --disable-static \ > --disable-schemas-install >make %{?jobs:-j %jobs} > >%install >make install DESTDIR="$RPM_BUILD_ROOT" >rm "$RPM_BUILD_ROOT"%{_prefix}/lib/%{name}/*.*a >%suse_update_desktop_file %{name} >%find_lang %{name} >%find_gconf_schemas >cat %{name}.lang %{name}.schemas_list > %{name}.lst > >%pre -f %{name}.schemas_pre > >%posttrans -f %{name}.schemas_posttrans > >%preun -f %{name}.schemas_preun > >%clean >rm -rf "$RPM_BUILD_ROOT" > >%files -f %{name}.lst >%defattr(-,root,root) >%doc AUTHORS NEWS README COPYING >%{_bindir}/%{name} >%{_prefix}/lib/%{name} >%{_datadir}/applications/%{name}.desktop >%{_datadir}/%{name} >%{_datadir}/pixmaps/%{name}.png >%doc %{_mandir}/man1/%{name}.1* > >%changelog -n blam >* Mon Feb 12 2007 - andreas.hanke@gmx-topmail.de >- Spec file cleanup >* Tue Jan 09 2007 - andreas.hanke@gmx-topmail.de >- Update to version 1.8.4 final >- remove blam-secure-paths.patch (sent upstream) >- remove blam-global-regex.patch (sent upstream) >- remove blam_1.8.4pre2-1.diff (was a backport from upstream) >* Thu Dec 21 2006 - andreas.hanke@gmx-topmail.de >- Reduce BuildRequires. >* Wed Dec 20 2006 - andreas.hanke@gmx-topmail.de >- Update to version 1.8.4pre2 (new upstream maintainer) >- update blam-secure-paths.patch >- remove blam-xulrunner.patch (equivalent fix upstream) >- remove blam-QuitActivated-fix.patch (was a backport from upstream) >- add blam-global-regex.patch to expand MOZILLA_HOME correctly >- use RPM_OPT_FLAGS for C++ >- fix dependencies >- packaging cleanups >* Thu Nov 30 2006 - sbrabec@suse.cz >- Fixed xulrunner dependencies for older products. >* Tue Nov 14 2006 - jhargadon@suse.de >- removed the now unused /opt/gnome/share/locale. The locales are > now located in /usr/share/locale >* Tue Nov 14 2006 - jhargadon@suse.de >- applied a patch that fixes a problem with the QuitActivated > method in src/Application.cs to resolve bug #215499 >* Tue Nov 07 2006 - sbrabec@suse.cz >- Use exact xulrunner version 181 (#216100). >* Fri Jul 07 2006 - lrupp@suse.de >- Require mozilla-xulrunner180 for %%suse_version > 1010 >* Tue Apr 11 2006 - sbrabec@suse.cz >- Translate desktop file. >* Wed Feb 15 2006 - stbinner@suse.de >- fix blam-desktop.patch >* Wed Jan 25 2006 - mls@suse.de >- converted neededforbuild to BuildRequires >* Mon Jan 23 2006 - gekker@suse.de >- fixup nfb for gtk-sharp package changes >* Fri Dec 09 2005 - gekker@suse.de >- Requires: mozilla -> mozilla-xulrunner >* Wed Oct 12 2005 - ro@suse.de >- use mozilla-devel-packages in nfb >- try xulrunner if nothing else is found >* Thu Sep 29 2005 - sbrabec@suse.cz >- Use secure LD_LIBRARY_PATH in wrapper (#118188). >* Sun Aug 21 2005 - ro@suse.de >- added check-build.sh >* Fri Aug 19 2005 - gekker@suse.de >- Fix requirements (105907). >* Tue Jun 28 2005 - gekker@suse.de >- Update to version 1.8.2. >* Wed Jun 08 2005 - gekker@suse.de >- Update to version 1.8.0. >* Thu Apr 28 2005 - sbrabec@suse.cz >- Install missing translation files. >* Tue Mar 15 2005 - gekker@suse.de >- Fix blam.desktop to use X-SuSE-RSS-News category (72909). >* Wed Feb 09 2005 - gekker@suse.de >- fix Requires >* Tue Feb 08 2005 - ro@suse.de >- fix file list on lib64 >* Tue Feb 01 2005 - gekker@suse.de >- add mono-devel-packages update >* Sat Jan 29 2005 - meissner@suse.de >- spell RPM_OPT_FLAGS correctly. >* Fri Jan 28 2005 - gekker@suse.de >- Initial import of package, version 1.6.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 244584
:
118596
|
118655