source: projects/specs/trunk/lib/libg/libgxps/libgxps-vl.spec @ 9791

Revision 9791, 2.5 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1Name:           libgxps
2Version:        0.2.3.2
3Release:        1%{?_dist_release}
4Summary:        GObject based library for handling and rendering XPS documents.
5
6Group:          System Environment/Libraries
7License:        LGPLv2+
8URL:            https://live.gnome.org/libgxps
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  gtk3-devel
14BuildRequires:  libarchive-devel
15BuildRequires:  libjpeg-turbo-devel
16BuildRequires:  libtiff-devel
17BuildRequires:  lcms2-devel
18BuildRequires:  gtk-doc
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24%description
25libgxps is a GObject based library for handling and rendering XPS
26documents.
27
28%package        devel
29Summary:        Development tools for %{name}
30Summary(ja):    %{name} の開発環境
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35%description devel
36Header files and libraries for building a extension library for the
37%{name}.
38
39
40%package        doc
41Summary:        Documentation for %{name}
42Summary(ja):    %{name} 用のドキュメント
43Group:          Documentation
44Requires:       %{name} = %{version}-%{release}
45BuildArch:      noarch
46
47
48%description    doc
49This package contains documentation for %{name}.
50
51
52%prep
53%setup -q
54
55%build
56%configure --disable-static
57
58make %{?_smp_mflags}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62make install DESTDIR=$RPM_BUILD_ROOT
63
64find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post -p /sbin/ldconfig
70%postun -p /sbin/ldconfig
71
72%files
73%defattr(-,root,root,-)
74%doc ChangeLog AUTHORS COPYING NEWS README
75%{_bindir}/xpstojpeg
76%{_bindir}/xpstopdf
77%{_bindir}/xpstopng
78%{_bindir}/xpstops
79%{_bindir}/xpstosvg
80%{_libdir}/%{name}.so.*
81%{_libdir}/girepository-1.0/GXPS-0.1.typelib
82
83%files devel
84%defattr(-, root, root)
85%{_includedir}/%{name}
86%{_libdir}/%{name}.so
87%{_libdir}/pkgconfig/%{name}.pc
88%{_datadir}/gir-1.0/GXPS-0.1.gir
89
90%files doc
91%defattr(-, root, root)
92%{_datadir}/gtk-doc/html/%{name}
93
94%changelog
95* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3.2-1
96- new upstream release
97
98* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3.1-1
99- new upstream release
100
101* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-3
102- rebuild with libarchve-3.1.2
103
104* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-2
105- rebuild with VineSeed environment
106
107* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-1
108- initial build
Note: See TracBrowser for help on using the repository browser.