]> git.pld-linux.org Git - packages/shotwell.git/blame - shotwell.spec
- updated to 0.26.2
[packages/shotwell.git] / shotwell.spec
CommitLineData
d657a100
JB
1#
2# Conditional build:
3%bcond_with unity # Ubuntu Unity integration
4#
ef4a4c23 5Summary: Photo manager for GNOME
4124c1b6 6Summary(pl.UTF-8): Zarządca zdjęć dla GNOME
ef4a4c23 7Name: shotwell
f19e4399 8Version: 0.26.2
62c7ac7a 9Release: 1
ef4a4c23
MB
10License: LGPL v2+ and CC-BY-SA
11Group: X11/Applications
62c7ac7a 12Source0: http://ftp.gnome.org/pub/GNOME/sources/shotwell/0.26/%{name}-%{version}.tar.xz
f19e4399 13# Source0-md5: 37a7b1c54242a8cbd00b85785b5941bd
feaaf128 14Patch0: %{name}-link.patch
2cfd3078 15Patch1: %{name}-gitversion.patch
4124c1b6 16URL: https://wiki.gnome.org/Apps/Shotwell
feaaf128 17BuildRequires: appstream-glib-devel
385f8f1c 18BuildRequires: atk-devel
feaaf128
MB
19BuildRequires: autoconf >= 2.69
20BuildRequires: automake >= 1:1.11
62c7ac7a 21BuildRequires: cairo-devel
f19e4399 22BuildRequires: gcr-devel
62c7ac7a
MB
23BuildRequires: gcr-ui-devel
24BuildRequires: gdk-pixbuf2-devel
feaaf128 25BuildRequires: gettext-tools >= 0.19.7
62c7ac7a
MB
26BuildRequires: gexiv2-devel >= 0.10.4
27BuildRequires: glib2-devel >= 1:2.40.0
4124c1b6 28BuildRequires: gnome-doc-utils
385f8f1c
MB
29BuildRequires: gstreamer-devel >= 1.0.0
30BuildRequires: gstreamer-plugins-base-devel >= 1.0.0
62c7ac7a 31BuildRequires: gtk+3-devel >= 3.14.0
feaaf128 32BuildRequires: gtk-webkit4-devel
cbd0b1ac 33BuildRequires: json-glib-devel >= 0.6.16
4124c1b6 34BuildRequires: libexif-devel >= 1:0.6.16
62c7ac7a 35BuildRequires: libgdata-devel
385f8f1c 36BuildRequires: libgee-devel >= 0.8.5
feaaf128 37BuildRequires: libgphoto2-devel >= 2.5.0
0bc3d124 38BuildRequires: libraw-devel >= 0.14.7-2
ef4a4c23 39BuildRequires: libsoup-devel >= 2.26.0
d657a100
JB
40BuildRequires: libtool >= 2:2.2
41%{?with_unity:BuildRequires: libunity-devel}
ef4a4c23 42BuildRequires: libxml2-devel >= 1:2.6.32
feaaf128 43BuildRequires: pkgconfig >= 1:0.22
57bbc534 44BuildRequires: rest-devel >= 0.7
ef4a4c23
MB
45BuildRequires: rpmbuild(macros) >= 1.311
46BuildRequires: sqlite3-devel >= 3.5.9
4124c1b6 47BuildRequires: udev-glib-devel >= 1:145
d657a100 48BuildRequires: vala >= 2:0.28.0
7eebc5c3 49BuildRequires: vala-gexiv2 >= 0.4.90
385f8f1c 50BuildRequires: vala-libgee >= 0.8.5
feaaf128 51BuildRequires: yelp-tools
ef4a4c23 52Requires(post,postun): desktop-file-utils
d657a100 53Requires(post,postun): glib2 >= 1:2.32.0
a7666439
AF
54Requires(post,postun): gtk-update-icon-cache
55Requires(post,postun): hicolor-icon-theme
62c7ac7a
MB
56Requires: gexiv2 >= 0.10.4
57Requires: glib2 >= 1:2.40.0
58Requires: gtk+3 >= 3.14.0
feaaf128 59Requires: gtk-webkit4
ef4a4c23 60Requires: hicolor-icon-theme
4124c1b6 61Requires: libexif >= 1:0.6.16
feaaf128 62Requires: libgphoto2 >= 2.5.0
4124c1b6
JB
63Requires: libraw >= 0.14.7-2
64Requires: libsoup >= 2.26.0
65Requires: libxml2 >= 1:2.6.32
66Requires: sqlite3 >= 3.5.9
67Requires: udev-glib >= 1:145
ef4a4c23
MB
68BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
69
70%description
71Shotwell is a digital photo organizer designed for the GNOME desktop
72environment. It allows you to import photos from disk or camera,
73organize them in various ways, view them in full-window or fullscreen
74mode, and export them to share with others.
75
4124c1b6
JB
76%description -l pl.UTF-8
77Shotwell to organizator zdjęć cyfrowych, zaprojektowany dla środowiska
78graficznego GNOME. Pozwala importować zdjęcia z dysku lub aparatu,
79organizować je na różne sposoby, przeglądać w trybie okienkowym lub
80pełnoekranowym oraz eksportować, aby podzielić się nimi z innymi.
81
ef4a4c23
MB
82%prep
83%setup -q
57bbc534 84%patch0 -p1
2cfd3078
MB
85%patch1 -p1
86
d657a100 87# force rebuild without _GITVERSION
2cfd3078 88%{__rm} src/Resources.c
ef4a4c23
MB
89
90%build
d657a100 91%{__libtoolize}
feaaf128 92%{__aclocal} -I m4
feaaf128 93%{__autoconf}
d657a100 94%{__autoheader}
feaaf128
MB
95%{__automake}
96%configure \
97 --disable-schemas-compile \
d657a100
JB
98 --disable-silent-rules \
99 %{?with_unity:--enable-unity-support}
feaaf128 100%{__make}
ef4a4c23
MB
101
102%install
103rm -rf $RPM_BUILD_ROOT
104
105%{__make} install \
6426964a 106 DESTDIR=$RPM_BUILD_ROOT
16625d9e 107
feaaf128
MB
108%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
109%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/builtin/*.la
ef4a4c23 110
feaaf128 111%find_lang shotwell --with-gnome
57bbc534 112
ef4a4c23
MB
113%clean
114rm -rf $RPM_BUILD_ROOT
115
116%post
ef4a4c23
MB
117%update_icon_cache hicolor
118%update_desktop_database
3352f896 119%glib_compile_schemas
ef4a4c23 120
ef4a4c23
MB
121%postun
122%update_icon_cache hicolor
123%update_desktop_database_postun
3352f896 124%glib_compile_schemas
ef4a4c23 125
558cb62b 126%files -f shotwell.lang
ef4a4c23 127%defattr(644,root,root,755)
feaaf128 128%doc AUTHORS COPYING NEWS README THANKS
4124c1b6 129%attr(755,root,root) %{_bindir}/shotwell
62c7ac7a 130%attr(755,root,root) %{_libdir}/libshotwell-authenticator.so*
feaaf128 131%attr(755,root,root) %{_libdir}/libshotwell-plugin-common.so*
16625d9e
JK
132%{_desktopdir}/%{name}-viewer.desktop
133%{_desktopdir}/%{name}.desktop
feaaf128
MB
134%dir %{_libdir}/%{name}
135%attr(755,root,root) %{_libdir}/shotwell/shotwell-settings-migrator
136%attr(755,root,root) %{_libdir}/shotwell/shotwell-video-thumbnailer
385f8f1c 137%{_datadir}/appdata/shotwell.appdata.xml
4124c1b6
JB
138%{_datadir}/glib-2.0/schemas/org.yorba.shotwell.gschema.xml
139%{_datadir}/glib-2.0/schemas/org.yorba.shotwell-extras.gschema.xml
16625d9e
JK
140%dir %{_libdir}/%{name}/plugins
141%dir %{_libdir}/%{name}/plugins/builtin
16625d9e 142%attr(755,root,root) %{_libdir}/%{name}/plugins/builtin/*.so
feaaf128
MB
143%{_iconsdir}/hicolor/*x*/apps/shotwell.png
144%{_iconsdir}/hicolor/symbolic/apps/shotwell-symbolic.svg
145%{_mandir}/man1/shotwell.1*
This page took 0.550947 seconds and 4 git commands to generate.