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

Revision 8119, 3.7 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Summary:        Library for OpenPGP prompts
2Name:           libcryptui
3Version:        3.10.1
4Release:        2%{?_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 Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
118- rebuild with VineSeed environment
119
120* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
121- new upstream release
122
123* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
124- new upstream release
125
126* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
127- new upstream release
128- change BuildRequires: yelp-tools instead of gnome-doc-utils
129
130* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
131- new upstream release
132
133* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
134- new upstream release
135
136* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
137- new upstream release
138
139* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.91-1
140- new upstream release
141- remove Patch0
142
143* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-2
144- add Patch0 (libcryptui-3.1.4-bug655291.patch)
145
146* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
147- initial build for Vine Linux
148
Note: See TracBrowser for help on using the repository browser.