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

Revision 6299, 5.0 KB checked in by Takemikaduchi, 12 years ago (diff)

libburn, libisofs, xorg-x11-drv-ati: new upstream release
others: new package

Line 
1Summary:        Library for reading, mastering and writing optical discs
2Summary(ja):    光学ディスクの読み込み・マスタリング・書き込みを行うライブラリ
3
4Name:           libburn
5Version:        1.2.2
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* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
100- new upstream release
101
102* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
103- rebuild with rpm-4.8.1 for pkg-config file
104
105* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
106- initial build for Vine Linux
107
108* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
110
111* Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
112- Updating to pl01 tarball from upstream
113- Fixed project URL
114
115* Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
116- New upstream version
117
118* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
119- fix license tag
120
121* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
122- Update to upstream 0.4.8
123
124* Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
125- Autorebuild for GCC 4.3
126
127* Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
128- Update to 0.4.0
129
130* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
131- Rebuild for BuildID
132
133* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
134- Update to upstream 0.3.8
135- Fixed project URL
136
137* Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
138- Fixed unowned include directory (#233860)
139
140* Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
141- Moved documentation into devel package, #228372
142- Updated source URL to new upstream location
143
144* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
145- Update to 0.2.6.3
146- Remove libisofs stuff as it's packaged seperately now.
147- Add a manpage for cdrskin
148
149* Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
150- Point to a real URL in source, now that we have a tarball
151
152* Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
153- 0.2.2 release
154
155* Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
156- Create doxygen docs
157
158* Fri Sep  8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
159- rebuild with new snapshot
160
161* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-3.20060823svn
162- don't install dupe headers in -devel packages
163- libisofs requires libburn devel for directory ownership
164
165* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2.20060823svn
166- Fix cdrskin require
167- Fix tabs
168- Added doc files
169
170* Wed Aug 23 2006 Jesse Keating <jkeating@redhat.com> - 0.2-1.20060823svn
171- Initial package for review
Note: See TracBrowser for help on using the repository browser.