source: projects/specs/trunk/lib/libm/libmrproject/libmrproject-vl.spec @ 521

Revision 521, 2.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Support libraries for Mr. Project
2Name:    libmrproject
3Version: 0.10
4Release: 0vl1
5URL:     http://www.codefactory.se/
6Source0: %{name}-%{version}.tar.bz2
7License: LGPL
8Group:   System Environment/Libraries
9
10Requires: gtk2 >= 2.0
11Requires: libgsf
12Requires: python >= 2.2
13BuildRequires: libgsf-devel
14BuildRequires: python-devel
15
16BuildRoot: %{_tmppath}/%{name}-root
17
18%description
19A support library for accessing Mr. Project data.
20
21%package devel
22Summary:  The files needed for libmrproject application development.
23Group:    Development/Libraries
24Requires: %name = %{PACKAGE_VERSION}
25
26%description devel
27The libmrproject-devel package contains the necessary include files
28for developing applications that access Mr. Project data
29
30
31%prep
32%setup -q
33
34%build
35
36%configure --enable-gtk-doc
37make
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%makeinstall MRP_STORAGEMODULEDIR=$RPM_BUILD_ROOT/%{_libdir}/mrproject/storage-modules
42
43# remove this, we aren't shipping it
44rm -f $RPM_BUILD_ROOT%{_libdir}/libmrproject.la
45rm -f $RPM_BUILD_ROOT%{_libdir}/mrproject/*/*la
46
47%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files -f %{name}.lang
53%defattr(-,root,root)
54%doc ChangeLog NEWS README COPYING
55%{_libdir}/lib*.so.*
56%{_libdir}/mrproject
57%{_libdir}/python?.?/site-packages/*.so
58%{_datadir}/mrproject/*
59
60%files devel
61%defattr(-,root,root)
62%{_libdir}/lib*.so
63%{_libdir}/pkgconfig/*
64%{_includedir}/mrproject-1.0
65%{_datadir}/gtk-doc/html/libmrproject/
66
67%changelog
68* Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-0vl1
69- new upstream release
70- add Requires: python, BuildRequires: python-devel
71
72* Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-0vl1
73- rebuilt for Vine Linux
74- based on Redhat Rawhide 0.9-5 and updated 0.9.1
75
76* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
77- rebuilt
78
79* Fri Feb 21 2003 Jonathan Blandford <jrb@redhat.com> 0.9-3
80- move data files from the devel package to the normal package, #84823
81
82* Mon Feb 17 2003 Jonathan Blandford <jrb@redhat.com> 0.9-1
83- new version
84- remove duplicate files, #83910
85
86* Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com>
87- new version
88
89* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
90- rebuilt
91
92* Fri Jan  3 2003 Jonathan Blandford <jrb@redhat.com>
93- remove .a files
94- fix typo, #75866
95
96* Thu Jan  2 2003 Jonathan Blandford <jrb@redhat.com>
97- bumped to new version
98
99* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
100- lib64'ize
101- remove lingering files in $RPM_BUILD_ROOT we aren't including in the
102  built package
103
104* Wed Aug 14 2002 Jonathan Blandford <jrb@redhat.com>
105- New bug fix version
106
107* Tue Aug  6 2002 Jonathan Blandford <jrb@redhat.com>
108- new version.
109
110* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
111- automated rebuild
112
113* Wed May 29 2002 Jonathan Blandford <jrb@redhat.com>
114- Initial build.
115
116
Note: See TracBrowser for help on using the repository browser.