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

Revision 9480, 4.5 KB checked in by inagaki, 9 years ago (diff)

2015-04-01 Ryoichi INAGAKI <ryo1@…>

  • banshee, gdata-sharp, gkeyfile-sharp, gudev-sharp: rebuilt
  • boo: fixed spec
  • taglib-sharp: updated


Line 
1Name:    taglib-sharp
2Version: 2.1.0.0
3Release: 1%{?_dist_release}
4Summary: Provides tag reading and writing for Banshee and other Mono apps
5
6Group:   System Environment/Libraries
7License: LGPLv2+
8URL:     http://download.banshee-project.org/taglib-sharp/
9Source0: http://download.banshee.fm/taglib-sharp/2.1.0.0/taglib-sharp-2.1.0.0.tar.bz2
10
11BuildArch: noarch
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires:  autoconf automake libtool
14BuildRequires:  gnome-sharp2-devel
15BuildRequires:  mono-devel
16BuildRequires:  mono-nunit-devel
17BuildRequires:  monodoc
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23TagLib# is a metadata or "tag" reader and writer library that supports the
24most common movie and music formats, abstracting away format specificity.
25TagLib# offers either a common API for all formats or access to specific
26
27%package devel
28Summary: Provides tag reading and writing for Banshee and other Mono apps
29Group: Development/Libraries
30Requires: %{name} = %{version}-%{release}
31Requires: pkgconfig
32
33%description devel
34Development files for taglib-sharp.
35
36%prep
37%setup -q
38
39%build
40# Docs are broken.
41%configure --disable-docs
42make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make DESTDIR=$RPM_BUILD_ROOT install
47
48#mkdir -p %{buildroot}%{_libdir}/pkgconfig
49#mv %{buildroot}%{_datadir}/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root,-)
56%doc AUTHORS COPYING ChangeLog NEWS README
57%{_prefix}/lib/mono/gac/*/
58%{_prefix}/lib/mono/taglib-sharp/
59
60%files devel
61%defattr(-,root,root,-)
62# %%doc %{_libdir}/monodoc/sources/taglib-sharp-docs*
63%{_datadir}/pkgconfig/taglib-sharp.pc
64
65%changelog
66* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1.0.0-1
67- updated to 2.1.0.0
68- built with mono 3.12.1
69- changed BuildArch to noarch
70
71* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-2
72- rebuild with VineSeed environment
73
74* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-1
75- initial build for VIne Linux
76
77
78* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-5
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
80
81* Sat Oct 29 2011 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-4
82- Change paths for mono assemblies according to updated packaging
83  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
84
85* Mon Mar 21 2011 Dan Horák <dan[at]danny.cz> - 2.0.3.7-3
86- updated the supported arch list
87
88* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
90
91* Wed Mar 24 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-1
92- Update to 2.0.3.7
93
94* Sun Feb 28 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-2
95- Fix compilation on x86_64
96
97* Sat Feb 27 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-1
98- Update to 2.0.3.6
99
100* Thu Feb 18 2010 Karsten Hopp <karsten@redhat.com> 2.0.3.2-5.1
101- enable s390, s390x where we have mono now
102
103* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 2.0.3.2-5
104- switch sparc to sparcv9
105
106* Thu Aug 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.3.2-4
107- Build for ppc64
108
109* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.2-3
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
111
112* Sun May 31 2009 Xavier Lamien <laxathom@fedoraproject.org> - 2.0.3.2-3
113- Build arches ppc.
114
115* Wed Feb 25 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-2
116- fix pkgconfig file
117
118* Tue Feb 24 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-1
119- Update to 2.0.3.2
120- The Banshee project has now taking over upstream responsibilities
121- Remove patches
122- Enable threaded build in accordance to Fedora guidelines
123
124* Mon Feb 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-8
125- disable doc generation
126
127* Mon Nov 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-7
128- apply mimetypes fix recommended by banshee upstream
129
130* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-6
131- fix docs generation
132
133* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-5
134- Rebuild against new mono bits
135
136* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-4
137- don't need to specify pkgconfig as a BR, it gets pulled in
138
139* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-3
140- BR: monodoc-devel
141
142* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-2
143- just fix noInjectMenuItem
144
145* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-1
146- initial package
Note: See TracBrowser for help on using the repository browser.