source: projects/specs/trunk/lib/libb/libburn/libburn-vl.spec @ 12216

Revision 12216, 5.4 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 for reading, mastering and writing optical discs
2Summary(ja):    光学ディスクの読み込み・マスタリング・書き込みを行うライブラリ
3
4Name:           libburn
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:   libtool intltool gettext doxygen graphviz
17
18
19%description
20Libburn is an open-source library for reading, mastering and writing
21optical discs. For now this means only CD-R and CD-RW.
22
23The project comprises of several more or less interdependent parts which
24together strive to be a usable foundation for application development.
25These are libraries, language bindings, and middleware binaries which emulate
26classical (and valuable) Linux tools.
27
28
29%package        devel
30Summary:        Development files for %{name}
31Summary(ja):    %{name} の開発ファイル
32Group:          Development/Libraries
33Requires:       %{name} = %{version}-%{release}
34Requires:       pkgconfig
35
36%description    devel
37The %{name}-devel package contains libraries and header files for
38developing applications that use %{name}.
39
40
41%package -n     cdrskin
42Summary:        Limited cdrecord compatibility wrapper to ease migration to libburn
43Summary(ja):    libburn への移行を容易にするための限定的な cdrecord 互換ラッパー
44Group:          Applications/Multimedia
45Requires:       %{name} = %{version}-%{release}
46
47%description -n cdrskin
48A limited cdrecord compatibility wrapper which allows to use some libburn
49features from the command line.
50
51
52%prep
53%setup -q
54
55
56%build
57%configure --disable-static
58make %{?_smp_mflags}
59doxygen doc/doxygen.conf
60
61
62%install
63rm -rf $RPM_BUILD_ROOT
64make install DESTDIR=$RPM_BUILD_ROOT
65install -d $RPM_BUILD_ROOT%{_bindir}
66install -m 0755 cdrskin/.libs/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
67install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
68install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
69find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
70
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75
76%post -p /sbin/ldconfig
77
78%postun -p /sbin/ldconfig
79
80
81%files
82%defattr(-,root,root,-)
83%license COPYING COPYRIGHT
84%doc AUTHORS README
85%{_libdir}/%{name}*.so.*
86
87%files devel
88%defattr(-,root,root,-)
89%doc doc/html
90%{_includedir}/%{name}
91%{_libdir}/%{name}*.so
92%{_libdir}/pkgconfig/%{name}*.pc
93
94%files -n cdrskin
95%defattr(-,root,root,-)
96%{_mandir}/*/*
97%{_bindir}/cdrskin
98
99
100%changelog
101* Mon Sep 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.0-1
102- new upstream release.
103
104* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.8-1
105- new upstream release
106
107* Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
108- new upstream release
109
110* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
111- new upstream release
112
113* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
114- rebuild with rpm-4.8.1 for pkg-config file
115
116* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
117- initial build for Vine Linux
118
119* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
120- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
121
122* Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
123- Updating to pl01 tarball from upstream
124- Fixed project URL
125
126* Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
127- New upstream version
128
129* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
130- fix license tag
131
132* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
133- Update to upstream 0.4.8
134
135* Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
136- Autorebuild for GCC 4.3
137
138* Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
139- Update to 0.4.0
140
141* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
142- Rebuild for BuildID
143
144* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
145- Update to upstream 0.3.8
146- Fixed project URL
147
148* Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
149- Fixed unowned include directory (#233860)
150
151* Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
152- Moved documentation into devel package, #228372
153- Updated source URL to new upstream location
154
155* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
156- Update to 0.2.6.3
157- Remove libisofs stuff as it's packaged seperately now.
158- Add a manpage for cdrskin
159
160* Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
161- Point to a real URL in source, now that we have a tarball
162
163* Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
164- 0.2.2 release
165
166* Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
167- Create doxygen docs
168
169* Fri Sep  8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
170- rebuild with new snapshot
171
172* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-3.20060823svn
173- don't install dupe headers in -devel packages
174- libisofs requires libburn devel for directory ownership
175
176* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2.20060823svn
177- Fix cdrskin require
178- Fix tabs
179- Added doc files
180
181* Wed Aug 23 2006 Jesse Keating <jkeating@redhat.com> - 0.2-1.20060823svn
182- Initial package for review
Note: See TracBrowser for help on using the repository browser.