]> git.pld-linux.org Git - packages/epiphany.git/blame - epiphany.spec
- updated to 2.28.0; merged from DEVEL
[packages/epiphany.git] / epiphany.spec
CommitLineData
eeabb3ec
MB
1Summary: Epiphany - WebKit-based GNOME web browser
2Summary(es.UTF-8): Epiphany - navigador Web de GNOME basado en WebKit
1dda78a4 3Summary(pl.UTF-8): Epiphany - przeglądarka WWW dla GNOME
b214bb6b 4Name: epiphany
eeabb3ec
MB
5Version: 2.28.0
6Release: 1
64cfd84f 7License: GPL v2
b214bb6b 8Group: X11/Applications/Networking
eeabb3ec
MB
9Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany/2.28/%{name}-%{version}.tar.bz2
10# Source0-md5: b88ac1168fc271892cabf73b749cac16
b3cca493 11Patch0: %{name}-pld-homepage.patch
3adf4a38 12URL: http://www.gnome.org/projects/epiphany/
eeabb3ec 13BuildRequires: GConf2-devel >= 2.28.0
3b036307 14BuildRequires: NetworkManager-devel
fd3d9ecb 15BuildRequires: autoconf >= 2.59
9c7631b4 16BuildRequires: automake >= 1:1.9
eeabb3ec 17BuildRequires: avahi-gobject-devel >= 0.6.22
9c7631b4 18BuildRequires: dbus-glib-devel >= 0.73
2f518579 19BuildRequires: gettext-devel
b3cca493 20BuildRequires: gnome-common >= 2.20.0
eeabb3ec 21BuildRequires: gnome-keyring-devel >= 2.28.0
b3cca493 22BuildRequires: gnome-doc-utils >= 0.12.0
d5a66c65 23BuildRequires: gtk+2-devel >= 2:2.16.0
9c7631b4 24BuildRequires: gtk-doc >= 1.8
eeabb3ec 25BuildRequires: gtk-webkit-devel >= 1.1.15
2f518579 26BuildRequires: intltool >= 0.40.0
01f610e6 27BuildRequires: iso-codes >= 0.53
2f518579 28BuildRequires: libnotify-devel >= 0.4
eeabb3ec 29BuildRequires: libsoup-gnome-devel >= 2.28.0
47ba0170 30BuildRequires: libtool
2ee625f0 31BuildRequires: libxml2-devel >= 1:2.6.28
9c7631b4 32BuildRequires: libxslt-devel >= 1.1.20
eeabb3ec 33BuildRequires: nss-devel
64cfd84f 34BuildRequires: pkgconfig
acf50bed 35BuildRequires: rpm >= 4.4.9-56
5c860df1 36BuildRequires: rpmbuild(find_lang) >= 1.23
a84d07de 37BuildRequires: rpmbuild(macros) >= 1.364
c305e9cc 38BuildRequires: scrollkeeper
fec44160 39BuildRequires: startup-notification-devel >= 0.8
6c81e5d5 40Requires(post,postun): desktop-file-utils
c4601149 41Requires(post,postun): gtk+2
d1e1b12f 42Requires(post,postun): hicolor-icon-theme
e6dfa88b 43Requires(post,postun): scrollkeeper
9c7631b4
MB
44Requires(post,preun): GConf2
45Requires: dbus >= 1.0.2
2f518579 46Requires: gnome-icon-theme >= 2.26.0
a84d07de 47Provides: wwwbrowser
84d82d33 48# sr@Latn vs. sr@latin
49Conflicts: glibc-misc < 6:2.7
b214bb6b 50BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
b214bb6b 52%description
eeabb3ec 53GNOME browser based on WebKit.
b214bb6b 54
bbabfc8c 55%description -l es.UTF-8
eeabb3ec 56Navigador Web de GNOME basado en WebKit.
3adf4a38 57
bbabfc8c 58%description -l pl.UTF-8
eeabb3ec 59Epiphany jest przeglądarką WWW bazującą na WebKit.
b214bb6b 60
ce9f0285 61%package devel
62Summary: Epiphany header files
1dda78a4
ER
63Summary(es.UTF-8): Ficheros de cabecera de Epiphany
64Summary(pl.UTF-8): Pliki nagłówkowe Epiphany
ce9f0285 65Group: X11/Applications/Networking
cc8a9ea0 66# doesn't require base
2f518579 67Requires: gtk+2-devel >= 2:2.16.0
eeabb3ec 68Requires: gtk-webkit-devel >= 1.1.15
2f518579 69Requires: libxml2-devel >= 1:2.6.28
ce9f0285 70
71%description devel
72Epiphany header files for plugin development.
73
bbabfc8c 74%description devel -l es.UTF-8
3adf4a38 75Ficheros de cabecera de Epiphany para desarrollar plug-ins.
76
bbabfc8c
JR
77%description devel -l pl.UTF-8
78Pliki nagłówkowe Epiphany do tworzenia wtyczek.
ce9f0285 79
c8df5897 80%package apidocs
81Summary: Epiphany API documentation
1dda78a4 82Summary(pl.UTF-8): Dokumentacja API Epiphany
c8df5897 83Group: Documentation
84Requires: gtk-doc-common
85
86%description apidocs
87Epiphany API documentation.
88
bbabfc8c 89%description apidocs -l pl.UTF-8
c8df5897 90Dokumentacja API Epiphany.
91
b214bb6b 92%prep
c27c16d4 93%setup -q
b3cca493 94%patch0 -p1
b214bb6b 95
96%build
c8df5897 97%{__gnome_doc_prepare}
cabc9554 98%{__gnome_doc_common}
9d9c32a1 99%{__glib_gettextize}
100%{__intltoolize}
b214bb6b 101%{__libtoolize}
cabc9554 102%{__aclocal} -I m4
b214bb6b 103%{__autoheader}
104%{__automake}
105%{__autoconf}
b214bb6b 106%configure \
eeabb3ec 107 --with-distributor-name="PLD Linux" \
3428cfce 108 --enable-network-manager \
eeabb3ec
MB
109 --enable-gtk-doc \
110 --with-html-dir=%{_gtkdocdir} \
111 --disable-schemas-install
479b2587 112%{__make}
b214bb6b 113
114%install
115rm -rf $RPM_BUILD_ROOT
a84d07de 116
b214bb6b 117%{__make} install \
eeabb3ec 118 DESTDIR=$RPM_BUILD_ROOT
b214bb6b 119
f16457d3 120rm -rf $RPM_BUILD_ROOT%{_iconsdir}/LowContrastLargePrint
e6dfa88b 121
359d4f9e 122%find_lang %{name} --with-gnome --with-omf
b214bb6b 123
124%clean
125rm -rf $RPM_BUILD_ROOT
126
127%post
9d9c32a1 128%gconf_schema_install epiphany-lockdown.schemas
129%gconf_schema_install epiphany.schemas
130%scrollkeeper_update_post
131%update_desktop_database_post
c8df5897 132%update_icon_cache hicolor
6c81e5d5 133
134%preun
9d9c32a1 135%gconf_schema_uninstall epiphany-lockdown.schemas
136%gconf_schema_uninstall epiphany.schemas
b214bb6b 137
e6dfa88b 138%postun
9d9c32a1 139%scrollkeeper_update_postun
140%update_desktop_database_postun
c8df5897 141%update_icon_cache hicolor
0c3c17e3 142
7bc0643f 143%files -f %{name}.lang
b214bb6b 144%defattr(644,root,root,755)
145%doc AUTHORS ChangeLog NEWS README
a84d07de 146
b214bb6b 147%attr(755,root,root) %{_bindir}/*
fd3ae4b7 148%{_datadir}/dbus-1/services/*.service
b214bb6b 149%{_datadir}/%{name}
4d4e973b 150%{_desktopdir}/*.desktop
3428cfce 151%{_iconsdir}/*/*/apps/*.*
cabc9554 152%{_sysconfdir}/gconf/schemas/epiphany-lockdown.schemas
153%{_sysconfdir}/gconf/schemas/epiphany.schemas
9405fbf9 154%{_mandir}/man1/*
ce9f0285 155
156%files devel
157%defattr(644,root,root,755)
fd3ae4b7 158%{_aclocaldir}/*
cabc9554 159%{_includedir}/epiphany
084a89d6 160%{_pkgconfigdir}/*.pc
c8df5897 161
162%files apidocs
163%defattr(644,root,root,755)
10e31070 164%{_gtkdocdir}/*
This page took 0.094354 seconds and 4 git commands to generate.