]> git.pld-linux.org Git - packages/gnome-web-photo.git/commitdiff
- new auto/th/gnome-web-photo-0_3-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 11 Mar 2007 11:42:50 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-web-photo.spec -> 1.1

gnome-web-photo.spec [new file with mode: 0644]

diff --git a/gnome-web-photo.spec b/gnome-web-photo.spec
new file mode 100644 (file)
index 0000000..9bc6706
--- /dev/null
@@ -0,0 +1,69 @@
+Summary:       Tool to generate full-size image files and thumbnails
+Name:          gnome-web-photo
+Version:       0.3
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: 1c9cdf4ce25b58641e0af16215c413a5
+URL:           http://www.gnome.org/
+BuildRequires: GConf2-devel >= 2.18.0.1
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.9
+BuildRequires: gnome-common >= 2.12.0
+BuildRequires: gnome-vfs2-devel >= 2.17.91
+BuildRequires: gtk+2-devel >= 2:2.10.9
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libtool
+BuildRequires: libxml2-devel >= 1:2.6.27
+BuildRequires: rpmbuild(macros) >= 1.198
+BuildRequires: xulrunner-devel
+Requires(post,preun):  GConf2
+%requires_eq_to        xulrunner xulrunner-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNOME Web Photographer is a tool to generate full-size image files and
+thumbnails from HTML files and web pages.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install thumbnailer.schemas
+
+%preun
+%gconf_schema_uninstall thumbnailer.schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO
+%{_sysconfdir}/gconf/schemas/thumbnailer.schemas
+%attr(755,root,root) %{_bindir}/gnome-web-photo
+%dir %{_datadir}/gnome-web-photo
+%{_datadir}/gnome-web-photo/prefs.js
+%{_datadir}/gnome-web-photo/style.css
This page took 0.117612 seconds and 4 git commands to generate.