source: projects/specs/trunk/q/qqwing/qqwing-vl.spec @ 10492

Revision 10492, 1.7 KB checked in by tomop, 8 years ago (diff)

qqwing-1.3.4-2

RevLine 
[9073]1Name:                   qqwing
2Summary:                Sudoku generating and solving software
3Summary(ja):    数独生成&解析ソフトウェア
[9791]4Version:                1.3.4
[10492]5Release:                2%{?_dist_release}
[9073]6License:                GPLv2
7Group:                  Applications/Games
8URL:                    http://qqwing.com/
9Source:                 %{name}-%{version}.tar.gz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13Vendor:                 Project Vine
14Distribution:   Vine Linux
15Packager:               Takemikaduchi
16
17%description
18QWing is Sudoku generating and solving software that has been ported
19to 3 programming languages: C++, Java, and JavaScript.
20Various versions are available to run on different platforms and
21different environments.
22
23
24%package        devel
25Summary:        Development tools for %{name}
26Summary(ja):    %{name} の開発環境
27Group:          Development/Libraries
28Requires:       %{name} = %{version}-%{release}
29Requires:       pkgconfig
30
31%description    devel
32Header files and libraries for building a extension library for the %{name}.
33
34
35%prep
36%setup -q
37
38%build
39%configure
40make %{?_smp_mflags}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make install DESTDIR=$RPM_BUILD_ROOT
45
46find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%post -p /sbin/ldconfig
52
53%postun -p /sbin/ldconfig
54
55%files
56%defattr(-,root,root,-)
57%doc  COPYING NEWS
58%{_bindir}/%{name}
59%{_libdir}/libqqwing.so.*
60%{_mandir}/man1/%{name}.1.gz
61
62%files devel
63%defattr(-,root,root,-)
64%{_includedir}/qqwing.hpp
65%{_libdir}/libqqwing.so
66%{_libdir}/pkgconfig/qqwing.pc
67
68
69%changelog
[10492]70* Sat Jul 2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.4-2
71- rebuilt with new toolchain.
72
[9791]73* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
74- new upstream release
75
[9073]76* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
77- initial build
78
Note: See TracBrowser for help on using the repository browser.