source: projects/specs/trunk/lib/libc/libcryptui/libcryptui-vl.spec @ 4704

Revision 4704, 2.5 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

Line 
1Summary:        Library for OpenPGP prompts
2Name:           libcryptui
3Version:        3.1.4
4Release:        2%{?_dist_release}
5Source0:        %{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://git.gnome.org/browse/libcryptui/
9
10Patch0:         libcryptui-3.1.4-bug655291.patch
11
12BuildRequires:  glib2-devel
13BuildRequires:  GConf2-devel
14BuildRequires:  gtk3-devel
15BuildRequires:  gpgme-devel >= 1.0.0
16BuildRequires:  libgnome-keyring-devel
17BuildRequires:  libnotify-devel
18BuildRequires:  libSM-devel
19BuildRequires:  gnome-doc-utils >= 0.3.2
20
21BuildRoot:      %{_tmppath}/%{name}-%{version}-root
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: Takemikaduchi
26
27
28%description
29libcryptui is a library used for prompting for PGP keys. It's likely that this
30library will become deprecated in the near future.
31
32
33%package        devel
34Summary:        Development tools for libcryptui
35Summary(ja):    libcryptui の開発環境
36Group:          Development/Libraries
37Requires:       %{name} = %{version}-%{release}
38Requires:       pkgconfig
39
40%description devel
41Header files and libraries for building a extension library for the
42libcryptui.
43
44
45%package        doc
46Summary:        Documentation for libcryptui
47Summary(ja):    libcryptui 用のドキュメント
48Group:          Documentation
49Requires:       %{name} = %{version}-%{release}
50BuildArch:      noarch
51
52
53%description    doc
54This package contains documentation for libcryptui.
55
56
57%prep
58%setup -q
59%patch0 -p1
60
61
62%build
63autoreconf -fi
64%configure --disable-static
65%{__make} %{?_smp_mflags}
66
67
68%install
69%{__rm} -rf ${RPM_BUILD_ROOT}
70%{__make} install DESTDIR=${RPM_BUILD_ROOT}
71
72find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
73
74# conflict with seahorse
75rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
76rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
77
78%clean
79%{__rm} -rf ${RPM_BUILD_ROOT}
80
81
82%files
83%defattr(-,root,root,-)
84%doc COPYING ChangeLog NEWS README
85%{_bindir}/seahorse-daemon
86%{_libdir}/libcryptui.so.*
87%{_libdir}/girepository-1.0/CryptUI-0.0.typelib
88%{_datadir}/dbus-1/services/org.gnome.seahorse.service
89%{_datadir}/pixmaps/cryptui/*/*
90%{_datadir}/cryptui/ui/*.xml
91%{_mandir}/man1/seahorse-daemon.1.gz
92
93%files devel
94%defattr(-,root,root,-)
95%{_includedir}/libcryptui
96%{_libdir}/libcryptui.so
97%{_libdir}/pkgconfig/cryptui-0.0.pc
98%{_datadir}/gir-1.0/CryptUI-0.0.gir
99
100%files doc
101%defattr(-,root,root,-)
102%{_datadir}/gtk-doc/html/libcryptui
103
104
105%changelog
106* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-2
107- add Patch0 (libcryptui-3.1.4-bug655291.patch)
108
109* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
110- initial build for Vine Linux
111
Note: See TracBrowser for help on using the repository browser.