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

Revision 7583, 5.1 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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