update to 1.0.5 [release 1.0.5-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
ecbe91d888
commit
7738100287
@ -1,20 +1,18 @@
|
|||||||
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: libiptcdata
|
Name: libiptcdata
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: libiptcdata is a standalone C-library for reading and writing the IPTC metadata
|
Summary: libiptcdata is a standalone C-library for reading and writing the IPTC metadata
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libiptcdata/
|
URL: https://github.com/ianw/libiptcdata
|
||||||
Source: http://netcologne.dl.sourceforge.net/project/libiptcdata/libiptcdata/%{version}/libiptcdata-%{version}.tar.gz
|
Source: https://github.com/ianw/libiptcdata.git/release_%{gitver}/libiptcdata-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libiptcdata is a standalone C-library for reading and writing the International Press Telecommunications Council (IPTC) metadata contained in various data files such as images
|
libiptcdata is a standalone C-library for reading and writing the International Press Telecommunications Council (IPTC) metadata contained in various data files such as images
|
||||||
@ -41,6 +39,7 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libiptcdata-%{version}
|
%setup -q -n libiptcdata-%{version}
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc
|
%configure --enable-gtk-doc
|
||||||
@ -50,7 +49,7 @@ This package includes the %{name} API documentation.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -60,28 +59,26 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/iptc
|
%{_libdir}/libiptcdata.so.*
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/iptc.mo
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/iptc
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libiptcdata.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libiptcdata.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/libiptcdata/*.html
|
%dir %{_datadir}/gtk-doc/html/libiptcdata
|
||||||
%{_datadir}/gtk-doc/html/libiptcdata/*.png
|
%{_datadir}/gtk-doc/html/libiptcdata/*
|
||||||
%{_datadir}/gtk-doc/html/libiptcdata/index.sgml
|
|
||||||
%{_datadir}/gtk-doc/html/libiptcdata/libiptcdata.devhelp2
|
|
||||||
%{_datadir}/gtk-doc/html/libiptcdata/style.css
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
||||||
|
- update to 1.0.5
|
||||||
|
|
||||||
* Wed Aug 29 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.0.4-1mamba
|
* Wed Aug 29 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.0.4-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user