source: projects/specs/trunk/lib/libm/libmal/libmal-vl.spec @ 9381

Revision 9381, 2.2 KB checked in by inagaki, 9 years ago (diff)

2015-02-24 Ryoichi INAGAKI <ryo1@…>

  • libmal, libsmbios, libwvstreams: rebuilt
  • libsieve, libxdg-basedir: updated


Line 
1%define version 0.44.1
2
3Summary: MAL (Mobil Application Link) library
4Summary(ja): MAL (Mobil Application Link) ライブラリ
5Name: libmal
6Version: %{version}
7Release: 4%{?_dist_release}
8
9Group: System Environment/Libraries
10License: MPL
11URL: http://www.jlogday.com/code/libmal/
12
13Source: http://http://www.jlogday.com/code/libmal/libmal-%{version}.tar.gz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: pilot-link-devel
17
18%description
19libmal is really just a convenience library of the functions in Tom Whittaker's
20malsync distribution, along with a few wrapper functions.
21
22%package devel
23Summary: Development files for libmal
24Summary(ja): libmal の開発用ファイル
25Group: Development/Libraries
26Requires: %{name} = %{version}-%{release}
27
28%description devel
29Development files for libmal
30
31%prep
32%setup -q
33
34%build
35%configure --disable-static FORCE_PILOT_LIBS=%{_libdir}
36make
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make DESTDIR=$RPM_BUILD_ROOT install
41
42## remove unuse files
43rm -rf %{buildroot}%{_libdir}/*.la
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post -p /sbin/ldconfig
49
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root)
54%doc README ChangeLog MPL-1_0.txt TODO
55%{_bindir}/*
56%{_libdir}/*.so.*
57
58%files devel
59%defattr(-,root,root)
60%{_includedir}/libmal/*
61%{_libdir}/*.so
62
63%changelog
64* Tue Feb 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.44.1-4
65- rebuilt on current VineSeed
66
67* Mon May 21 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-3
68- rebuild with rpm-4.8.1-3
69
70* Thu Sep 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-2
71- added BR: pilot-link-devel
72
73* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-1
74- new upstream release
75- built with new toolchain
76- added --disable-static to %%configure
77
78* Mon Sep 08 2008 Shu KONNO <owa@bg.wakwak.com> 0.42-1vl5
79- applied new versioning policy
80- added FORCE_PILOT_LIBS to %%configure
81- removed *.la
82
83* Sat Dec  2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42-0vl1
84- new upstream release
85- rebuilt with new pilot-link
86- added %post and %postun section
87- changed Group to System Environment/Libraries
88
89* Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.31-0vl1
90- build for VineSeed
91
92* Tue Jan 21 2003 Jason Day <jasonday@worldnet.att.net>
93- Initial version
94
Note: See TracBrowser for help on using the repository browser.