]> git.pld-linux.org Git - packages/gexiv2.git/blobdiff - gexiv2.spec
- ver. 0.6.1
[packages/gexiv2.git] / gexiv2.spec
index b6f6bf69dae6b6c19cbcb2921b722e202bfc45b7..17b57f62504927a3ec91edbb5f4eac4709c932b2 100644 (file)
-# TODO:
-# - Add bcond for vapi support and subpackage
-
-Summary:       GObject-based wrapper around the  Exiv2 library
+Summary:       GObject-based wrapper around the Exiv2 library
+Summary(pl.UTF-8):     Oparte na GObject obudowanie biblioteki Exiv2
 Name:          gexiv2
-Version:       0.1.0
-Release:       2
-License:       GPL
-Group:         Applications/Graphics
-Source0:       http://yorba.org/download/gexiv2/0.1/lib%{name}-%{version}.tar.bz2
-# Source0-md5: efae406dac86aa6db4cfb75569cbb3f9
-URL:           http://libexif.sourceforge.net/
-Patch0:                %{name}-libtool.patch
-BuildRequires: exiv2-devel >= 0.19
+Version:       0.6.1
+Release:       1
+License:       GPL v2
+Group:         Libraries
+Source0:       http://yorba.org/download/gexiv2/0.6/lib%{name}_%{version}.tar.xz
+# Source0-md5: 5bd2ba92b765a2b3721874ebd2647734
+URL:           http://trac.yorba.org/wiki/gexiv2
+BuildRequires: exiv2-devel >= 0.21
+BuildRequires: glib2-devel >= 1:2.0
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
+BuildRequires: m4
 BuildRequires: pkgconfig
-Requires:      exiv2-libs >= 0.19
+BuildRequires: sed >= 4.0
+Requires:      exiv2-libs >= 0.21
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
 the basic features of Exiv2 available to GNOME applications.
 
+%description -l pl.UTF-8
+gexiv2 to oparte na GObject obudowanie biblioteki Exiv2. Udostępnia
+podstawowe możliwości Exiv2 aplikacjom GNOME.
+
 %package devel
-Summary:       GObject-based wrapper around the  Exiv2 library
+Summary:       Header files for gexiv2 library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gexiv2
 Group:         Development/Libraries
-Requires:      exiv2-devel >= 0.19
+Requires:      %{name} = %{version}-%{release}
+Requires:      exiv2-devel >= 0.21
+Requires:      glib2-devel >= 1:2.0
+Requires:      libstdc++-devel
 
 %description devel
-gexiv2 development files
+Header files for gexiv2 library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki gexiv2.
 
 %package static
-Summary:       GObject-based wrapper around the  Exiv2 library
+Summary:       Static gexiv2 library
+Summary(pl.UTF-8):     Statyczna biblioteka gexiv2
 Group:         Development/Libraries
-Requires:      exiv2-static >= 0.19
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-gexiv2 static library
+Static gexiv2 library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka gexiv2.
+
+%package -n vala-gexiv2
+Summary:       Vala binding for gexiv2 library
+Summary(pl.UTF-8):     Wiązanie języka vala do biblioteki gexiv2
+Group:         Development/Languages
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description -n vala-gexiv2
+Vala binding for gexiv2 library.
+
+%description -n vala-gexiv2 -l pl.UTF-8
+Wiązanie języka vala do biblioteki gexiv2.
 
 %prep
 %setup -q -n lib%{name}-%{version}
-%patch0 -p0
 
 %build
-%{__libtoolize}
-./configure --prefix=%{_prefix}
+# not autoconf-generated
+./configure \
+       --prefix=%{_prefix}
+
+%{__make} \
+       CFLAGS="%{rpmcflags}" \
+       CXX="%{__cxx}" \
+       LIB="%{_lib}" \
+       LDFLAGS="-lm"
 
-%{__make}
+# fix hardcoded ${exec_prefix}/lib
+sed -i -e 's,^libdir=.*,libdir=%{_libdir},' gexiv2.pc
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       LIB="%{_lib}"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib%{name}.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/lib%{name}.so.0
-%attr(755,root,root) %{_libdir}/lib%{name}.so
+%doc AUTHORS MAINTAINERS NEWS README THANKS
+%attr(755,root,root) %{_libdir}/libgexiv2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgexiv2.so.2
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/lib%{name}.la
-%{_includedir}/%{name}
-%{_pkgconfigdir}/%{name}.pc
+%attr(755,root,root) %{_libdir}/libgexiv2.so
+%{_libdir}/libgexiv2.la
+%{_includedir}/gexiv2
+%{_pkgconfigdir}/gexiv2.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib%{name}.a
+%{_libdir}/libgexiv2.a
+
+%files -n vala-gexiv2
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/gexiv2.vapi
This page took 0.091205 seconds and 4 git commands to generate.