source: projects/specs/trunk/u/unionfs-utils/unionfs-utils-vl.spec @ 3314

Revision 3314, 2.7 KB checked in by daisuke, 13 years ago (diff)

unionfs-utils: rebuild for Vine6, remove static libs

RevLine 
[521]1%define name     unionfs-utils
2%define origname unionfs_utils
3
4Summary:     Utilities for Unionfs a stackable unification file system.
5Summary(ja): Unionfs (スタック可能な単一化ファイルシステム) 用ユーティリティ
6Name:        %{name}
7
8Version:     0.2.1
[3314]9Release:     2%{?_dist_release}
[521]10Epoch:       1
11
12License:     GPL
13Group:       Applications/System
14URL:         http://www.fsl.cs.sunysb.edu/project-unionfs.html
15Source:      http://download.filesystems.org/unionfs/unionfs-utils-0.x/%{origname}-%{version}.tar.gz
16BuildRoot:   %{_tmppath}/%{name}-%{version}-root
17
18
19%description
20Unionfs is a stackable unification file system, which can appear to
21merge the contents of several directories (branches), while keeping
22their physical content separate.  Unionfs is useful for unified source
23tree management, merged contents of split CD-ROM, merged separate
24software package directories, data grids, and more.  Unionfs allows
25any mix of read-only and read-write branches, as well as insertion and
26deletion of branches anywhere in the fan-out.
27
28
29%package     devel
30Summary:     Development tools for programs using Unionfs
31Summary(ja): Unionfs を使うプログラム用開発ツール
32Group:       Development/Libraries
33Requires:    %{name} = %{epoch}:%{version}-%{release}
34
35%description devel
36Unionfs is a stackable unification file system.
37
38This package contains the header files and libraries needed for
39developing programs using the Unionfs utilities library.
40
41
42%prep
43%setup -q -n %{origname}-%{version}
44
45
46%build
47./bootstrap
48%configure
[3314]49%__make LIBTOOL=%{_bindir}/libtool
[521]50
51
52%install
53rm -rf $RPM_BUILD_ROOT
[3314]54%__make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=%{_bindir}/libtool
[521]55
[3314]56rm $RPM_BUILD_ROOT%{_libdir}/lib*.{la,a}
[521]57
[3314]58
[521]59%clean
60rm -rf $RPM_BUILD_ROOT
61%__make clean
62
63
64%files
65%defattr(-,root,root)
66%doc AUTHORS ChangeLog COPYING NEWS README
67%{_bindir}/*
68%{_libdir}/*.so.*
69%{_mandir}/man8/*
70
71
72%files devel
73%defattr(-,root,root)
74%{_includedir}/*
75%{_libdir}/*.so
76%{_mandir}/man3/*
77
78
79%changelog
[3314]80* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1:0.2.1-2
81- rebuild for Vine 6
82- remove static libs
83
[521]84* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1:0.2.1-1vl5
85- applied new versioning policy, spec in utf-8
86
87* Mon Oct 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1:0.2.1-0vl1
88- updated to unionfs_utils 0.2.1 (separated from unionfs kernel patch itself)
89- add Epoch: 1
90- add devel subpackage
91
92* Sat Dec  9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2-0vl2
93- changed Group to Applications/System
94
95* Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
96- new upstream release
97
98* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.13-0vl1
99- initial build
100
101* Tue Jun 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.12a-0vl1
102- initial build
Note: See TracBrowser for help on using the repository browser.