Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6f2507ac71886fcb4939c0aae0365f9e > files > 2

firefox-ext-bugzilla-tweaks-1.12.1-2.mga3.src.rpm

Summary: Bugzilla extension for firefox
Name: firefox-ext-bugzilla-tweaks
Version: 1.12.1
Release: %mkrel 2
License: MPL
Group:	Networking/WWW
URL:	https://addons.mozilla.org/en-US/firefox/addon/187588/
Source: http://releases.mozilla.org/pub/mozilla.org/addons/187588/bugzilla_tweaks-%{version}-fx.xpi
Obsoletes: %{name} < %{version}
Requires: firefox >= %{firefox_epoch}:%{firefox_version}
BuildArch: noarch
BuildRequires: firefox-devel

%description
This extension modifies the pages loaded from bugzilla.mozilla.org and adds features including:
- Interleaving the bug's change history with the comments on the same page
- Showing the last time that a bug or attachment flag was changed
- Proving user name autocompletion support
- And many more...

%prep
%setup -q -c -n %{name}-%{version}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}




%changelog

* Fri Jan 11 2013 umeabot <umeabot> 1.12.1-2.mga3
+ Revision: 350409
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Oct 10 2012 fwang <fwang> 1.12.1-1.mga3
+ Revision: 304165
- new version 1.12.1

* Wed Aug 01 2012 fwang <fwang> 1.12-1.mga3
+ Revision: 276876
- new version 1.12

* Sun Nov 06 2011 fwang <fwang> 1.11.3-1.mga2
+ Revision: 164152
- new version 1.11.3

* Tue Sep 27 2011 fwang <fwang> 1.11-1.mga2
+ Revision: 149227
- new version 1.11

* Sat Apr 30 2011 tv <tv> 1.10-1.mga1
+ Revision: 93720
- new release

* Wed Apr 20 2011 tv <tv> 1.9-1.mga1
+ Revision: 89309
- new release

* Thu Apr 07 2011 tv <tv> 1.8-1.mga1
+ Revision: 81997
- imported package firefox-ext-bugzilla-tweaks