source: projects/specs/trunk/t/thunar-vfs/thunar-vfs-vl.spec @ 8920

Revision 8920, 3.3 KB checked in by kudoh, 10 years ago (diff)

new upstream and rebuilt

Line 
1# Review at https://bugzilla.redhat.com/show_bug.cgi?id=660159
2
3%global minorversion 1.2
4
5Name:           thunar-vfs
6Summary:        Virtual filesystem shipped with Thunar 1.0 and earlier releases
7Version:        1.2.0
8Release:        7%{?_dist_release}
9
10Group:          System Environment/Libraries
11License:        LGPLv2+
12URL:            http://thunar.xfce.org
13
14Source0:        http://archive.xfce.org/src/xfce/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
15
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17BuildRequires:  dbus-glib-devel >= 0.34
18BuildRequires:  desktop-file-utils
19BuildRequires:  freetype2-devel
20BuildRequires:  gamin-devel
21BuildRequires:  GConf2-devel >= 2.4.0
22BuildRequires:  gettext
23BuildRequires:  glib2-devel >= 2.12.0
24BuildRequires:  gtk-doc
25BuildRequires:  gtk2-devel >= 2.10.0
26BuildRequires:  intltool
27BuildRequires:  libexo-devel >= 0.6.0
28BuildRequires:  libjpeg-devel
29BuildRequires:  libpng-devel
30BuildRequires:  libxfce4util-devel >= 4.8.0
31BuildRequires:  pkgconfig
32BuildRequires:  startup-notification-devel >= 0.4
33Conflicts:      Thunar < 1.1.0
34
35Vendor: Project Vine
36Distribution: Vine Linux
37
38%description
39This package contains the virtual filesystem shipped with Thunar 1.0 and earlier
40releases. It provides compatibility for applications that still use thunar-vfs
41while Thunar was ported to GVFS.
42
43%package        devel
44Summary:        Development files for %{name}
45Group:          Development/Libraries
46Requires:       %{name} = %{version}-%{release}
47Requires:       glib2-devel >= 2.12.0
48Requires:       libexo-devel >= 0.6.0
49
50%description    devel
51The %{name}-devel package contains libraries and header files for
52developing applications that use %{name}.
53
54
55%prep
56%setup -q
57
58%build
59%configure --disable-static --enable-gtk-doc --with-volume-manager=none
60make %{?_smp_mflags}
61
62
63%install
64rm -rf $RPM_BUILD_ROOT
65make install DESTDIR=$RPM_BUILD_ROOT
66find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
67
68%find_lang %{name}
69
70# remove duplicate docs
71rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
72
73%check
74make tests
75
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80
81%post -p /sbin/ldconfig
82
83%postun -p /sbin/ldconfig
84
85
86%files -f %{name}.lang
87%defattr(-,root,root,-)
88%doc AUTHORS ChangeLog NEWS README
89%doc docs/ThumbnailersCacheFormat.txt docs/README.volumes
90%{_libdir}/*.so.*
91%{_libdir}/thunar-vfs-*/
92%dir %{_datadir}/thumbnailers
93%{_datadir}/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
94
95%files devel
96%defattr(-,root,root,-)
97%doc HACKING TODO
98%doc %{_datadir}/gtk-doc/html/*
99%{_includedir}/*
100%{_libdir}/*.so
101%{_libdir}/pkgconfig/thunar-vfs-*.pc
102
103%changelog
104* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-7
105- rebuild with libpng-1.6.12
106
107* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-6
108- rebuild with VineSeed environment
109
110* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-5
111- rebuild with Xfce-4.10.0
112
113* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-4
114- remove BuildRequires: hal-devel
115
116* Tue Mar 29 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-3
117- Initial build for Vine Linux
118
119* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
120- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
121
122* Sun Jan 16 2011 Kevin Fenzi <kevin@tummy.com> - 1.2.0-1
123- Update to 1.2.0
124
125* Mon Nov 08 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.1-1
126- Initial package
Note: See TracBrowser for help on using the repository browser.