source: projects/specs/trunk/t/taglib-sharp/taglib-sharp-vl.spec @ 8068

Revision 8068, 4.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1%define debug_package %{nil}
2
3Name:    taglib-sharp
4Version: 2.0.3.7
5Release: 2%{?_dist_release}
6Summary: Provides tag reading and writing for Banshee and other Mono apps
7
8Group:   System Environment/Libraries
9License: LGPLv2+
10URL:     http://download.banshee-project.org/taglib-sharp/
11Source0: http://download.banshee-project.org/taglib-sharp/%{version}/%{name}-%{version}.tar.bz2
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13
14# Mono only available on these:
15ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
16
17BuildRequires: mono-devel, monodoc, gnome-sharp2
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono frameworks
24which will let you tag your software with as much or as little detail as you
25like without slowing you down. It supports a large variety of movie and music
26formats which abstract away the work, handling all the different cases, so all
27you have to do is access file.Tag.Title, file.Tag.Lyrics, or my personal
28favorite file.Tag.Pictures. But don't think all this abstraction is gonna keep
29you from tagging's greatest gems. You can still get to a specific tag type's
30features with just a few lines of code.
31
32%package devel
33Summary: Provides tag reading and writing for Banshee and other Mono apps
34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
36Requires: pkgconfig
37
38%description devel
39Development files for taglib-sharp.
40
41%prep
42%setup -q
43
44%build
45# Docs are broken.
46%configure --disable-docs
47make %{?_smp_mflags}
48
49%install
50make DESTDIR=$RPM_BUILD_ROOT install
51
52mkdir -p %{buildroot}%{_libdir}/pkgconfig
53mv %{buildroot}%{_datadir}/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
54
55%files
56%defattr(-,root,root,-)
57%doc COPYING
58%{_prefix}/lib/mono/gac/*/
59%{_prefix}/lib/mono/taglib-sharp/
60
61%files devel
62%defattr(-,root,root,-)
63# %%doc %{_libdir}/monodoc/sources/taglib-sharp-docs*
64%{_libdir}/pkgconfig/taglib-sharp.pc
65
66%changelog
67* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-2
68- rebuild with VineSeed environment
69
70* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-1
71- initial build for VIne Linux
72
73
74* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-5
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
76
77* Sat Oct 29 2011 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-4
78- Change paths for mono assemblies according to updated packaging
79  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
80
81* Mon Mar 21 2011 Dan Horák <dan[at]danny.cz> - 2.0.3.7-3
82- updated the supported arch list
83
84* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
86
87* Wed Mar 24 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-1
88- Update to 2.0.3.7
89
90* Sun Feb 28 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-2
91- Fix compilation on x86_64
92
93* Sat Feb 27 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-1
94- Update to 2.0.3.6
95
96* Thu Feb 18 2010 Karsten Hopp <karsten@redhat.com> 2.0.3.2-5.1
97- enable s390, s390x where we have mono now
98
99* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 2.0.3.2-5
100- switch sparc to sparcv9
101
102* Thu Aug 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.3.2-4
103- Build for ppc64
104
105* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.2-3
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
107
108* Sun May 31 2009 Xavier Lamien <laxathom@fedoraproject.org> - 2.0.3.2-3
109- Build arches ppc.
110
111* Wed Feb 25 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-2
112- fix pkgconfig file
113
114* Tue Feb 24 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-1
115- Update to 2.0.3.2
116- The Banshee project has now taking over upstream responsibilities
117- Remove patches
118- Enable threaded build in accordance to Fedora guidelines
119
120* Mon Feb 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-8
121- disable doc generation
122
123* Mon Nov 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-7
124- apply mimetypes fix recommended by banshee upstream
125
126* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-6
127- fix docs generation
128
129* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-5
130- Rebuild against new mono bits
131
132* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-4
133- don't need to specify pkgconfig as a BR, it gets pulled in
134
135* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-3
136- BR: monodoc-devel
137
138* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-2
139- just fix noInjectMenuItem
140
141* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-1
142- initial package
Note: See TracBrowser for help on using the repository browser.