]> git.pld-linux.org Git - packages/exempi.git/blobdiff - exempi.spec
- rebuild with expat 2.1.0
[packages/exempi.git] / exempi.spec
index f6c43c2917d056a37c92fd9f223e186351b2a328..9f7efde01112ab9e02a92edb8c738b31b56ed7f9 100644 (file)
@@ -1,22 +1,24 @@
-Summary:       An XMP support library
-Summary(pl.UTF-8):     Biblioteka obsługująca XMP
+Summary:       An XMP metadata support library
+Summary(pl.UTF-8):     Biblioteka obsługująca metadane XMP
 Name:          exempi
-Version:       1.99.5
-Release:       1
+Version:       2.2.0
+Release:       2
 License:       BSD
 Group:         Libraries
 Source0:       http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: aa22ca8a84e0f768775dc2b22501822e
+# Source0-md5: cb789ba2b6ed78b864cc18cdc87f3b72
+URL:           http://libopenraw.freedesktop.org/wiki/Exempi
 BuildRequires: boost-devel >= 1.33.1
 BuildRequires: expat-devel >= 1.95
 BuildRequires: libstdc++-devel
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-XMP parsing and IO library.
+XMP metadata parsing and IO library.
 
 %description -l pl.UTF-8
-Biblioteka do analizy oraz wejścia/wyjścia XMP.
+Biblioteka do analizy oraz wejścia/wyjścia metadanych XMP.
 
 %package devel
 Summary:       Header files for exempi
@@ -25,6 +27,7 @@ Group:                Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      expat-devel >= 1.95
 Requires:      libstdc++-devel
+Requires:      zlib-devel
 
 %description devel
 Header files for exempi.
@@ -53,7 +56,7 @@ Group:                Applications/Archiving
 %description samples
 Sample programs using exempi library.
 
-%description devel -l pl.UTF-8
+%description samples -l pl.UTF-8
 Przykładowe programy używające biblioteki exempi.
 
 %prep
@@ -62,7 +65,8 @@ Przykładowe programy używające biblioteki exempi.
 %build
 # configure fails on boost linking check
 %configure \
-       ax_cv_boost_unit_test_framework=no
+       ax_cv_boost_unit_test_framework=no \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -82,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/libexempi.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libexempi.so.3
 
This page took 0.074753 seconds and 4 git commands to generate.