Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[license] Unify open source licenses. Contributes to JB#33648
  • Loading branch information
Joona Petrell committed Dec 14, 2015
1 parent ed05bf5 commit 686eaaa
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions rpm/embedlite-components-qt5.spec
Expand Up @@ -21,7 +21,7 @@ Summary: EmbedLite components Qt5
Version: 1.9.1
Release: 1
Group: Applications/Internet
License: Mozilla License
License: MPLv2
URL: https://github.com/tmeshkova/embedlite-components
Source0: %{name}-%{version}.tar.bz2
Patch0: 0001-Tweak-UA-for-Facebook-and-Engadget-to-get-images-of-.patch
Expand All @@ -42,47 +42,29 @@ EmbedLite Components required for embeded browser UI
%prep
%setup -q -n %{name}-%{version}

# >> setup
%patch0 -p1
%patch1 -p1
# << setup

%build
# >> build pre
# << build pre

NO_CONFIGURE=yes ./autogen.sh
%configure --with-system-nspr

make %{?jobs:-j%jobs}

# >> build post
# << build post

%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%make_install

# >> install post
# << install post

%post
# >> post
/sbin/ldconfig
touch /var/lib/_MOZEMBED_CACHE_CLEAN_
# << post

%postun
# >> postun
/sbin/ldconfig
# << postun

%files
%defattr(-,root,root,-)
# >> files
%{_libdir}/mozembedlite/*
%exclude %{_libdir}/mozembedlite/chrome/embedlite/content/duckduckgo.xml
%exclude %{_libdir}/mozembedlite/chrome/embedlite/content/baidu.xml
# << files

0 comments on commit 686eaaa

Please sign in to comment.