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

Revision 8447, 3.8 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

Line 
1Summary:        Library for OpenPGP prompts
2Name:           libcryptui
3Version:        3.12.2
4Release:        1%{?_dist_release}
5Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{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:  yelp-tools
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        docs
44Summary:        Documentation for libcryptui
45Summary(ja):    libcryptui 用のドキュメント
46Group:          Documentation
47Requires:       %{name} = %{version}-%{release}
48BuildArch:              noarch
49Provides:       %{name}-doc = %{version}-%{release}
50
51
52%description    docs
53This package contains documentation for libcryptui.
54
55
56%prep
57%setup -q
58
59
60%build
61autoreconf -fi
62%configure --disable-static
63%{__make} %{?_smp_mflags}
64
65
66%install
67%{__rm} -rf ${RPM_BUILD_ROOT}
68%{__make} install DESTDIR=${RPM_BUILD_ROOT}
69
70find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
71
72# conflict with seahorse
73rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
74rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
75
76%clean
77%{__rm} -rf ${RPM_BUILD_ROOT}
78
79%post -p /sbin/ldconfig
80
81%postun
82/sbin/ldconfig
83if [ $1 -eq 0 ] ; then
84        glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
85fi
86
87%posttrans
88glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
89
90
91%files
92%defattr(-,root,root,-)
93%doc COPYING ChangeLog NEWS README
94%{_bindir}/seahorse-daemon
95%{_libdir}/libcryptui.so.*
96%{_libdir}/girepository-1.0/CryptUI-0.0.typelib
97%{_datadir}/GConf/gsettings/org.gnome.seahorse.recipients.convert
98%{_datadir}/dbus-1/services/org.gnome.seahorse.service
99%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.recipients.gschema.xml
100%{_datadir}/pixmaps/cryptui/*/*
101%{_datadir}/cryptui/ui/*.xml
102%{_mandir}/man1/seahorse-daemon.1.gz
103
104%files devel
105%defattr(-,root,root,-)
106%{_includedir}/libcryptui
107%{_libdir}/libcryptui.so
108%{_libdir}/pkgconfig/cryptui-0.0.pc
109%{_datadir}/gir-1.0/CryptUI-0.0.gir
110
111%files docs
112%defattr(-,root,root,-)
113%{_datadir}/gtk-doc/html/libcryptui
114
115
116%changelog
117* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
118- new upstream release
119
120* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
121- rebuild with VineSeed environment
122
123* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
124- new upstream release
125
126* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
127- new upstream release
128
129* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
130- new upstream release
131- change BuildRequires: yelp-tools instead of gnome-doc-utils
132
133* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
134- new upstream release
135
136* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
137- new upstream release
138
139* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
140- new upstream release
141
142* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.91-1
143- new upstream release
144- remove Patch0
145
146* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-2
147- add Patch0 (libcryptui-3.1.4-bug655291.patch)
148
149* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
150- initial build for Vine Linux
151
Note: See TracBrowser for help on using the repository browser.