]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- reverted last change GNOME_2_4
authortrojan <trojan@pld-linux.org>
Tue, 6 Jan 2004 09:10:51 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-extensions.spec -> 1.3

epiphany-extensions.spec

index a9c58039d8f00328a962f54f47fee7a66c8b4b34..d9050a36ee0f3b0ee7d0906868beaec99756d08d 100644 (file)
@@ -1,18 +1,19 @@
+%define pname ephy-extensions
 Summary:       Collection of extensions for Epiphany
 Summary(pl):   Zbiór rozszerzeñ dla Epiphany
 Name:          epiphany-extensions
-Version:       0.6
+Version:       0.2.5
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
-# Source0-md5: eb28e6834aad362da1ae07e76ed153f6
+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.1.2
+BuildRequires: epiphany-devel >= 1.0-2
 BuildRequires: gtk+2-devel
 BuildRequires: libglade2-devel
 BuildRequires: libxml2-devel
-Requires:      epiphany >= 1.1.2
+Requires:      epiphany >= 1.0-2
 Obsoletes:     epiphany-plugins <= 0.1.2
 Provides:      epiphany-plugins
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,7 +25,7 @@ Epiphany Extensions is a collection of extensions for Epiphany.
 Epiphany Extensions jest zbiorem rozszerzeñ dla Epiphany.
 
 %prep
-%setup -q
+%setup -q -n %{pname}-%{version}
 
 %build
 %configure \
@@ -45,6 +46,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
-%attr(755,root,root) %{_libdir}/epiphany/extensions/*.so*
-%{_libdir}/epiphany/extensions/*.la
-%{_datadir}/%{name}
+%attr(755,root,root) %{_libdir}/epiphany/plugins/*.so*
+%{_libdir}/epiphany/plugins/*.la
+%{_datadir}/%{pname}
This page took 0.068177 seconds and 4 git commands to generate.