]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- initial auto/ac/epiphany-extensions-0_2_5-1
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Tue, 16 Sep 2003 12:20:09 +0000 (12:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- replace epiphany-plugins

Changed files:
    epiphany-extensions.spec -> 1.1

epiphany-extensions.spec [new file with mode: 0644]

diff --git a/epiphany-extensions.spec b/epiphany-extensions.spec
new file mode 100644 (file)
index 0000000..d9050a3
--- /dev/null
@@ -0,0 +1,51 @@
+%define pname ephy-extensions
+Summary:       Collection of extensions for Epiphany
+Summary(pl):   Zbiór rozszerzeñ dla Epiphany
+Name:          epiphany-extensions
+Version:       0.2.5
+Release:       1
+License:       GPL
+Group:         X11/Applications/Networking
+Source0:       http://savannah.nongnu.org/download/ephyplugins/gnome-2.4.pkg/%{version}/%{pname}-%{version}.tar.gz
+# Source0-md5: 68d727e8f9e39dc7b20cce4466787072
+URL:           http://epiphany.mozdev.org/
+BuildRequires: epiphany-devel >= 1.0-2
+BuildRequires: gtk+2-devel
+BuildRequires: libglade2-devel
+BuildRequires: libxml2-devel
+Requires:      epiphany >= 1.0-2
+Obsoletes:     epiphany-plugins <= 0.1.2
+Provides:      epiphany-plugins
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Epiphany Extensions is a collection of extensions for Epiphany.
+
+%description -l pl
+Epiphany Extensions jest zbiorem rozszerzeñ dla Epiphany.
+
+%prep
+%setup -q -n %{pname}-%{version}
+
+%build
+%configure \
+       --with-extensions=all
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_libdir}/epiphany/plugins/*.so*
+%{_libdir}/epiphany/plugins/*.la
+%{_datadir}/%{pname}
This page took 0.033811 seconds and 4 git commands to generate.