source: projects/specs/trunk/p/prison/prison-vl.spec @ 11810

Revision 11810, 2.3 KB checked in by ara_t, 6 years ago (diff)

prison: rebuild with qrencode-4.0.2

Line 
1Name:           prison
2Summary:        A Qt-based barcode abstraction library
3Summary(ja):    Qt ベースのバーコード抽象化ライブラリ
4Version:        1.1.1
5Release:        4%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        MIT
9URL:            https://projects.kde.org/projects/kdesupport/prison
10
11Source0:        ftp://ftp.kde.org/pub/kde/stable/prison/1.0/src/%{name}-%{version}.tar.xz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  cmake
15BuildRequires:  libdmtx-devel
16BuildRequires:  qrencode-devel
17BuildRequires:  qt4-devel
18
19%description
20Prison is a Qt-based barcode abstraction layer/library that provides
21an uniform access to generation of barcodes with data.
22
23%package devel
24Summary:     Development files for %{name}
25Summary(ja): %{name} の開発用ファイル
26Group:       Development/Libraries
27Requires:    %{name} = %{version}-%{release}
28
29%description devel
30%{summary}
31
32
33%prep
34%setup -q
35
36
37%build
38mkdir -p %{_target_platform}
39pushd %{_target_platform}
40%{cmake} ..
41popd
42make %{?_smp_mflags} -C %{_target_platform}
43
44
45%install
46rm -rf %{buildroot}
47make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
48
49
50%clean
51rm -rf %{buildroot}
52
53
54%post -p /sbin/ldconfig
55
56%postun -p /sbin/ldconfig
57
58
59%files
60%defattr(-,root,root,-)
61%doc LICENSE
62%{_libdir}/libprison.so.0*
63
64%files devel
65%defattr(-,root,root,-)
66%{_includedir}/prison/
67%{_libdir}/libprison.so
68%{_libdir}/cmake/Prison/
69
70
71%changelog
72* Sun Oct 07 2018 Toshiaki Ara <ara_t@384.jp> - 1.1.1-4
73- rebuild with qrencode-4.0.2
74
75* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.1-3
76- rebuild with gcc-5.4.0
77
78* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.1-2
79- added Group tag to devel subpackage
80- added Japanese summary
81
82* Mon May 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.1-1
83- new upstream release
84
85* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0-5
86- rebuild package
87
88* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0-4
89- Initial build for Vine Linux
90
91* Wed Jun 29 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.0-3
92- %%files: track soname
93- minor cosmetics
94
95* Fri May 20 2011 Jaroslav Reznik <jreznik@redhat.com> - 1.0-2
96- prison is qt only library
97
98* Fri May 20 2011 Jaroslav Reznik <jreznik@redhat.com> - 1.0-1
99- initial package
Note: See TracBrowser for help on using the repository browser.