source: projects/specs/trunk/lib/libi/libisofs/libisofs-vl.spec @ 12216

Revision 12216, 3.6 KB checked in by tomop, 5 years ago (diff)

updated 3 packages

libburn-1.5.0-1

libisoburn-1.5.0-5

libisofs-1.5.0-1

Line 
1Summary:        Library to create ISO 9660 disk images
2Summary(ja):    ISO9660 ディスクイメージを作成するためのライブラリ
3
4Name:           libisofs
5Version:        1.5.0
6Release:        1%{?_dist_release}
7
8Group:          System Environment/Libraries
9License:        GPLv2
10URL:            http://libburnia-project.org/
11Vendor:         Project Vine
12Distribution:   Vine Linux
13Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15
16BuildRequires:  libburn-devel doxygen graphviz
17Requires:       libburn
18
19
20%description
21Libisofs is a library to pack up hard disk files and directories into a
22ISO 9660 disk image. This may then be burned to CD via libburn.
23
24
25%package        devel
26Summary:        Development files for %{name}
27Summary(ja):    %{name} の開発ファイル
28Group:          Development/Libraries
29Requires:       %{name} = %{version}-%{release}
30Requires:       pkgconfig
31
32%description    devel
33The libisofs-devel package contains libraries and header files for
34developing applications that use libisofs.
35
36
37%prep
38%setup -q
39
40
41%build
42%configure --disable-static
43make %{?_smp_mflags}
44doxygen doc/doxygen.conf
45
46
47%install
48rm -rf $RPM_BUILD_ROOT
49make install DESTDIR=$RPM_BUILD_ROOT
50install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
51install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
52find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
53
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58
59%post -p /sbin/ldconfig
60
61%postun -p /sbin/ldconfig
62
63
64%files
65%defattr(-,root,root,-)
66%license COPYING COPYRIGHT
67%doc AUTHORS README NEWS
68%{_libdir}/%{name}*.so.*
69
70%files devel
71%defattr(-,root,root,-)
72%doc doc/html
73%{_includedir}/%{name}
74%{_libdir}/libisofs*.so
75%{_libdir}/pkgconfig/libisofs*.pc
76 
77
78%changelog
79* Mon Sep 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.0-1
80- new upstream release.
81
82* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.8-1
83- new upstream release
84
85* Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
86- new upstream release
87
88* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
89- new upstream release
90
91* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.12-2
92- rebuilt with rpm-4.8.1 for pkg-config
93
94* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.12-1
95- initial build for Vine Linux
96
97* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99
100* Sun Jan 25 2009 Denis Leroy <denis@poolshark.org> - 0.6.12-1
101- Update to 0.6.12 upstream version
102
103* Wed Aug  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6.6-2
104- fix license tag
105
106* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.6.6-1
107- Update to upstream 0.6.6
108
109* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
110- Autorebuild for GCC 4.3
111
112* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.2.8-2
113- Rebuild for BuildID
114
115* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.2.8-1
116- Update to 0.2.8
117- Fixed Source URL
118
119* Mon Jan 08 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-2
120- Move html docs to -devel
121- Change urls to new upstream location
122
123* Wed Jan 03 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-1
124- New upstream release to fix some issues
125
126* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-2
127- Fix some issues brought up during review
128
129* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-1
130- Initial release split off of libburn package.
131- Disable docs for now, will be fixed in future upstream release
Note: See TracBrowser for help on using the repository browser.