source: projects/specs/trunk/x/xfce4-dev-tools/xfce4-dev-tools-vl.spec @ 9399

Revision 9399, 1.9 KB checked in by inagaki, 9 years ago (diff)

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

  • Xfce: updated to 4.12
  • libxfce4util410: new for compatibility


Line 
1Name:           xfce4-dev-tools
2Version:        4.12.0
3Release:        1%{?_dist_release}
4Summary:        Xfce developer tools
5Summary(ja):    Xfce 開発者向けツール集
6
7Group:          Development/Tools
8License:        GPLv2
9URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
10
11Source0:        http://archive.xfce.org/src/xfce/%{name}/4.12/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  glib2-devel >= 2.30.0
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18
19%description
20This package contains common tools required by Xfce developers and people
21that want to build Xfce from SVN. In addition, this package contains the
22Xfce developer's handbook.
23
24%prep
25%setup -q
26
27%build
28%configure
29make %{?_smp_mflags}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make install DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root)
40%doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
41%{_bindir}/xdt-autogen
42%{_bindir}/xdt-commit
43%{_bindir}/xdt-csource
44%{_datadir}/xfce4/dev-tools
45
46%changelog
47* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.0-1
48- new upstream release
49
50* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-2
51- rebuild with VineSeed environment
52
53* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-1
54- new upstream release
55- add BuildRequires: glib2-devel
56- remove BuildArch: noarch
57
58* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
59- new upstream release
60
61* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
62- new upstream release
63- BuildArch: noarch
64
65* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
66- applied new versioning policy
67
68* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
69- new upstream release.
70
71* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
72- build for VineSeed
73
74* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
75- initial release
Note: See TracBrowser for help on using the repository browser.