|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libdmtx
|
|
|
|
|
Version: 0.7.2
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Summary: Library for working with Data Matrix 2D bar-codes
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -149,9 +149,7 @@ python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
pushd ruby
|
|
|
|
|
# ruby_headers= used as a workaround:
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=921650
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT ruby_headers=
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
#pushd java
|
|
|
|
@ -213,6 +211,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 0.7.2-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
|
|
|
|
|
* Tue Apr 01 2014 Dan Horák <dan@danny.cz> - 0.7.2-12
|
|
|
|
|
- rebuilt for ImageMagick soname bump
|
|
|
|
|
|
|
|
|
|