Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 600424 Details for
Bug 843270
specto package has not built for multiple Fedora releases
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fixes to the specto spec file
specto-0.4.1-specfix.patch (text/plain), 4.46 KB, created by
Theodore Lee
on 2012-07-26 03:11:27 UTC
(
hide
)
Description:
Fixes to the specto spec file
Filename:
MIME Type:
Creator:
Theodore Lee
Created:
2012-07-26 03:11:27 UTC
Size:
4.46 KB
patch
obsolete
>--- specto.spec.orig 2012-07-26 11:04:06.336935139 +0800 >+++ specto.spec 2011-08-26 18:13:33.000000000 +0800 >@@ -2,20 +2,19 @@ > > Name: specto > Version: 0.4.1 >-Release: 3%{?dist} >-Summary: An desktop application that will watch configurable events >+Release: 0.1%{?dist}.aa >+Summary: An desktop application that will watch configurable events > > Group: Applications/System > License: GPLv2+ >-URL: http://specto.sourceforge.net/ >+URL: http://specto.sourceforge.net/ > Source0: http://specto.googlecode.com/files/%{name}-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildArch: noarch > BuildRequires: python-devel >-BuildRequires: desktop-file-utils >+BuildRequires: desktop-file-utils, intltool > Requires: dbus-python, notify-python >-#Requires: pygtk2-libglade > Requires: gnome-python2-gconf > Requires: gnome-python2-gnomevfs > Requires: numpy >@@ -24,7 +23,7 @@ > Specto is a desktop application that will watch configurable events > (such as website updates, emails, file and folder changes, > system processes, etc) and then trigger notifications. >- >+ > Specto can watch a website for updates and notify you when > there is activity (otherwise, Specto will just stay out of the way). > This changes the way you work, because you can be informed >@@ -33,6 +32,45 @@ > %prep > %setup -q > >+# Clean up stray backup files >+rm -f data/uis/edit_watch.ui.~1~ >+rm -f data/uis/preferences.ui.~3~ >+rm -f data/uis/add_watch.ui.~2~ >+rm -f data/uis/edit_watch.ui.~3~ >+rm -f data/uis/preferences.ui.~2~ >+rm -f data/uis/add_watch.ui.~1~ >+rm -f data/uis/edit_watch.ui.~2~ >+rm -f data/uis/log_dialog.ui.~1~ >+rm -f data/uis/notifier.ui.~3~ >+rm -f data/uis/import_export.ui.~3~ >+rm -f data/uis/import_export.ui.~2~ >+rm -f data/uis/add_watch.ui.~3~ >+rm -f data/uis/notifier.ui.~2~ >+rm -f data/uis/add_watch.ui.~4~ >+rm -f data/uis/preferences.ui.~1~ >+rm -f data/uis/notifier.ui.~1~ >+rm -f data/uis/log_dialog.ui.~3~ >+rm -f data/uis/log_dialog.ui.~2~ >+rm -f data/uis/import_export.ui.~1~ >+rm -f data/icons/bazaar.svg.~3~ >+rm -f data/icons/specto_tray_2.svg.~2~ >+rm -f data/icons/specto_tray_1.svg.~1~ >+rm -f data/icons/specto_tray_1.svg.~3~ >+rm -f data/icons/specto_window_icon.svg.~1~ >+rm -f data/icons/bazaar.svg.~1~ >+rm -f data/icons/specto_tray_1.svg.~2~ >+rm -f data/icons/scalable/specto.svg.~3~ >+rm -f data/icons/scalable/specto.svg.~1~ >+rm -f data/icons/scalable/specto.svg.~2~ >+rm -f data/icons/lastfm.svg.~1~ >+rm -f data/icons/specto_window_icon.svg.~2~ >+rm -f data/icons/lastfm.svg.~3~ >+rm -f data/icons/specto_tray_2.svg.~3~ >+rm -f data/icons/lastfm.svg.~2~ >+rm -f data/icons/specto_tray_2.svg.~1~ >+rm -f data/icons/specto_window_icon.svg.~3~ >+rm -f data/icons/bazaar.svg.~2~ >+ > > %build > python setup.py build >@@ -47,8 +85,8 @@ > rm -rf $RPM_BUILD_ROOT > python setup.py install --root $RPM_BUILD_ROOT > >-# Remove redundant files >-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} >+# Use the RPM doc directory instead of this one >+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} > > desktop-file-install \ > --vendor "" \ >@@ -75,25 +113,26 @@ > > %files -f %{name}.lang > %defattr(-,root,root,-) >-%doc AUTHORS COPYING README >+%doc AUTHORS COPYING > %{_bindir}/%{name} > %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg > %{_datadir}/%{name} > %{_datadir}/applications/%{name}.desktop >-%{_datadir}/indicators/messages/applications/%{name} >+# This file is for the Ubuntu indicator applet, we don't need it >+%exclude %{_datadir}/indicators/messages/applications/%{name} > %{python_sitelib}/spectlib > %{python_sitelib}/%{name}-%{version}*.egg-info > > > %changelog >-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3 >-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild >- >-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2 >-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild >- >-* Fri Nov 04 2011 Xavier Lamien <laxathom@fedoraproject.org> - 0.4.1-1 >-- Update release. >+* Sun Aug 21 2011 Theodore Lee <theo148@gmail.com> - 0.4.1-0.1.aa >+- Update to 0.4.1 release >+- Drop glade buildreq >+- Add intltool buildreq >+- Clean up stray backup files in prep >+- No longer necessary to move doc files in install, so stop trying >+- Remove VERSION and ChangeLog from doc file list (no longer present upstream) >+- Add exclude directive for Ubuntu-specific file > > * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 843270
: 600424