rpms/mozilla-googlesharing/F-12 mozilla-googlesharing.spec, NONE, 1.1 sources, 1.1, 1.2

Rahul Sundaram sundaram at fedoraproject.org
Fri Jun 4 08:30:50 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/mozilla-googlesharing/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20571

Modified Files:
	sources 
Added Files:
	mozilla-googlesharing.spec 
Log Message:
* Mon May 03 2010 Mohammed Imran <imranceh at gmail.com> - 0.18-5
- Added SeaMonkey support



--- NEW FILE mozilla-googlesharing.spec ---
%global moz_extensions %{_datadir}/mozilla/extensions

%global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%global src_ext_id googlesharing at extension.thoughtcrime.org
%global inst_dir %{moz_extensions}/%{firefox_app_id}/%{src_ext_id}

%global seamonkey_app_dir \{googlesharing}
%global sym_link_dir %{moz_extensions}/%{seamonkey_app_dir} 

Name:           mozilla-googlesharing
Version:        0.18
Release:        5%{?dist}
Summary:        Anonymizing proxy service for Googlesharing system
Group:          Applications/Internet
License:        GPLv3+
URL:            http://www.googlesharing.net/
#source taken from mozilla's addon page,source not available at upstream download page
#see http://www.googlesharing.net/download.html
Source0:        http://releases.mozilla.org/pub/mozilla.org/addons/60333/googlesharing-0.18-fx.xpi
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       mozilla-filesystem


%description

This mozilla add-on aims to provide a level of anonymity from Google.
Prevents google from tracking your searches, movements,and websites you visit.
Leaves non-Google traffic completely untouched and unaffected.
Also makes this system,completely transparent to the end user.

%prep
%setup -q -c

%build

%install
%{__rm} -rf $RPM_BUILD_ROOT

%{__install} -Dp -m 644 chrome.manifest $RPM_BUILD_ROOT/%{inst_dir}/chrome.manifest
%{__install} -Dp -m 644 certificate.pem $RPM_BUILD_ROOT%{inst_dir}/certificate.pem
%{__install} -Dp -m 644 install.rdf $RPM_BUILD_ROOT%{inst_dir}/install.rdf
%{__install} -Dpm 644 defaults/preferences/defaults.js $RPM_BUILD_ROOT%{inst_dir}/defaults/preferences/defaults.js

%{__mkdir_p} $RPM_BUILD_ROOT%{inst_dir}/chrome/content/images
%{__mkdir_p} $RPM_BUILD_ROOT%{inst_dir}/components  

pushd chrome/content/
%{__install} -Dpm 644 addEditProxy.js googlesharing.js options.js addEditProxy.xul googlesharing.xul options.css options.xul $RPM_BUILD_ROOT%{inst_dir}/chrome/content/
popd

pushd chrome/content/images/
%{__install} -Dpm 644 cbox-check.gif firemole.gif firemole-web.gif up.gif down.gif firemole-icon.gif googlesharing.png $RPM_BUILD_ROOT%{inst_dir}/chrome/content/images/
popd

pushd components/
%{__install} -Dpm 644 ConnectionManager.js Filter.js LocalProxy.js ProxyManager.js DataShuffler.js GoogleSharingManager.js Proxy.js $RPM_BUILD_ROOT%{inst_dir}/components/
popd

# symlink from seamonkey extension to firefox extension
mkdir -p %{buildroot}%{sym_link_dir}
ln -s %{inst_dir} %{buildroot}%{sym_link_dir}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{inst_dir}
%{sym_link_dir}


%changelog
* Mon May 03 2010 Mohammed Imran <imranceh at gmail.com> - 0.18-5
- Added SeaMonkey support

* Wed Apr 28 2010 Mohammed Imran <imranceh at gmail.com> - 0.18-4
- Replaced macro define with macro global

* Mon Apr 26 2010 Mohammed Imran <imranceh at gmail.com> - 0.18-3
- Used pushd popd instead of cd

* Fri Apr 23 2010 Mohammed Imran <imranceh at gmail.com> - 0.18-2
- Added missing images directory

* Fri Apr 23 2010 Mohammed Imran <imranceh at gmail.com> - 0.18-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mozilla-googlesharing/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 May 2010 22:37:39 -0000	1.1
+++ sources	4 Jun 2010 08:30:49 -0000	1.2
@@ -0,0 +1 @@
+68c859bdb5e948f2a3bea91a78a3b636  googlesharing-0.18-fx.xpi



More information about the scm-commits mailing list