⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qrencode.spec.in

📁 二维码QR的linux平台下的编码源代码
💻 IN
字号:
%define ver @VERSION@%define rel 1Name:           qrencodeVersion:        %{ver}Release:        %{rel}%{?dist}Summary:        Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness.Group:          System Environment/LibrariesLicense:        LGPLURL:            http://megaui.net/fukuchi/works/qrencode/Source0:        http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.gzBuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)%descriptionLibqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Structured Append Feature, Micro QR Code, QR Code model 1.%package        develSummary:        Development files for libqrencodeGroup:          Development/LibrariesRequires:       %{name} = %{version}-%{release}%description    develLibqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Structured Append Feature, Micro QR Code, QR Code model 1.This package contains development files for libqrencode.%prep%setup -q%build%configuremake %{?_smp_mflags}%installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOTrm -f $RPM_BUILD_ROOT%{_libdir}/*.la%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root,-)%doc COPYING TODO ChangeLog NEWS README%{_libdir}/libqrencode.so.*%{_bindir}/qrencode%files devel%defattr(-,root,root,-)%{_includedir}/qrencode.h%{_libdir}/libqrencode.so%{_libdir}/pkgconfig/libqrencode.pc%changelog* Tue May 15 2007 Kentaro Fukuchi <fukuchi at megaui.net> 1.0.2-2- Summary has been synchronized to README.* Thu May 09 2007 Katsumi Saito <katsumi at jo1upk.ymt.prug.or.jp> 1.0.2-1- Initial RPM release

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -