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

Revision 4616, 2.3 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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